On Thu, Nov 18, 1999 at 06:05:21PM -0800, [EMAIL PROTECTED] wrote: > > > Serial console goes offline at 'init 6', does not come back online. > > Runlevel change does not seem to work when 'debug=1' is set in > /etc/init.d/rc > > It doesn't actually run the scripts. 'fixed' that behaviour though. > > > Why would the serial console go offline on reboot/halt?
In /etc/inittab, change this line: T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100 to this: T0:2345:respawn:/sbin/getty -L ttyS0 9600 vt100 The reason it isn't set for 1 and 6 is because they are not useful, and init needs to shut everything down on those runlevels (else / wont be able to umount). -- -----------=======-=-======-=========-----------=====------------=-=------ / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] - [EMAIL PROTECTED] - [EMAIL PROTECTED] ' `---=========------=======-------------=-=-----=-===-======-------=--=---'

