Re: sshd start weirdness

2003-07-06 Thread Bob Bernstein
On Sun, Jul 06, 2003 at 05:41:23PM +0100, Colin Watson wrote: > My guess here is that /dev/null is broken, which causes the daemon() > library call to fail, which causes sshd to fail to start, but -d causes > sshd not to daemonize. 'ls -l /dev/null' should look like this: > > crw-rw-rw-1 ro

Re: sshd start weirdness

2003-07-06 Thread Colin Watson
On Sun, Jul 06, 2003 at 05:16:37PM +0200, J.H.M. Dassen (Ray) wrote: > On Sun, Jul 06, 2003 at 10:33:54 -0400, Bob Bernstein wrote: > > (And, what's that "Address family not supported" message saying?) > > sshd was built to support IPv6, but your system isn't configured as an IPv6 > host, and quit

Re: sshd start weirdness

2003-07-06 Thread J.H.M. Dassen (Ray)
On Sun, Jul 06, 2003 at 10:33:54 -0400, Bob Bernstein wrote: > (And, what's that "Address family not supported" message saying?) sshd was built to support IPv6, but your system isn't configured as an IPv6 host, and quite likely your kernel doesn't have IPv6 support. HTH, Ray -- People think I'm

sshd start weirdness

2003-07-06 Thread Bob Bernstein
sshd will not start, either at boot, or "by hand.". Adding '-d' to the command line, using /etc/default/ssh, persuades it to start: # /etc/init.d/ssh start Starting OpenBSD Secure Shell server: sshddebug1: sshd version OpenSSH_3.6.1p2 Debian 1:3.6.1p2-3 debug1: read PEM private key done: type RSA