Bug 13846 - Shutdown hangs with serial console and no cable
Summary: Shutdown hangs with serial console and no cable
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: SysVinit
Version: 6.2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-07-13 01:41 UTC by Viraj Alankar
Modified: 2014-03-17 02:14 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-07-13 01:41:41 UTC
Embargoed:


Attachments (Terms of Use)

Description Viraj Alankar 2000-07-13 01:41:40 UTC
I have setup a system with serial console and when running the following 
command when there is no serial cable connected:

reboot

The system is not rebooted. It seems to be waiting for the getty to die. 
Killing the getty continues the reboot process.

I have the following in my /etc/inittab:

# Serial console
S2:12345:respawn:/sbin/getty ttyS0 9600 vt100

any my kernel is booted with arguments:

console=tty0 console=ttyS0

Not sure what is the cause of this problem.

Thanks.

Comment 1 Pekka Savola 2000-07-19 11:17:00 UTC
I looked a bit into this.

This only happens if serial console is the primary console (the last
definition).

Using 9600 in getty is bad.  See /etc/gettydefs.  CRTSCTS flow control is being
used.  This isn't usually what you want with serial consoles.  

Switch to DT9600 (Dumb Terminal) to get this to work properly.

Still an "issue" in Rawhide as of 19 Jul 2000.


Note You need to log in before you can comment on or make changes to this bug.