Hi!
Can anyone tell from the log extract why "connection lost" happened? Is there a server error visible or did the client close the connection? The server (2.3.27) is a pure proxy with only a meta backend.
Mar 21 08:01:28 exts098 local4:debug slapd[430186]: daemon: activity on 1 descriptor Mar 21 08:01:28 exts098 local4:debug slapd[430186]: daemon: listen=6, new connection on 7 Mar 21 08:01:28 exts098 local4:debug slapd[430186]: daemon: added 7r Mar 21 08:01:28 exts098 local4:debug slapd[430186]: conn=29179 fd=7 ACCEPT from IP=10.17.99.14:47825 (IP=0.0.0.0:3389) Mar 21 08:01:28 exts098 local4:debug slapd[430186]: daemon: select: listen=6 active_threads=0 tvp=NULL Mar 21 08:01:29 exts098 local4:debug slapd[430186]: daemon: activity on 1 descriptor Mar 21 08:01:29 exts098 local4:debug slapd[430186]: daemon: activity on: Mar 21 08:01:29 exts098 local4:debug slapd[430186]: 7r Mar 21 08:01:29 exts098 local4:debug slapd[430186]: Mar 21 08:01:29 exts098 local4:debug slapd[430186]: daemon: read activity on 7 Mar 21 08:01:29 exts098 local4:debug slapd[430186]: connection_get(7): got connid=29179 Mar 21 08:01:29 exts098 local4:debug slapd[430186]: connection_read(7): checking for input on id=29179 Mar 21 08:01:29 exts098 local4:debug slapd[430186]: ber_get_next on fd 7 failed errno=0 (Error 0) Mar 21 08:01:29 exts098 local4:debug slapd[430186]: connection_read(7): input error=-2 id=29179, closing. Mar 21 08:01:29 exts098 local4:debug slapd[430186]: connection_closing: readying conn=29179 sd=7 for close Mar 21 08:01:29 exts098 local4:debug slapd[430186]: connection_close: conn=29179 sd=7 Mar 21 08:01:29 exts098 local4:debug slapd[430186]: =>meta_back_conn_destroy: fetching conn=29179 DN="" Mar 21 08:01:29 exts098 local4:debug slapd[430186]: daemon: removing 7 Mar 21 08:01:29 exts098 local4:debug slapd[430186]: conn=29179 fd=7 closed (connection lost) Mar 21 08:01:29 exts098 local4:debug slapd[430186]: daemon: select: listen=6 active_threads=0 tvp=NULL Mar 21 08:01:29 exts098 local4:debug slapd[430186]: daemon: activity on 1 descriptor Mar 21 08:01:29 exts098 local4:debug slapd[430186]: daemon: waked Mar 21 08:01:29 exts098 local4:debug slapd[430186]: daemon: select: listen=6 active_threads=0 tvp=NULL
Thanks!
Hans
On Wed, 21 Mar 2007, Hans Moser wrote:
Can anyone tell from the log extract why "connection lost" happened? Is there a server error visible or did the client close the connection? The server (2.3.27) is a pure proxy with only a meta backend.
My experience is that a client was rude enough to drop its bundle without unbinding (even if a bind failed).
Note that this can happen with TCP/IP timeouts i.e a flakey pipe.
openldap-software@openldap.org