Re: ldapd dies with assert failure

2017-05-26 Thread Allan Streib
> assertion "p->upper >= p->lower" failed: file > "/usr/src/usr.sbin/ldapd/btree.c", line 1949, function "btree_add_node" A follow-up for those not reading bugs@ ldapd sets its page size based on the block size of the filesystem. If this is large (> 1TB?) and uses FFS2 then the block size is

Re: ldapd dies with assert failure

2017-05-25 Thread Allan Streib
Allan Streib writes: >> assertion "p->upper >= p->lower" failed: file >> "/usr/src/usr.sbin/ldapd/btree.c", line 1949, function "btree_add_node" > > I found that running the same example on an unpatched machine worked: Well scratch that -- on another patched machine, I

Re: ldapd dies with assert failure

2017-05-24 Thread Allan Streib
> assertion "p->upper >= p->lower" failed: file > "/usr/src/usr.sbin/ldapd/btree.c", line 1949, function "btree_add_node" I found that running the same example on an unpatched machine worked: -ksh $ uname -mrsv OpenBSD 6.1 GENERIC.MP#20 amd64 -ksh $ doas syspatch -c 001_dhcpd 002_vmmfpu

ldapd dies with assert failure

2017-05-24 Thread Allan Streib
I've tried to pare this down. Never used ldapd before but hoping it can replace slapd for my needs. I'm not sure if this is a bug, or if I'm missing something in the process of setting up a new directory. Starting with a new patched/stable system: $ uname -mrsv OpenBSD 6.1 GENERIC.MP#6 amd64