Re: mdb broken under OpenBSD

2017-08-05 Thread Paul B. Henson
On Sat, Aug 05, 2017 at 11:25:48AM +0100, Howard Chu wrote: > > By default, all test output is in the testrun directory. Ah, I see; there's only the output from the most recent test. I had set NOEXIT to run all the tests with the intention of looking over all the failures at once rather than one

Re: mdb broken under OpenBSD

2017-08-05 Thread Howard Chu
Paul B. Henson wrote: From: Howard Chu Sent: Friday, August 4, 2017 4:23 AM Nice work, thanks for the update. So 10 of the mdb tests ended up failing; a couple because slapd failed to start, a bunch because ldapadd failed, and one because the script that evidently was executable per the -x t

RE: mdb broken under OpenBSD

2017-08-04 Thread Paul B. Henson
> From: Howard Chu > Sent: Friday, August 4, 2017 4:23 AM > > Nice work, thanks for the update. So 10 of the mdb tests ended up failing; a couple because slapd failed to start, a bunch because ldapadd failed, and one because the script that evidently was executable per the -x test moments before

Re: mdb broken under OpenBSD

2017-08-04 Thread Howard Chu
Paul B. Henson wrote: On Thu, Aug 03, 2017 at 02:20:29PM -0700, Paul B. Henson wrote: From my initial look, mdb_env_create() successfully sets mdb->mi_dbenv, it's still valid in mdb_db_open(), but by the time it reaches be->be_entry_put in slapadd() it's NULL :(. It turned out it was only so

Re: mdb broken under OpenBSD

2017-08-03 Thread Paul B. Henson
On Thu, Aug 03, 2017 at 02:20:29PM -0700, Paul B. Henson wrote: > From my initial look, mdb_env_create() successfully sets mdb->mi_dbenv, > it's still valid in mdb_db_open(), but by the time it reaches > be->be_entry_put in slapadd() it's NULL :(. It turned out it was only sometimes NULL. The cul

Re: mdb broken under OpenBSD

2017-08-03 Thread Paul B. Henson
On Thu, Aug 03, 2017 at 09:46:20PM +0100, Howard Chu wrote: > Have to say, since getting nowhere discussing that feature with them, I > personally have written off supporting it. It's not my first choice for an enterprise ldap deployment, but I do like it for certain network functions, and in th

Re: mdb broken under OpenBSD

2017-08-03 Thread Howard Chu
Paul B. Henson wrote: I was interested in using openldap under OpenBSD; they currently have mdb disabled as they say it is broken. That OS lacks a unified buffer cache, so mdb can only be used with the MDB_WRITEMAP option enabled, but supposedly theoretically it should work with that. I tried run