Actions
Bug #5314
closed/etc/sshd script fails to restart SSH properly
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
10/17/2015
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
All
Description
I pretty much only noticed this due to sshdcond package which tries to use the script on package resync. This more often than not results in something along these lines:
Oct 17 10:20:33 sshd[7250]: Received signal 15; terminating. Oct 17 10:20:33 sshd[45658]: fatal: Cannot bind any address. Oct 17 10:20:33 sshd[45658]: fatal: Cannot bind any address. Oct 17 10:20:33 sshd[45658]: error: Bind to port 22 on 0.0.0.0 failed: Address already in use. Oct 17 10:20:33 sshd[45658]: error: Bind to port 22 on 0.0.0.0 failed: Address already in use. Oct 17 10:20:33 sshd[45658]: error: Bind to port 22 on :: failed: Address already in use. Oct 17 10:20:33 sshd[45658]: error: Bind to port 22 on :: failed: Address already in use.
Actions