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

RE: How to this error message?



This isn't really an error. Errno 11 (EAGAIN) is returned by the read()
system
call when the descriptor being read is marked non-blocking, and there is no
data
available to be read. This is a very normal occurrence, when the server has
read
everything on a socket for a request, and looks for the next request before
the
next request has arrived.

  -- Howard Chu
  Chief Architect, Symas Corp.       Director, Highland Sun
  http://www.symas.com               http://highlandsun.com/hyc

> -----Original Message-----
> From: owner-openldap-software@OpenLDAP.org
> [mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of Jie Gao
> Sent: Tuesday, September 26, 2000 4:47 PM
> To: OpenLDAP-software@OpenLDAP.org
> Subject: How to this error message?
>
>
> Hi All,
>
> I am having difficulty with v2.0.3. I turned on debugging, and I see
> the following in the syslog:
>
> Sep 27 10:39:45 lima slapd[6213]: daemon: activity on 1 descriptors
> Sep 27 10:39:45 lima slapd[6213]: daemon: new connection on 8
> Sep 27 10:39:45 lima slapd[6213]: daemon: added 8r
> Sep 27 10:39:45 lima slapd[6213]: daemon: activity on:
> Sep 27 10:39:45 lima slapd[6213]:
> Sep 27 10:39:45 lima slapd[6213]: daemon: select: listen=7
> active_threads=0 tvp=NULL
> Sep 27 10:39:45 lima slapd[6213]: daemon: activity on 1 descriptors
> Sep 27 10:39:45 lima slapd[6213]: daemon: activity on:
> Sep 27 10:39:45 lima slapd[6213]:  8r
> Sep 27 10:39:45 lima slapd[6213]:
> Sep 27 10:39:45 lima slapd[6213]: daemon: read activity on 8
> Sep 27 10:39:45 lima slapd[6213]: connection_get(8)
> Sep 27 10:39:45 lima slapd[6213]: connection_get(8): got connid=0
> Sep 27 10:39:45 lima slapd[6213]: connection_read(8): checking
> for input on id=0
> Sep 27 10:39:45 lima slapd[6213]: do_bind
> Sep 27 10:39:45 lima slapd[6213]: ber_get_next on fd 8 failed
> errno=11 (Resource temporarily unavailable)
> Sep 27 10:39:45 lima slapd[6213]: do_bind: version=2
> dn="cn=Admin,dc=usyd,dc=edu,dc=au" method=128
> Sep 27 10:39:45 lima slapd[6213]: daemon: select: listen=7
> active_threads=1 tvp=NULL
> Sep 27 10:39:45 lima slapd[6213]: send_ldap_result: conn=0 op=0 p=2
> Sep 27 10:39:45 lima slapd[6213]: send_ldap_result: 49::
> Sep 27 10:39:45 lima slapd[6213]: send_ldap_response: msgid=1
> tag=97 err=49
> Sep 27 10:39:45 lima slapd[6213]: daemon: activity on 1 descriptors
> Sep 27 10:39:45 lima slapd[6213]: daemon: activity on:
> Sep 27 10:39:45 lima slapd[6213]:  8r
> Sep 27 10:39:45 lima slapd[6213]:
> Sep 27 10:39:45 lima slapd[6213]: daemon: read activity on 8
>
> ....
>
> What's this "Resource temporarily unavailable"?
>
> Thanks,
>
>
>
> Jie
>
>