Archive for January 2009
SSH not starting in VPs
First check /var/log/messages and /var/log/secure
If you find something like this, “fatal: daemon() failed: No such device.” then here is the fix.
rm -rf /dev/null
mknod /dev/null c 1 3
/etc/rc.d/init.d/sshd restart
Praji's Blog