Quote:
Originally Posted by d64 4.5.10 Code: $ cd /opt/zimbra/openldap-data
$ /opt/zimbra/sleepycat/bin/db_stat -c
1 Number of deadlocks. |
You've had a deadlock that needs cleaning up. Try the following as the zimbra user:
Code:
ldap stop
cd /opt/zimbra/openldap-data
/opt/zimbra/sleepycat/bin/db_recover
ldap start
And see if that resolves the issue.
--Quanah