> Dec 5 15:33:24 joanrich init: open (/dev/console): Too many symbolic 
> links encountered

/dev/console is probably a symbolic link to /dev/console, perhaps through
one or more other symbolic links. I don't know why it would have gotten
that way. You can probably fix it with these shell commands.

        rm /dev/console
        mknod /dev/console c 4 0
        chown root.tty /dev/console
        chmod 111 /dev/console

                Bruce
--
Bruce Perens K6BP   [EMAIL PROTECTED]
Finger [EMAIL PROTECTED] for PGP public key.
PGP fingerprint = 88 6A 15 D0 65 D4 A3 A6  1F 89 6A 76 95 24 87 B3 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]

Reply via email to