--- thomas <tfj-online (at mark) mail.tele.dk> wrote:
> Hi All,
>
>
> I keep getting this error when trying to create a new site
>
> CCE Error:305 WARN "[[base-disk.couldNotGetId,target=site87,id=GID]]"
>
>
> I have rebooted the machine a couple of times, no dice.
>
> This did not help:
> /etc/init.d/cced.init restart
>
> From /var/log/messages
> May 21 12:05:08 server saslauthd: saslauthd shutdown failed
> May 21 12:05:26 server PAM_pwdb[7501]: check pass; user unknown
>
> This did not help:
> /etc/init.d/dbrecover start
>
Try running:
chkconfig --list | grep sasl
If it's showing
saslauthd 0:off 1:off 2:off 3:off 4:off
Try:
/etc/rc.d/init.d/saslauthd restart
You might have to run that twice.
Then see what chkconfig --list | grep sasl shows.
If it's still showing off, try:
chkconfig saslauthd on
See if that helps the problem. There is some strange issue in some servers
that saslauthd is not properly restarting. I and others have seen this.
Nobody seems to know why it's not happening on all servers. saslauthd does
not appear to properly stop on a reboot on some servers, then it doesn't
properly start on reboot.
--
Dan Kriwitsky