On Thu, 18 Nov 1999, Ben Collins wrote:
> 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). You know, this COULD be what's making 2.2.13 panic. How would I be able to test that? -- Ferret no baka

