anyone knows how to trace this problem to see whats causing it? any help
will be appreciated.
im using openldap 2.1.25 with bdb 4.2.52.
the openldap is compiled with
./configure --prefix=/usr/depot/openldap/2.1.25
--sysconfdir=/etc/depot/openldap --localstatedir=/var/depot/openlda
p --enable-crypt --enable-bdb --enable-ldbm --enable-passwd --enable-debug --enable-ldbm-api=berkeley --enable-local --enable-ldap - -enable-rewrite - -with-tls --enable-rlookups --enable-cleartext --enable-perl make gave no problems, all test 1 - 7 went ok, failed on 8
>>>>> Starting test008-concurrency ...
running defines.sh Datadir is ./data Cleaning up in ./test-db... Running slapadd to build slapd database... Waiting 5 seconds for slapadd to build slapd database... Starting slapd on TCP/IP port 9009... Using ldapsearch to check that slapd is running... Waiting 5 seconds for slapd to start... Using tester for concurrent server access... PID=1553 - Search(500): base="o=University of Michigan,c=US", filter="cn=Barbara Jensen". PID=1554 - Read(1000): entry="cn=Barbara Jensen, ou=Information Technology Division, ou=People, o=University of Mic higan, c=US". PID=1555 - Add/Delete(50): entry="cn=James A Jones 2,ou=Alumni Association,ou=People,o=University of Michigan,c=US" . PID=1556 - Search(500): base="o=University of Michigan,c=US", filter="cn=Bjorn Jensen". PID=1557 - Read(1000): entry="cn=ITD Staff,ou=Groups,o=University of Michigan,c=US". PID=1558 - Add/Delete(50): entry="cn=James A Jones 3,ou=Alumni Association,ou=People,o=University of Michigan,c=US" . PID=1559 - Search(500): base="o=University of Michigan,c=US", filter="cn=James A Jones 1". PID=1560 - Read(1000): entry="ou=Groups, o=University of Michigan, c=US". PID=1561 - Add/Delete(50): entry="cn=James A Jones 4,ou=People,o=University of Michigan,c=US". PID=1562 - Search(500): base="o=University of Michigan,c=US", filter="cn=Bjorn Jensen". PID=1563 - Read(1000): entry="ou=Alumni Association, ou=People, o=University of Michigan, c=US". PID=1564 - Add/Delete(50): entry="cn=James A Jones 5,o=University of Michigan,c=US". PID=1570 - Search(500): base="o=University of Michigan,c=US", filter="cn=Alumni Assoc Staff". PID=1571 - Read(1000): entry="cn=James A Jones 1, ou=Alumni Association, ou=People, o=University of Michigan, c=US" . ldap_read: Can't contact LDAP server (81) ldap_read: Can't contact LDAP server (81) ldap_read: Can't contact LDAP server (81) ldap_read: Can't contact LDAP server (81) ldap_read: Can't contact LDAP server (81) ldap_search: Can't contact LDAP server (81) ldap_search: Can't contact LDAP server (81) ldap_search: Can't contact LDAP server (81) ldap_search: Can't contact LDAP server (81) ldap_search: Can't contact LDAP server (81) PID=1563 - Read done. PID=1554 - Read done. ldap_delete: Can't contact LDAP server (81) ldap_add: Can't contact LDAP server (81) ldap_delete: Can't contact LDAP server (81) ldap_delete: Can't contact LDAP server (81) PID=1557 - Read done. PID=1571 - Read done. PID=1560 - Read done. PID=1559 - Search done. PID=1562 - Search done. PID=1570 - Search done. PID=1556 - Search done. PID=1553 - Search done. PID=1555 - Add/Delete done. PID=1561 - Add/Delete done. PID=1564 - Add/Delete done. PID=1558 - Add/Delete done. 1548 Bus Error - core dumped Using ldapsearch to retrieve all the entries... ./scripts/test008-concurrency: kill: no such process ldapsearch failed (1)! >>>>> ./scripts/test008-concurrency failed (exit 1) make[1]: *** [test-bdb] Error 1 make[1]: Leaving directory `/tmp/openldap-2.1.25/tests' make: *** [test] Error 2 |