On Mon, Feb 06, 2006 at 12:58:15PM +0100, Patrick Scharrenberg wrote: > I have strange problem with my sshd (3.8.1p1.sarge.4) not starting > daemonized anymore on a debian sarge system.
Check if something screwed up the permissions on /dev/null... that's a common cause for this sort of failure. It should look like this: $ ls -l /dev/null crw-rw-rw- 1 root root 1, 3 2006-01-31 18:48 /dev/null
