Results 1 to 4 of 4
Hi folks,
Ubuntu 6.05 drake amd64
$ sudo /etc/init.d/saslauthd start
Code:
Password:
Starting SASL Authentication Daemon: (failed).
$ tail /var/log/daemon.log
Code:
May 30 00:00:01 lampserver squid[4311]: 0 Objects expired.
May ...
- 05-29-2008 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Unable to start Apache2
Hi folks,
Ubuntu 6.05 drake amd64
$ sudo /etc/init.d/saslauthd startCode:Password: Starting SASL Authentication Daemon: (failed).
$ tail /var/log/daemon.logPlease advise where shall I check and how to fix the problem.Code:May 30 00:00:01 lampserver squid[4311]: 0 Objects expired. May 30 00:00:01 lampserver squid[4311]: 0 Objects cancelled. May 30 00:00:01 lampserver squid[4311]: 0 Duplicate URLs purged. May 30 00:00:01 lampserver squid[4311]: 0 Swapfile clashes avoided. May 30 00:00:01 lampserver squid[4311]: Took 0.7 seconds ( 0.0 objects/sec). May 30 00:00:01 lampserver squid[4311]: Beginning Validation Procedure May 30 00:00:01 lampserver squid[4311]: Completed Validation Procedure May 30 00:00:01 lampserver squid[4311]: Validated 0 Entries May 30 00:00:01 lampserver squid[4311]: store_swap_size = 0k May 30 00:00:01 lampserver squid[4311]: storeLateRelease: released 0 objects
TIA
B.R.
satimis
- 05-29-2008 #2
is this specific to apache, as the subject suggests? because starting apache should be
for your sasl problem (which I don't really know much about), are there any sasl specific logs, /var/log/saslauth or something similar? also, instead of the daemon log, what is in /var/log/messagesCode:sudo /etc/init.d/apache2 start
- 05-30-2008 #3Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Thanks for your advice.
Problem already solved with following steps;
sudo /etc/init.d/apache2 stop
sudo killall apache2
sudo /etc/init.d/apache2 restart
I'm still searching for a solution. Thanksfor your sasl problem (which I don't really know much about), are there any sasl specific logs, /var/log/saslauth or something similar? also, instead of the daemon log, what is in /var/log/messages
B.R.
satimis
- 05-30-2008 #4Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Hi jledhead,
Re: saslauthd problem.
I found my mistake on running;
$ sudo sh -x /etc/init.d/saslauthd startThere is a problem on;Code:+ NAME=saslauthd + DAEMON=/usr/sbin/saslauthd + DESC='SASL Authentication Daemon' + DEFAULTS=/etc/default/saslauthd + PWDIR=/var/run/saslauthd + PIDFILE=/var/spool/postfix/var/run//saslauthd.pid + test -f /usr/sbin/saslauthd + '[' -e /etc/default/saslauthd ']' + . /etc/default/saslauthd ++ START=yes ++ PARAMS='-m /var/spool/postfix/var/run/saslauthd -r' ++ MECHANISMS=pam + '[' yes '!=' yes ']' + '[' xpam = x ']' + PARAMS='-m /var/spool/postfix/var/run/saslauthd -r -a pam' + START='--start --quiet --pidfile /var/spool/postfix/var/run//saslauthd.pid --startas /usr/sbin/saslauthd --name saslauthd -- -m /var/spool/postfix/v ar/run/saslauthd -r -a pam' + case "${1}" in + echo -n 'Starting SASL Authentication Daemon: ' Starting SASL Authentication Daemon: ++ dpkg-statoverride --list /var/run/saslauthd + dir='root sasl 710 /var/run/saslauthd' + test -z 'root sasl 710 /var/run/saslauthd' + createdir root sasl 710 /var/run/saslauthd + '[' -d /var/run/saslauthd ']' + chown -c -h root:sasl /var/run/saslauthd + chmod -c 710 /var/run/saslauthd + start-stop-daemon --start --quiet --pidfile /var/spool/postfix/var/run//saslauthd.pid --startas /usr/sbin/saslauthd --name saslauthd -- -m /var/spoo l/postfix/var/run/saslauthd -r -a pam + start-stop-daemon --test --start --quiet --pidfile /var/spool/postfix/var/run//saslauthd.pid --startas /usr/sbin/saslauthd --name saslauthd -- -m /v ar/spool/postfix/var/run/saslauthd -r -a pam + echo '(failed).' (failed). + exit 1// before saslauthd.pidCode:/var/spool/postfix/var/run//saslauthd.pid --startas
Then I found a typo on /etc/init.d/saslauthd on following lineAfter changing;Code:PIDFILE="/var/spool/postfix/var/run/${NANE}/saslauthd.pid"
NANE
to;
NAME
$ sudo /etc/init.d/saslauthd restartMy problem gone.Code:Stopping SASL Authentication Daemon: (not running). Starting SASL Authentication Daemon: saslauthd.
Now I have to concentrate solving the problem on "login SM"
B.R.
satimis


Reply With Quote
