[BlueOnyx:01445] Re: db corrupt?

Michael Stauber mstauber at blueonyx.it
Thu Jun 18 19:44:50 -05 2009


Hi WebTent,
> I sent this to the Bluequartz list and have not received a response,
> thought I'd try here. We are getting this message on a BQ server after I
> could not reset a user password and trying to restart sendmail, dovecot and
> dbrecover...
>
> [root at tpa-hosting ~]# /etc/init.d/dbrecover start
> Checking consistency of user and group information... *** glibc detected
> *** double free or corruption (top): 0x080d56d0 *** /etc/init.d/dbrecover:
> line 49:  3704 Aborted                 $DBRECOVER -v -h $DBHOME >>$LOGFILE
> 2>&1 failed
>
> I restarted the server and still getting this error, no users can login. Do
> I need to start loading backups on another machine or can something be done
> about this?

Try this:

	/etc/init.d/ dbrecover stop
	/etc/init.d/ dbrecover start

If that doesn't fix it, make a copy of the directory /var/db/ like this:

cp -R /var/db /var/db.bak

And then run this command to delete the transaction logfile:

rm -f /var/db/log.*

Then try ...

	/etc/init.d/ dbrecover stop
	/etc/init.d/ dbrecover start

... again and it should work.

-- 
With best regards

Michael Stauber




More information about the Blueonyx mailing list