Hello
Upgrading to 2.4.13 is troublesome at mine
slapadd eats the top object, then a bunch of children organizationalUnit, and it hangs on the first inetOrgPerson. A kernel trace shows that slapd loops on a select(0, NULL, NULL NULL, &something) system call.
With the -q flag, slapadd manages to load the whole tree. But slapd will hang in the same null select loop on the first search request.
I had to downgrade back to 2.4.11, as 2.4.13 was just unable to answer requests.
It also seems slapd is still unable to reload an accesslog database, but IIRC? this is an old problem: str2entry: invalid value for attributeType reqControls #0 (syntax 1.3.6.1.4.1.4203.666.11.5.3.1) slapadd: could not parse entry (line=41025)
--On Wednesday, December 10, 2008 1:56 PM +0000 Emmanuel Dreyfus manu@netbsd.org wrote:
Hello
Upgrading to 2.4.13 is troublesome at mine
What BDB release are you using? OpenLDAP 2.4.13 no longer supports BDB 4.2.52, for example, which is what I believe Ubuntu was using.
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
On Wed, Dec 10, 2008 at 08:05:48AM -0800, Quanah Gibson-Mount wrote:
What BDB release are you using? OpenLDAP 2.4.13 no longer supports BDB 4.2.52, for example, which is what I believe Ubuntu was using.
I am running: OpenLDAP-2.4.11 db-4.6.21 cyrus-sasl-2.1.22 NetBSD-4.0_STABLE
I had a bad time with: OpenLDAP-2.4.13 db-4.7.25.1 cyrus-sasl-2.1.22 NetBSD-4.0_STABLE
--On Wednesday, December 10, 2008 4:27 PM +0000 Emmanuel Dreyfus manu@netbsd.org wrote:
On Wed, Dec 10, 2008 at 08:05:48AM -0800, Quanah Gibson-Mount wrote:
What BDB release are you using? OpenLDAP 2.4.13 no longer supports BDB 4.2.52, for example, which is what I believe Ubuntu was using.
I am running: OpenLDAP-2.4.11 db-4.6.21 cyrus-sasl-2.1.22 NetBSD-4.0_STABLE
I had a bad time with: OpenLDAP-2.4.13 db-4.7.25.1 cyrus-sasl-2.1.22 NetBSD-4.0_STABLE
There's two patches for BDB 4.7.25. One from Oracle's official site, and one from Oracle that they won't release for some inane reason. If you don't have them both applied, it will not work right. Look in the build/ directory that comes with OpenLDAP 2.4.12 or later.
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
Quanah Gibson-Mount quanah@zimbra.com wrote:
There's two patches for BDB 4.7.25. One from Oracle's official site, and one from Oracle that they won't release for some inane reason. If you don't have them both applied, it will not work right. Look in the build/ directory that comes with OpenLDAP 2.4.12 or later.
I downgraded to db-4.6.21, and openldap-2.4.13 now works fine.
openldap-software@openldap.org