Comment 7 for bug 1097523

Revision history for this message
Tom Grace (tom-deathbycomputers) wrote :

I tested this using https://launchpad.net/ubuntu/+source/389-ds-base/1.2.10.4-0ubuntu3.1/+build/4334716 and it appears to work correctly. Test was: running the following for 5 mins without error:
while true; do /etc/init.d/dirsrv restart ; sleep 1 ; ps -ef | grep dir || break; done