Re: 3.0 on Debian Wheezy: 'kolab-saslath' (?) related failure n boot sequence
Johannes Graumann <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kolab |
|---|---|
| Message-ID | <201210062317.36550.johannes_graumann__32615.5612165623$1349554612$gmane$org@web.de> |
Hello, On Saturday, October 06, 2012 22:04:31 Paul Klos wrote: > Which package version of kolab-saslauthd have you > installed? dpkg - l --> 0.5.5-6.1 > > What are the permissions/ownership > on /run/saslauthd/mux (both the dir and the socket > please)? ls -la /run/saslauthd/mux srwxrwxrwx 1 root root 0 Oct 6 20:07 /run/saslauthd/mux Socket? That's chinese to me ... does this help? lsof -nl| grep mux saslauthd 1353 0 3u unix 0xffff8801182bda80 0t0 1984387 /var/run/saslauthd/mux saslauthd 1353 0 7uw REG 253,0 0 24381613 /run/saslauthd/mux.accept saslauthd 1636 0 3u unix 0xffff8801182bda80 0t0 1984387 /var/run/saslauthd/mux saslauthd 1636 0 7u REG 253,0 0 24381613 /run/saslauthd/mux.accept saslauthd 1638 0 3u unix 0xffff8801182bda80 0t0 1984387 /var/run/saslauthd/mux saslauthd 1638 0 7u REG 253,0 0 24381613 /run/saslauthd/mux.accept saslauthd 1639 0 3u unix 0xffff8801182bda80 0t0 1984387 /var/run/saslauthd/mux saslauthd 1639 0 7u REG 253,0 0 24381613 /run/saslauthd/mux.accept saslauthd 1640 0 3u unix 0xffff8801182bda80 0t0 1984387 /var/run/saslauthd/mux saslauthd 1640 0 7u REG 253,0 0 24381613 /run/saslauthd/mux.accept > After that, can you delete the > directory /run/saslauthd and restart the daemon? Hmm ... obviously it's not running upon boot ps -A |grep saslauthd 1353 ? 00:00:00 saslauthd 1636 ? 00:00:00 saslauthd 1638 ? 00:00:00 saslauthd 1639 ? 00:00:00 saslauthd 1640 ? 00:00:00 saslauthd But I can start it no prob ... service kolab-saslauthd start && ps -A |grep saslauthd 1353 ? 00:00:00 saslauthd 1636 ? 00:00:00 saslauthd 1638 ? 00:00:00 saslauthd 1639 ? 00:00:00 saslauthd 1640 ? 00:00:00 saslauthd 3053 pts/0 00:00:00 kolab-saslauthd No deletions required!? Joh > > Paul > > > Op Sat, 06 Oct 2012 19:52:49 +0300 > > Johannes Graumann <[email protected]> schreef: > > Hi, > > > > When going through all the moves to get kolab > > somewhat running on wheezy (using the kolabsys deb > > repository), the startup-log of my lxc container > > looks like what's documented below. Can anyone > > please point give hints what might be wring given > > the > > > > > Traceback (most recent call last): > > > File > > > > > > "/usr/lib/python2.7/dist-packages/saslauthd/__init__.py", > > > line 114, > > > > in run > > > > > self.do_saslauthd() > > > > > > File > > > > > > "/usr/lib/python2.7/dist-packages/saslauthd/__init__.py", > > > line 164, > > > > in do_saslauthd > > > > > s.bind('/var/run/saslauthd/mux') > > > > > > File "/usr/lib/python2.7/socket.py", line 224, > > > > > > in meth return getattr(self._sock,name)(*args) > > > error: [Errno 13] Permission denied > > > Traceback occurred, please report a bug at > > > http://bugzilla.kolabsys.com > > > > traceback? > > > > Thanks, Joh > > > > lxc-start -n kolab.<MyDomain>.org > > INIT: version 2.88 booting > > [info] Using makefile-style concurrent boot in > > runlevel S. hostname: you must be root to change > > the host name mount: permission denied > > mount: permission denied > > [info] Setting the system clock. > > hwclock: Cannot access the Hardware Clock via any > > known method. hwclock: Use the --debug option to > > see the details of our search for an access method. > > [warn] Unable to set System Clock to: Sat Oct 6 > > 16:46:07 UTC 2012 ... (warning). > > [ ok ] Activating swap...done. > > mount: permission denied > > [ ok ] Cleaning up temporary files... /tmp. > > mount: permission denied > > mount: permission denied > > mount: permission denied > > mount: permission denied > > [warn] Mount point '/dev/console' does not exist. > > Skipping mount. ... (warning). > > [warn] Mount point '/dev/ptmx' does not exist. > > Skipping mount. ... (warning). > > [ ok ] Activating lvm and md swap...done. > > [....] Checking file systems...fsck from util-linux > > 2.20.1 done. > > [ ok ] Mounting local filesystems...done. > > [ ok ] Activating swapfile swap...done. > > mount: permission denied > > mount: permission denied > > [ ok ] Setting kernel variables ...done. > > [ ok ] Cleaning up temporary files.... > > [ ok ] Configuring network interfaces...done. > > [ ok ] Cleaning up temporary files.... > > [ ok ] Setting up X socket > > directories... /tmp/.X11-unix /tmp/.ICE-unix. > > [FAIL] startpar: service(s) returned failure: > > hostname.sh ... failed! INIT: Entering runlevel: 2 > > [info] Using makefile-style concurrent boot in > > runlevel 2. Starting amavisd: head: cannot open > > `/etc/mailname' for reading: No such file or > > directory amavisd-new. [....] Starting web server: > > apache2httpd (pid 1136) already running . ok > > [ ok ] Starting NTP server: ntpd. > > > > Traceback (most recent call last): > > File > > > > "/usr/lib/python2.7/dist-packages/saslauthd/__init__.py", > > line 114, in run self.do_saslauthd() > > > > File > > > > "/usr/lib/python2.7/dist-packages/saslauthd/__init__.py", > > line 164, in do_saslauthd > > s.bind('/var/run/saslauthd/mux') File > > "/usr/lib/python2.7/socket.py", line 224, in meth > > return getattr(self._sock,name)(*args) error: > > [Errno 13] Permission denied Traceback occurred, > > please report a bug at http://bugzilla.kolabsys.com > > [ ok ] Starting periodic command scheduler: cron. > > [ ok ] Starting OpenBSD Secure Shell server: sshd. > > [ ok ] Starting 389 DS instance kolab: .... [ ok ] > > Removing stale PID file /var/run/dbus/pid.. [ ok ] > > Starting system message bus: dbus. [info] > > No /etc/dirsrv/admin-serv/adm.conf file is present. > > [ ok ] Starting SASL Authentication Daemon: > > saslauthd. Starting SpamAssassin Mail Filter > > Daemon: Oct 6 16:46:10.389 [1190] warn: logger: > > failed to add syslog method: logger: syslog > > initialization failed spamd. [ ok ] Starting MySQL > > database server: mysqld .. [info] Checking for > > tables which need an upgrade, are corrupt or were > > not closed cleanly.. [ ok ] Starting ClamAV daemon: > > clamd . [ ok ] Starting ClamAV virus database > > updater: freshclam. [ ok ] Starting Postfix Mail > > Transport Agent: postfix. [FAIL] startpar: > > service(s) returned failure: cyrus-imapd ... failed! > > > > > > _______________________________________________ > > Kolab-devel mailing list > > [email protected] > > https://www.intevation.de/mailman/listinfo/kolab-devel _______________________________________________ Kolab-devel mailing list [email protected] https://www.intevation.de/mailman/listinfo/kolab-devel
signature.asc
(application/pgp-signature, 836 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAABCgAGBQJQcJHXAAoJEPEE8yDpbiX7IWcQALIcXgFZaxZWo1zCF5WnEUhz HzTl3zZixjSX9F1pCwUCcmhtTTP+mV89lfYvKMbvolUuPHZOtBGXhYU9OMT7Uus7 /xfGWM1S7JOlA2iLbtkfZxIHmxVSPGVpxA5Ylb9k3fVqdSn5i55rJLPOIm5QYOB2 6SJVHWR+8Oga73FpuEpAPAFKRydsebRl2grzzFfSKYfQnrAeE6/rdyACpC/jH5d6 G9eHuR0ArSqbayabcBsSGDw5rRbE0pcRg+yNAY65M3Yt9D0Fr8KNzh/gWu8z3wGx u2ZB3O0J2JzfpYHqQHCrJI5g0Roc5XzuNsknq3EYlj5e98Waq7hyGlEpJYmn4Xtj m3EUDPva+hd711aODshjFJLFQA+2d1kyIgfvEkLM7elw4wKKKaKtwp5nkD9pzjvH tBtJnHHIMOAAuRhIJbNPikpLVrn+zX8XgN2zhWLnw5IGCrtdvSgy5pu24T4oV8wt S/HIBEyjj+8HG16rKoBMDux6Pnn5jMmy3eu/l4DRqs6gfI10wP55pJnosMR0RGYU KtBygqBi5iNAB+Q+8DZuD9lOtiBidwUcV4t4HLidsE7XnbHmUs53xxRizLOgXbxI e9uuN7bhs2ijVgajHFGohsnlBpMwhUiaHSKgq2S7xMd1GJk7IUjlTmaIi8WmH4tn 8GMMxxJopxxqmbfA9NZZ =PjKn -----END PGP SIGNATURE-----