Re: sshd attempting to start twice?

2007-02-26 Thread Noah
Oliver Koch wrote: Hi, Noah schrieb: its commented out # grep ssh /etc/inetd.conf #sshstream tcp nowait root/usr/sbin/sshd sshd -i -4 #sshstream tcp6nowait root/usr/sbin/sshd sshd -i -6 could you please post your sshd_config? Perhabs t

Re: sshd attempting to start twice?

2007-02-26 Thread Roger Olofsson
Hello, Without knowing more, could sshd be listening to more than one interface in your machine? If so, try setting 'ListenAddress your.ip.adress.here' in /etc/ssh/sshd_config. Greetings /Roger Noah skrev: Hi there, any clues why sshd is attempting to start twice? sshd[836]: error: Bind

Re: sshd attempting to start twice?

2007-02-26 Thread Derek Ragona
Yup, my bad typo. -Derek At 01:56 PM 2/26/2007, Giorgos Keramidas wrote: On 2007-02-26 13:06, Derek Ragona <[EMAIL PROTECTED]> wrote: > The errors you are getting is indicative that sshd is already running. > Try doing: > > ps -ax|grep named You mean "grep sshd" right? :) A slightly

Re: sshd attempting to start twice?

2007-02-26 Thread Oliver Koch
Hi, Noah schrieb: > its commented out > > # grep ssh /etc/inetd.conf > #sshstream tcp nowait root/usr/sbin/sshd sshd -i -4 > #sshstream tcp6nowait root/usr/sbin/sshd sshd -i -6 could you please post your sshd_config? Perhabs there's something wrong.

Re: sshd attempting to start twice?

2007-02-26 Thread Noah
Peter A. Giessel wrote: On 2007/02/26 10:07, Giorgos Keramidas seems to have typed: On 2007-02-26 10:30, Noah <[EMAIL PROTECTED]> wrote: sshd_enable="YES" sshd_program="/usr/local/sbin/sshd" [snip] inetd_enable="YES" [snip] I see you have switched the `rc.c

Re: sshd attempting to start twice?

2007-02-26 Thread Giorgos Keramidas
On 2007-02-26 13:06, Derek Ragona <[EMAIL PROTECTED]> wrote: > The errors you are getting is indicative that sshd is already running. > Try doing: > > ps -ax|grep named You mean "grep sshd" right? :) A slightly more complex command, which gives nicer output is: $ ps xau -p $(echo $(pgrep 'ss

Re: sshd attempting to start twice?

2007-02-26 Thread Giorgos Keramidas
On 2007-02-26 10:28, "Peter A. Giessel" <[EMAIL PROTECTED]> wrote: > On 2007/02/26 10:07, Giorgos Keramidas seems to have typed: > > On 2007-02-26 10:30, Noah <[EMAIL PROTECTED]> wrote: > >> sshd_enable="YES" > >> sshd_program="/usr/local/sbin/sshd" > > [snip] > > >> inetd_enable="YES" > > [snip

Re: sshd attempting to start twice?

2007-02-26 Thread Eric
Peter A. Giessel wrote: On 2007/02/26 10:07, Giorgos Keramidas seems to have typed: On 2007-02-26 10:30, Noah <[EMAIL PROTECTED]> wrote: sshd_enable="YES" sshd_program="/usr/local/sbin/sshd" [snip] inetd_enable="YES" [snip] I see you have switched the `rc.conf' path of sshd to point to

Re: sshd attempting to start twice?

2007-02-26 Thread Peter A. Giessel
On 2007/02/26 10:07, Giorgos Keramidas seems to have typed: > On 2007-02-26 10:30, Noah <[EMAIL PROTECTED]> wrote: >> sshd_enable="YES" >> sshd_program="/usr/local/sbin/sshd" [snip] >> inetd_enable="YES" [snip] > I see you have switched the `rc.conf' path of sshd to point to the > version of ss

Re: sshd attempting to start twice?

2007-02-26 Thread Giorgos Keramidas
On 2007-02-26 10:30, Noah <[EMAIL PROTECTED]> wrote: > Hi there, > > any clues why sshd is attempting to start twice? > > sshd[836]: error: Bind to port 22 on :: failed: Address already in use. > sshd[836]: error: Bind to port 22 on 0.0.0.0 failed: Address already in use. > > here is the /etc/rc

Re: sshd attempting to start twice?

2007-02-26 Thread Derek Ragona
The errors you are getting is indicative that sshd is already running. Try doing: ps -ax|grep named -Derek At 12:30 PM 2/26/2007, Noah wrote: Hi there, any clues why sshd is attempting to start twice? sshd[836]: error: Bind to port 22 on :: failed: Address already in use. sshd[836]