LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   INIT: no more processes left on this runlevel (https://www.linuxquestions.org/questions/linux-general-1/init-no-more-processes-left-on-this-runlevel-492628/)

sanu 10-15-2006 12:54 PM

INIT: no more processes left on this runlevel
 
hi all...
I m using RH 9... But while booting, im getting the following error message...
INIT: no more processes left on this runlevel
I hv rebooted it twice or thrice, even i tried with fsck, still same problem...?

What might be the reason? How to get rid of it?

btmiller 10-15-2006 03:21 PM

A couple points:

1) RH9 is ancient -- you should probably upgrade to something more recent if possible.

2) When init starts running, it looks at the /etc/inittab file. If this file has become corrupt, strange things are likely to happen. You need to look at this file, figure out what runlevel you're booting into (look for a line like id:N:initdefault, the N is a number and is the runlevel to boot into). Then you need to figure out if all the getty processes and other stuff is actually starting in that runlevel. You might need to look in /etc/rc.d/rcN.d (where N is the default runlevel) and notice which S scripts there are (for services to start).

Unfortunately, if you're not clear on how SysV Init actually works, this may be kind of tough, but if you post /etc/inittab and an ls of /etc/rc.d/rcN.d (again N is your boot runlevel -- usually 3 or 5) maybe someone can help you.


All times are GMT -5. The time now is 12:14 PM.