- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: rhl 9 box hangs after INIT: no more process le...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2004 01:55 AM
тАО08-29-2004 01:55 AM
just after installing the rhl 9.0, i boot the system, every thing went fine. but when i issued init 6, to restart the system, or init 0, my system hangs on the following stage
INIT: no more process left in this runleve.
after receiving the above message my system remains hang.
init 6
INIT: Switching to runlevel 6
INIT: Sending process the TERM signal
Shutting down the xfs: [ok]
Shutting down the console mouse service: [ok]
Saving random seed: [ok]
Shutting down Kernel logger: [OK]
Shutting down System logger: [OK]
Shutting down interface eth0: [OK]
Shutting down loopback interface: [ok]
INIT: no more process left in this runlevel
at this point my system remains hang, so I have to hard boot my system, or power off.
I have attached the /var/log/messages, and the output of dmesg.
Thanking u in anticipation.
Rgrds
Maaz.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2004 04:27 AM
тАО08-29-2004 04:27 AM
SolutionS00killall and
S01reboot for /etc/rc6.d
or
S01halt for /etc/rc0.d
If you don't -then you'll have to create symbolic links from /etc/init.d directory to respective files
so for instance to check your init0
ln -s /etc/init.d/killall /etc/rc0.d/S00killall
then
ln -s /etc/init.d/halt /etc/rc0.d/S01halt
then issue init 0
and tell us if it worked.....
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2004 05:51 AM
тАО08-29-2004 05:51 AM
Re: rhl 9 box hangs after INIT: no more process left in this runlevel
here are the reports
[root@linux101 mnt]# ls /etc/rc0.d/S00killall
ls: /etc/rc0.d/S00killall: No such file or directory
[root@linux101 mnt]# ls /etc/rc0.d/S01halt
ls: /etc/rc0.d/S01halt: No such file or directory
then as per ur instruction, i did the following
ln - s /etc/init.d/killall /etc/rc0.d/S00killall
ln -s /etc/init.d/halt /etc/rc0.d/S01halt
but, I dont have the 'reboot' script in /etc/init.d, thats why I cant create the link in
/etc/rc6.d
[root@linux101 mnt]# ls /etc/init.d/reboot
ls: /etc/init.d/reboot: No such file or directory
So plz le me know, if it is possible to install the reboot script from installation media, that is, if there is any rpm that will install the script. Or otherwise anyone here can send me the script.
Regards
Maaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2004 11:41 AM - last edited on тАО09-16-2024 02:08 AM by support_s
тАО08-29-2004 11:41 AM - last edited on тАО09-16-2024 02:08 AM by support_s
Re: rhl 9 box hangs after INIT: no more process left in this runlevel
- Tags:
- bios
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2004 05:26 PM
тАО08-29-2004 05:26 PM
Re: rhl 9 box hangs after INIT: no more process left in this runlevel
As Alexander already explained, but I was doing the mistake, and u notify me the mistake.
Yes its working
ln -s /etc/init.d/halt /etc/rc6.d/S01reboot
I was mistakingly searching for /etc/init.d/reboot.
btw, any one can pleaze explain, why these scripts didnt create the symlinks, in the respective directories(rc0.d, rc6.d), although the installation went quite smooth.
And is there any rpm that install these essential scripts, and creates the symlinks to the directories where these scripts are required.
Again Many Thanks Stuart, and indeed Alexander, for the support.
Regards
Maaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2004 06:33 PM
тАО08-29-2004 06:33 PM
Re: rhl 9 box hangs after INIT: no more process left in this runlevel
We build up RH9 boxes via a KS on a regular basis (probably have 15-20 in the field as well), so if it was an inherent thing with the RH build, I'm sure I would have seen it by now.
By the same token, using 'init 6' to reboot a box really isn't the nicest way to do it. It's what the 'shutdown -r now' command is for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-31-2004 07:12 AM
тАО08-31-2004 07:12 AM
Re: rhl 9 box hangs after INIT: no more process left in this runlevel
If u can(or any1 else) plz explain the major diffrences between "shutdown -r 0", and "init 6".
what i experienced/observed is that "shutdown -r/h" command first does the broadcast the warning message of system shutdown, and then shuts the system down, while "init 0/6" doesnt broadcast the warning message, but simply put the system shutdown.
Hope u(or any1 else) wont mind to reply my bogus questions
Thanx n Regards
Maaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-31-2004 10:45 AM
тАО08-31-2004 10:45 AM
Re: rhl 9 box hangs after INIT: no more process left in this runlevel
It's just a bit friendlier to the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-01-2004 06:00 AM
тАО09-01-2004 06:00 AM
Re: rhl 9 box hangs after INIT: no more process left in this runlevel
Regards
Maaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2004 02:01 PM
тАО09-06-2004 02:01 PM
Re: rhl 9 box hangs after INIT: no more process left in this runlevel
HTH,
Ross
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2004 05:06 PM
тАО09-06-2004 05:06 PM
Re: rhl 9 box hangs after INIT: no more process left in this runlevel
Rgrds
Maaz