[parisc-linux] esiee root not work
Thomas Marteau
marteaut@esiee.fr
Wed, 14 Mar 2001 13:56:44 +0100
Hi,
this message told you that your /dev/console is not linked to our
choice of console. I think that our root FS is built with the idea that you
will use the sti-console!
If you use the serial port, you must change /dev/console
-- this is STI conf
demo@b132:~$ ls -l /dev/console
lrwxrwxrwx 1 root root 4 Jan 29 1970 /dev/console -> tty0
-- this is SERIAL conf
demo@b132:~$ ls -l /dev/console
lrwxrwxrwx 1 root root 10 Mar 14 13:42 /dev/console ->
/dev/ttyS0
Do NOT forget to modify the inittab file!
# Format:
# <id>:<runlevels>:<action>:<process>
1:2345:respawn:/sbin/getty 38400 tty1 <------ Here for STI
#2:2345:respawn:/sbin/getty 38400 tty2
#3:23:respawn:/sbin/getty 38400 tty3
#4:23:respawn:/sbin/getty 38400 tty4
#5:23:respawn:/sbin/getty 38400 tty5
#6:23:respawn:/sbin/getty 38400 tty6
# Example how to put a getty on a serial line (for a terminal)
#
T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100 <------ Here for SERIAL
#T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100
# Example how to put a getty on a modem line.
#
#T3:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS3