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

Resource temporarily unavailable errors



I have OpenLDAP 2.3.7 with BDB 4.3.28 going on RH9 with only the default schema. When starting slapd in debug here are some results from an "ldapsearch -x -b 'dc=nuro,dc=raeinternet,dc=com' '(objectclass=*)' "

ber_get_next
ldap_read: want=8 error=Resource temporarily unavailable
ber_get_next on fd 10 failed errno=11 (Resource temporarily unavailable)
daemon: select: listen=6 active_threads=0 tvp=NULL
daemon: activity on 1 descriptors
daemon: activity on: 10r
daemon: read activity on 10
connection_get(10)
connection_get(10): got connid=0
connection_read(10): checking for input on id=0
ber_get_next
ldap_read: want=8, got=0

ber_get_next on fd 10 failed errno=0 (Success)
connection_read(10): input error=-2 id=0, closing.
connection_closing: readying conn=0 sd=10 for close
connection_close: deferring conn=0 sd=10
daemon: select: listen=6 active_threads=0 tvp=NULL
daemon: activity on 1 descriptors
daemon: select: listen=6 active_threads=0 tvp=NULL
[root@nuro schema]# do_unbind
conn=0 op=2 UNBIND
connection_resched: attempting closing conn=0 sd=10
connection_close: conn=0 sd=10
daemon: removing 10
conn=0 fd=10 closed

I saw the FAQ (http://www.openldap.org/faq/data/cache/1033.html) that says the "Resource temporarily unavailable" can normally be ignored but we are using an application and with our schema it can't seem to bind with it and the ldapsearch results are very similar.