View Single Post
  #6 (permalink)  
Old 01-17-2008, 10:53 AM
quanah quanah is offline
Zimbra Employee
 
Posts: 571
Default

Quote:
Originally Posted by d64 View Post
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
__________________
Quanah Gibson-Mount
Sr. Member of Technical Staff
Zimbra, Inc
A Division of VMware, Inc.
--------------------
Zimbra :: the leader in open source messaging and collaboration
Reply With Quote