Bug 58800 - agetty does not start from runlevel 1
Summary: agetty does not start from runlevel 1
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: SysVinit
Version: 7.2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-01-24 20:49 UTC by Matthew Galgoci
Modified: 2014-03-17 02:25 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-09-16 22:19:11 UTC
Embargoed:


Attachments (Terms of Use)

Description Matthew Galgoci 2002-01-24 20:49:12 UTC
Description of Problem:

I cannot get a serial console to spawn in runlevel 1, only runlevels 234 and 5.

Version-Release number of selected component (if applicable):



How Reproducible:

Every time

Steps to Reproduce:

1.   Add the ffollowing line to /etc/inittab:

s0:12345:respawn:/sbin/agetty ttyS0 9600 vt100

2.  re-read the inittab (eg: /sbin/init q)

3.  look for agetty running (ps -uaxxww | grep agetty )

4) Drop to run level 1 or reboot into runlevel 1;  Look for agetty running (eg:
ps -auxxww | grep agetty )

Actual Results:

agetty does not start from runlevel 1

Expected Results:

agetty should run in runlevels 1, 2, 3, 4, and 5.

Additional Information:

Comment 1 Brock Organ 2002-01-24 22:11:26 UTC
try adding the following kernel parameters to your bootloader:

"single console=ttyS0,115200n8"


Comment 2 Brock Organ 2002-01-24 22:15:33 UTC
i've also usually used mgetty and not agetty for serial consolses spawned by 
init ...


Comment 3 Matthew Galgoci 2003-09-16 22:19:11 UTC
Only console should be active in runlevel 1. Console needs to be redirected if
you want remote serial console.


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