Re: Ubuntu 9.04 Run Level

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Stephen
Date:  
To: Main PLUG discussion list
Subject: Re: Ubuntu 9.04 Run Level
There is not /etc/inittab file in Ubuntu because Ubuntu uses
/etc/event.d/rc-default file

You can fix this problem by editing /etc/event.d/rc-default file
First backup file,
Code:

sudo cp /etc/event.d/rc-default /etc/event.d/rc-default.bakup

Open vi /etc/event.d/rc-default
Code:

sudo vi /etc/event.d/rc-default

Find all lines read as - telinit 2 and replace with telinit 3
Code:

telinit 3

Reboot the system


--
A mouse trap, placed on top of your alarm clock, will prevent you from
rolling over and going back to sleep after you hit the snooze button.

Stephen
---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss