bugzilla-daemon at bugzilla.mindrot.org
2017-Dec-05 00:58 UTC
[Bug 2806] New: bind: Address already in use: should return non-zero
https://bugzilla.mindrot.org/show_bug.cgi?id=2806
Bug ID: 2806
Summary: bind: Address already in use: should return non-zero
Product: Portable OpenSSH
Version: 7.6p1
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: jidanni at jidanni.org
This should return non-zero
$ ssh -f somesite.example.org -L 10143:somesite.example.org:143 -N ;
echo $?
bind: Address already in use
channel_setup_fwd_listener_tcpip: cannot listen to port: 10143
Could not request local forwarding.
0
else scripts cannot detect failure!
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2017-Dec-05 01:05 UTC
[Bug 2806] bind: Address already in use: should return non-zero
https://bugzilla.mindrot.org/show_bug.cgi?id=2806
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Status|NEW |RESOLVED
Resolution|--- |WORKSFORME
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
Please use the existing ExitOnForwardFailure option
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2017-Dec-05 01:20 UTC
[Bug 2806] bind: Address already in use: should return non-zero
https://bugzilla.mindrot.org/show_bug.cgi?id=2806 --- Comment #2 from Dan Jacobson <jidanni at jidanni.org> --- OK. One would have never guessed. By the way bind: Address already in use would be clearer if it said which address: bind: Address 1020304 already in use -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2017-Dec-05 02:35 UTC
[Bug 2806] bind: Address already in use: should return non-zero
https://bugzilla.mindrot.org/show_bug.cgi?id=2806 --- Comment #3 from Damien Miller <djm at mindrot.org> --- Done. The next release will have: bind [127.0.0.1]:1234: Address already in use bind [::1]:1234: Address already in use -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2018-Apr-06 02:26 UTC
[Bug 2806] bind: Address already in use: should return non-zero
https://bugzilla.mindrot.org/show_bug.cgi?id=2806
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #4 from Damien Miller <djm at mindrot.org> ---
Close all resolved bugs after release of OpenSSH 7.7.
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.