Inittab starts agetty with the following lines:INIT: Id "s0" respawning too fast: disabled for 5 minutes
INIT: Id "s1" respawning too fast: disabled for 5 minutes
Kernel config contains the following:#SERIAL CONSOLES
s0respawn:/sbin/agetty 9600 ttyS0 ansi
s1respawn:/sbin/agetty 9600 ttyS1 ansi
I tried the same line from inittab to see if it crashed, but it didn't. The command looked like:#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
and/sbin/agetty 9600 ttyS0 ansi
I've seen the posts regarding "c1" through "c6", but I don't see anything that applies here./sbin/agetty 9600 ttyS1 ansi
Thoughts?
-z

