[Bug 485026] Re: [karmic] slapd hangs at 100% cpu and is unkillable

Andreas Hasenack andreas at canonical.com
Wed Nov 18 21:40:18 GMT 2009


Interesting, looks like ordering is an issue.

In this order, slapd hangs:
adding new entry "olcOverlay=refint,olcDatabase={1}hdb,cn=config"
adding new entry "olcOverlay=syncprov,olcDatabase={1}hdb,cn=config"
adding new entry "o=example,c=us" <---- HANGS

In this other order, it works:
adding new entry "olcOverlay=syncprov,olcDatabase={1}hdb,cn=config"
adding new entry "olcOverlay=refint,olcDatabase={1}hdb,cn=config"
adding new entry "o=example,c=us"


Note: when testing again, you need to clear the database and the config, or just purge slapd and reinstall. Running that ldapmodify command twice in a row won't work.

-- 
[karmic] slapd hangs at 100% cpu and is unkillable
https://bugs.launchpad.net/bugs/485026
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.



More information about the Ubuntu-server-bugs mailing list