[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: SSH Down after Restart



On Fri, Oct 18, 2002 at 08:23:18PM -0500, Dave Thurman (Mailing List Email) wrote:
> <snip> slave sshd[390]: fatal: daemon() failed: Function not implemented

That indicates that something has broken your /dev/null device node. It
should look like this in 'ls -l /dev/null':

  crw-rw-rw-    1 root     root       1,   3 Jul 11 01:38 /dev/null

If it doesn't, then 'rm -f /dev/null; mknod -m 666 /dev/null c 1 3'.

See <http://bugs.debian.org/145451>.

Cheers,

-- 
Colin Watson                                  [cjwatson@flatline.org.uk]



Reply to: