Index: [Article Count Order] [Thread]

Date:  Wed, 21 May 2008 08:57:47 -0500
From:  "Gerald Waugh" <gwaugh (at mark) frontstreetnetworks.com>
Subject:  [coba-e:13008] Re: Error creating new site
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <009b01c8bb4a$aa222e80$0101a8c0@systemax>
In-Reply-To:  <429052.7277.qm (at mark) web65616.mail.ac4.yahoo.com>
X-Mail-Count: 13008

Dan Kriwitsky wrote Wednesday, May 21, 2008 6:39 AM
> --- 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.
> 

Unless 'Network Services' > 'Email' > 'Enable SMTP Auth' is enabled
saslautd will not be set to run in runlevel 3.

So check the GUI... Setting.

Then run the chkconfig and look at rc3.d to see it it is on.
You can test by running /etc/init.d/cced.init restart.
then look at chkconfig and rc3.d to see if it is setup correctly.

Gerald