On Tue, 2007-06-05 at 12:22 +1000, Voytek Eymont wrote: > Jun 5 12:12:41 bilby sshd[13216]: Received signal 15; terminating. > Jun 5 12:12:41 bilby sshd[13379]: Server listening on :: port 22. > Jun 5 12:12:41 bilby sshd[13379]: error: Bind to port 22 on 0.0.0.0 > failed: Address already in use.
The message is clear. The cause is - another sshd or other daemon is running on that port. - the daemon has put the port into a TCP Wait state (unusual these days) - IPv4 and IPv6 are attempting to bind, but you have no IPv6 address, so you fall back to the already-bound IPv4 address. -- Glen Turner -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
