Bug#538257: inittab comment inconsistent with example.

2012-07-02 Thread Roberto Resoli
I actually found that leaving the id as suggested in the comment (T0) makes the serial console not working at all on some of our systems, where the serial console is set up using the VSP (virtual serial port) feature on a HP blade system. Modifiying the id to S0, so: S0:2345:respawn:/sbin/getty

Bug#538257: inittab comment inconsistent with example.

2009-07-24 Thread Marco TĂșlio Gontijo e Silva
Package: sysvinit Version: 2.86.ds1-65 Severity: minor /etc/inittab: # The id field MUST be the same as the last # characters of the device (after tty). (...) # Example how to put a getty on a serial line (for a terminal) # #T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100 Shouldn't this be S0

Bug#538257: inittab comment inconsistent with example.

2009-07-24 Thread Petter Reinholdtsen
[Marco TĂșlio Gontijo e Silva] /etc/inittab: # The id field MUST be the same as the last # characters of the device (after tty). (...) # Example how to put a getty on a serial line (for a terminal) # #T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100 Shouldn't this be S0 instead of T0? I