Re: Problem with inetd and ssh(d)

2005-04-13 Thread Rob
Stevan Tiefert wrote:
 Hello list,
 
 I have since days ervery ten minutes on my
 workstation xxx.domain.tld an entry in my
 /var/log/messages and on the console at the
 root-account these messages are appearing:
 
 Apr 13 10:30:53 xxx inetd[500]: ssh/tcp: bind:
   Address already in use


Is sshd running as an independent daemon and also
enabled in the /etc/inetd.conf file? That will
cause a clash on port 22.

If you have  sshd_enable=YES  in /etc/rc.conf,
then disable it in /etc/inetd.conf; and vice versa.
(you should prefer the first option).

Rob.



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem with inetd and ssh(d)

2005-04-13 Thread Alex Zbyslaw
Stevan Tiefert wrote:
Apr 13 10:30:53 xxx inetd[500]: ssh/tcp: bind: Address already in use
I know that inetd was writing this in this file and that ssh(d) has a 
problem. bind (named) is not running on my workstation.
Someone already made a suggestion, but you should know that bind in this 
message is nothing to do with DNS Bind software.  The bind is a system 
call involved in setting up a socket.  See man 2 bind.

--Alex
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem with inetd and ssh(d)

2005-04-13 Thread Stevan Tiefert
Rob schrieb:
Stevan Tiefert wrote:
 

Hello list,
I have since days ervery ten minutes on my
workstation xxx.domain.tld an entry in my
/var/log/messages and on the console at the
root-account these messages are appearing:
Apr 13 10:30:53 xxx inetd[500]: ssh/tcp: bind:
 Address already in use
   


Is sshd running as an independent daemon and also
enabled in the /etc/inetd.conf file? That will
cause a clash on port 22.
If you have  sshd_enable=YES  in /etc/rc.conf,
then disable it in /etc/inetd.conf; and vice versa.
(you should prefer the first option).
Rob.
		
__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/

 

Hello Rob,
You are a hero!!! Thanks! That was the solution! And it worked! My 
workstation is silent, that is how it should work! Silent and without 
errors!!!

With regards :-)
Stevan Tiefert
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem with inetd and ssh(d)

2005-04-13 Thread Stevan Tiefert
Alex Zbyslaw schrieb:
Stevan Tiefert wrote:
Apr 13 10:30:53 xxx inetd[500]: ssh/tcp: bind: Address already in use
I know that inetd was writing this in this file and that ssh(d) has a 
problem. bind (named) is not running on my workstation.

Someone already made a suggestion, but you should know that bind in 
this message is nothing to do with DNS Bind software.  The bind is a 
system call involved in setting up a socket.  See man 2 bind.

--Alex

Hello Alex,
ah, now I understand bind in the error message! Thanks :-)
With regards
Stevan Tiefert
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]