On Fri, 6 Jul 2001, Dennis Collins wrote:

> Greetings,
> 
> I have recently compiled openssh-2.9p2 with the --with-tcp-wrappers option.
> 
> I also installed openssl-0.9.6, tcp_wrappers_7.6, zlib-1.1.2 and
> perl-5.005_03.
> 
> The OS is Solaris 2.6.
> 
> Everything seems to go well until I try to start the sshd daemon. It
> initially starts and dies after 5-10 seconds.
> 
> I was hoping someone else has experienced a similar problem and could
> enlighten me.
> 
> Thanks.
> 
> 
> [servername:root]$/usr/local/sbin/sshd -d
> debug1: Seeded RNG with 33 bytes from programs
> debug1: Seeded RNG with 3 bytes from system calls
> debug1: sshd version OpenSSH_2.9p2
> debug1: private host key: #0 type 0 RSA1
> debug1: read PEM private key done: type RSA
> debug1: private host key: #1 type 1 RSA
> debug1: read PEM private key done: type DSA
> debug1: private host key: #2 type 2 DSA
> debug1: Bind to port 22 on 0.0.0.0.
> Bind to port 22 on 0.0.0.0 failed: Address already in use.
> Cannot bind any address.


Another program is already using port 22, probably an old
ssh daemon running that you didn't kill.

--
"When you make a mistake and don't correct
it, that's what you call a mistake!"
    -- Confucius

Reply via email to