Now I have saslauthd running
[root@server ~]# ps -aux | grep saslauthd | grep -v "grep"
root 23130 0.0 0.0 5516 736 ? Ss 15:07 0:00
/usr/sbin/saslauthd -m /var/run/saslauthd -a pam
root 23131 0.0 0.0 5516 408 ? S 15:07 0:00
/usr/sbin/saslauthd -m /var/run/saslauthd -a pam
root 23133 0.0 0.0 5516 364 ? S 15:07 0:00
/usr/sbin/saslauthd -m /var/run/saslauthd -a pam
root 23134 0.0 0.0 5516 364 ? S 15:07 0:00
/usr/sbin/saslauthd -m /var/run/saslauthd -a pam
root 23135 0.0 0.0 5516 364 ? S 15:07 0:00
/usr/sbin/saslauthd -m /var/run/saslauthd -a pam
[root@server ~]#
But I stil get this error when trying to create a site:
CCE Error:305 WARN "[[base-disk.couldNotGetId,target=site87,id=GID]]"
[root (at mark) server ~]# /etc/init.d/dbrecover start
Checking consistency of user and group information... failed
[root (at mark) server ~]# tail /var/log/dbrecover.log
[Wed May 21 15:10:41 CEST 2008] Trying db_recover
db_recover: Finding last valid log LSN: file: 1 offset 2371742
db_recover: Checkpoint at: [1][2366864]
db_recover: Checkpoint LSN: [1][2366864]
db_recover: Previous checkpoint: [1][2366816]
db_recover: Checkpoint at: [1][2366816]
db_recover: Checkpoint LSN: [1][2366816]
db_recover: Previous checkpoint: [1][2362358]
db_recover: DB_ENV->log_flush: LSN past current end-of-log
db_recover: DB_ENV->log_flush: LSN past current end-of-log
db_recover: Recovery function for LSN 1 19209 failed
db_recover: DB_ENV->open: Invalid argument
[Wed May 21 15:10:41 CEST 2008] Finished db_recover
Thomas
---------------------------------------
----- Original Message -----
From: "Dan Kriwitsky" <webhosting (at mark) yahoo.com>
To: <coba-e (at mark) bluequartz.org>
Sent: Wednesday, May 21, 2008 1:38 PM
Subject: [coba-e:13005] Re: Error creating new site
>
> --- 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
>
>
>
>
>
>