ame error on mine. SSH is starting. The first line is it starting and
binding to port 22 on ::. Since it already has started, the second line
where it tries to bind again to port 22 on <a href="http://0.0.0.0">0.0.0.0</a> fails. The reason is
that IPv6 and IPv4 are both enabled. SSH starts and binds on port 22 to
all available IPv6 IPs (::). Then, it also tries to bind to all IPv4
IPs (<a href="http://0.0.0.0">0.0.0.0</a>) in case IPv6 is disabled, but the port is already bound.
What I did to get rid of the error message was<br><br><div><span class="gmail_quote">On 11/14/06, <b class="gmail_sendername">Ashley M. Kirchner</b> &lt;<a href="mailto:ashley@pcraft.com">ashley@pcraft.com</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>&nbsp;&nbsp;&nbsp;&nbsp;Something happened after the last openssh update.&nbsp;&nbsp;Now every time<br>ssh is (re)started, I get this message in my syslog:
<br><br>Nov 14 08:16:57 lansky sshd[1760]: Server listening on :: port 22.<br>Nov 14 08:16:57 lansky sshd[1760]: error: Bind to port 22 on <a href="http://0.0.0.0">0.0.0.0</a><br>failed: Address already in use.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;That was after a server restart this morning (to boot up the new
<br>2239 kernel).&nbsp;&nbsp;The thing is, it does start up, it does run.&nbsp;&nbsp;And I can<br>shut it down completely (service sshd stop) and I can verify that no ssh<br>process is running and that there's nothing listening on port 22 ('nmap
<br>-sS localhost' and by actually trying to connect to port 22 with another<br>machine).&nbsp;&nbsp;Yet when I tell it to start ssh again, it starts, but not<br>after complaining with the above message.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;Soooo, inquiring minds want to know.
<br><br>--<br>W | It's not a bug - it's an undocumented feature.<br>&nbsp;&nbsp;+--------------------------------------------------------------------<br>&nbsp;&nbsp;Ashley M. Kirchner &lt;mailto:<a href="mailto:ashley@pcraft.com">ashley@pcraft.com
</a>&gt;&nbsp;&nbsp; .&nbsp;&nbsp; 303.442.6410 x130<br>&nbsp;&nbsp;IT Director / SysAdmin / Websmith&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .&nbsp;&nbsp;&nbsp;&nbsp; 800.441.3873 x130<br>&nbsp;&nbsp;Photo Craft Imaging&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .&nbsp;&nbsp;&nbsp;&nbsp; 3550 Arapahoe Ave. #6<br>&nbsp;&nbsp;<a href="http://www.pcraft.com">http://www.pcraft.com
</a> ..... .&nbsp;&nbsp;.&nbsp;&nbsp;&nbsp;&nbsp;.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Boulder, CO 80303, U.S.A.<br><br>--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">
https://www.redhat.com/mailman/listinfo/fedora-list</a><br></blockquote></div><br>