Re: HELP SSHD crashes on startup
From: Christopher K. Johnson (ckjohnson_at_gwi.net)
Date: 12/01/04
- Previous message: Timothy Murphy: "Re: update"
- In reply to: Alexander Apprich: "Re: HELP SSHD crashes on startup"
- Next in thread: John Aldrich: "Re: HELP SSHD crashes on startup"
- Reply: John Aldrich: "Re: HELP SSHD crashes on startup"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 01 Dec 2004 08:07:56 -0500 To: For users of Fedora Core releases <fedora-list@redhat.com>
Alexander Apprich wrote:
> John,
>
> John Aldrich wrote:
>
>> Fresh install of Fedora Core 3 and SSH crashes on startup with the
>> following error (snipped from /var/log/secure):
>> Dec 1 05:47:53 slave1 sshd[2390]: Server listening on :: port 22.
>> Dec 1 05:47:53 slave1 sshd[2390]: error: Bind to port 22 on 0.0.0.0
>> failed: Address already in use.
>
> Seems like you already have sshd running (as I have the same message
> and no probs logging into my box). What does
This is the same question and same answer as encountered on FC2 with the
2.6 kernel because support was added for ipv6.
sshd is starting up and listening on all ipv6 addresses, then goes to
listen on all ipv4 addresses and finds it is already doing so because
the ipv6 scope includes the ipv4 scope.
This is not a problem. If you do not need ipv6 you may disable it and
avoid other potential pitfalls by adding the following line to
/etc/modprobe.conf:
alias net-pf-10 off
And then rebooting. Yes, this is a rare Linux scenario where a reboot
is necessary to make a change.
If you do need ipv6 then just ignore the message.
Chris
-- ----------------------------------------------------------- "Spend less! Do more! Go Open Source..." -- Dirigo.net Chris Johnson, RHCE #807000448202021 -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
- Previous message: Timothy Murphy: "Re: update"
- In reply to: Alexander Apprich: "Re: HELP SSHD crashes on startup"
- Next in thread: John Aldrich: "Re: HELP SSHD crashes on startup"
- Reply: John Aldrich: "Re: HELP SSHD crashes on startup"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|