[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: syncrepl broke, connection loss
Peter Mogensen wrote:
Trying to modify cn=config with ldapmodify still makes server1 (and
ldapmodify) hang though.
Actually, trying to turn sync logging off this time made it hang so
hard, that it wouldn't stop by SIGTERM.
It only did:
Dec 8 16:28:48 server1 slapd[29753]: daemon: shutdown requested and
initiated.
Dec 8 16:28:48 server1 slapd[29753]: slapd shutdown: waiting for 54
operations/tasks to finish
One thread was hanging in a read() on the FD for the connection to server2.
It was only when I also stopped server2, that server1 actually stopped.
/Peter