[Date Prev][Date Next] [Chronological] [Thread] [Top]

OpenLDAP becomes unresponsive



I had to kill the slapd daemon. When I restart everything, LDAP become unresponsive to all requests.

With log level 1, I see the following:

Sep 9 12:14:22 daniel slapd[17540]: => id2entry_r( 1113 )
Sep 9 12:14:22 daniel slapd[17540]: ====> cache_find_entry_id( 1113 ) "uid=rstephan,ou=utrad,ou=undg,ou=student,ou=people,o=eastern.edu" (found) (1 tries)
Sep 9 12:14:22 daniel slapd[17540]: <= id2entry_r( 1113 ) 0x415d4bb0 (cache)
Sep 9 12:14:22 daniel slapd[17540]: ldbm_search: candidate entry 1113 does not match filter
Sep 9 12:14:22 daniel slapd[17540]: ====> cache_return_entry_r( 1113 ): returned (0)
Sep 9 12:14:22 daniel slapd[17540]: => id2entry_r( 1114 )
Sep 9 12:14:22 daniel slapd[17540]: ====> cache_find_entry_id( 1114 ) "uid=aconklin,ou=utrad,ou=undg,ou=student,ou=people,o=eastern.edu" (found) (1 tries)
Sep 9 12:14:22 daniel slapd[17540]: <= id2entry_r( 1114 ) 0x415d4c70 (cache)
Sep 9 12:14:22 daniel slapd[17540]: ldbm_search: candidate entry 1114 does not match filter
Sep 9 12:14:22 daniel slapd[17540]: ====> cache_return_entry_r( 1114 ): returned (0)


And this repeats from entry (1) to around entry (5700), then goes back to (1) and starts all over again.

Any ideas as to what is going on?

Thanks
John