View previous topic :: View next topic |
Author |
Message |
FloppyMaster0 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 07 May 2004 Posts: 62 Location: Detroit, MI, USA
|
Posted: Sun Mar 13, 2005 8:06 pm Post subject: [solved] local starting in wrong runlevel |
|
|
I just rebooted my server for the first time in a while, and I noticed that the 'local' service is getting started in the wrong runlevel. It's starting up after the random number generator gets seeded, just before INIT switches to runlevel 3 (default). It SHOULD be the absolute last thing to start. Any Ideas on where to look/how to fix such behavior?
Last edited by FloppyMaster0 on Sun Mar 13, 2005 8:19 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
TheRAt Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/965802054438fd382cded6.jpg)
Joined: 03 Jun 2002 Posts: 1580
|
Posted: Sun Mar 13, 2005 8:12 pm Post subject: |
|
|
Code: | # rc-update del local boot
# rc-update add local default |
_________________ All reality is the construct of the observer.
Get Firefox and rediscover the web!
BOFH Excuse #295:
The Token fell out of the ring. Call us when you find it. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
FloppyMaster0 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 07 May 2004 Posts: 62 Location: Detroit, MI, USA
|
Posted: Sun Mar 13, 2005 8:18 pm Post subject: |
|
|
Nevermind, it seems I had bootsplash set to run in the boot runlevel, and it has a need dependency on local. Weird.
I never set up bootsplash so rc-update del bootsplash did the trick. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|