> 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 larger than uint16_t, causing the failed assertion. A workaround for now is to be sure your ldap db files are on a partition with a block size < 65535. Use dumpfs(8) to check. Thanks Todd and Stuart for the help. Allan

