[Nagiosplug-devel] [ nagiosplug-Bugs-1180762 ] check_ssh does not properly close connection
SourceForge.net
noreply at sourceforge.net
Wed Oct 31 15:34:10 CET 2007
Bugs item #1180762, was opened at 2005-04-11 18:41
Message generated for change (Comment added) made by shattered
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1180762&group_id=29880
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: Release (specify)
Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: M. Sean Finney (seanius)
Assigned to: Nobody/Anonymous (nobody)
Summary: check_ssh does not properly close connection
Initial Comment:
with 1.4 and later, it looks like check_ssh doesn't
properly close connections. for example, this is the
previous behaviour of check_ssh in the 1.3 series:
Apr 11 10:24:03 appsrv1 sshd[9822]: Connection closed
by xxx.xxx.64.52
but in 1.4:
appsrv1 sshd[10154]: fatal: Read from socket failed:
Connection reset by peer
i think this is just because close() isn't being
called. i will verify this shortly...
----------------------------------------------------------------------
Comment By: Sergey Svishchev (shattered)
Date: 2007-10-31 17:34
Message:
Logged In: YES
user_id=45207
Originator: NO
This is still a problem in 1.4.3 -- evidently, close() is not enough.
----------------------------------------------------------------------
Comment By: M. Sean Finney (seanius)
Date: 2005-04-11 22:07
Message:
Logged In: YES
user_id=226838
yup, calling close() before exiting resolves this problem,
i've committed a change to cvs
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1180762&group_id=29880
More information about the Devel
mailing list