Bug 191280 - Problem switching between init 1 and init 3
Summary: Problem switching between init 1 and init 3
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: SysVinit
Version: 4.3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Bill Nottingham
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-05-10 13:53 UTC by Daniel Yeisley
Modified: 2014-03-17 02:59 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-05-10 16:09:06 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Daniel Yeisley 2006-05-10 13:53:46 UTC
Description of problem:
I boot the system into runlevel 5.  From an xterm I do an init 1.  Then I do an 
init 3.  I see it go into runlevel 3, but it ends with "Starting HAL daemon:  [ 
OK ]" and I never get a login prompt.  

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


How reproducible:
I was able to reproduce this on RHEL 4 U3 and Fedora Core 5.

Steps to Reproduce:
1.  Boot to X, login and open a terminal
2.  init 1
3.  at the prompt, init 3
  
Actual results:
Stuck on a screen that ends with "Starting HAL daemon:   [ OK ]"

Expected results:
should see a login prompt

Additional info:

Comment 1 Bill Nottingham 2006-05-10 16:09:06 UTC
Since you ran 'init 1' from X, your shell is on the tty that X ran from (usually
tty7 or tty8). When you run 'init 3', you remain on that tty. login is only
started on tty1-tty6 by default; hitting 'ctrl-<f1>' through 'ctrl-<f6>' should
cycle through the ttys.


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