<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: rhl 9 box hangs after INIT: no more process left in this runlevel in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rhl-9-box-hangs-after-init-no-more-process-left-in-this-runlevel/m-p/3367498#M13764</link>
    <description>Start by reading 'man shutdown'.&lt;BR /&gt;&lt;BR /&gt;It's just a bit friendlier to the system.</description>
    <pubDate>Tue, 31 Aug 2004 17:45:58 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2004-08-31T17:45:58Z</dc:date>
    <item>
      <title>rhl 9 box hangs after INIT: no more process left in this runlevel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhl-9-box-hangs-after-init-no-more-process-left-in-this-runlevel/m-p/3367491#M13757</link>
      <description>Hello All&lt;BR /&gt;&lt;BR /&gt;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&lt;BR /&gt;&lt;BR /&gt;INIT: no more process left in this runleve.&lt;BR /&gt;&lt;BR /&gt;after receiving the above message my system remains hang.&lt;BR /&gt;&lt;BR /&gt;init 6&lt;BR /&gt;INIT: Switching to runlevel 6&lt;BR /&gt;INIT: Sending process the TERM signal&lt;BR /&gt;Shutting down the xfs:                   [ok]&lt;BR /&gt;Shutting down the console mouse service: [ok]&lt;BR /&gt;Saving random seed:    [ok]   &lt;BR /&gt;Shutting down Kernel logger:   [OK]&lt;BR /&gt;Shutting down System logger:   [OK]&lt;BR /&gt;Shutting down interface eth0:   [OK]&lt;BR /&gt;Shutting down loopback interface:  [ok]&lt;BR /&gt;INIT: no more process left in this runlevel&lt;BR /&gt;&lt;BR /&gt;at this point my system remains hang, so I have to hard boot my system, or power off.&lt;BR /&gt;&lt;BR /&gt;I have attached the /var/log/messages, and the output of dmesg.&lt;BR /&gt;&lt;BR /&gt;Thanking u in anticipation.&lt;BR /&gt;&lt;BR /&gt;Rgrds&lt;BR /&gt;Maaz.&lt;BR /&gt;</description>
      <pubDate>Sun, 29 Aug 2004 08:55:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhl-9-box-hangs-after-init-no-more-process-left-in-this-runlevel/m-p/3367491#M13757</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-08-29T08:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: rhl 9 box hangs after INIT: no more process left in this runlevel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhl-9-box-hangs-after-init-no-more-process-left-in-this-runlevel/m-p/3367492#M13758</link>
      <description>see that you have under /etc/rc6.d and under /etc/rc0.d/  files that start with "S"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;S00killall and &lt;BR /&gt;S01reboot for /etc/rc6.d&lt;BR /&gt;or&lt;BR /&gt;S01halt for /etc/rc0.d&lt;BR /&gt;&lt;BR /&gt;If you don't -then you'll have to create symbolic links from /etc/init.d directory to respective files&lt;BR /&gt;so for instance to check your init0&lt;BR /&gt;ln -s /etc/init.d/killall /etc/rc0.d/S00killall&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;ln -s /etc/init.d/halt /etc/rc0.d/S01halt&lt;BR /&gt;&lt;BR /&gt;then issue init 0&lt;BR /&gt;and tell us if it worked.....&lt;BR /&gt;Best regards</description>
      <pubDate>Sun, 29 Aug 2004 11:27:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhl-9-box-hangs-after-init-no-more-process-left-in-this-runlevel/m-p/3367492#M13758</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-08-29T11:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: rhl 9 box hangs after INIT: no more process left in this runlevel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhl-9-box-hangs-after-init-no-more-process-left-in-this-runlevel/m-p/3367493#M13759</link>
      <description>Yes, Its working, ... its working 100%,  Many Thanks Alexander, I am extremely thankful to u for the favor.&lt;BR /&gt;&lt;BR /&gt;here are the reports&lt;BR /&gt;&lt;BR /&gt;[root@linux101 mnt]# ls /etc/rc0.d/S00killall&lt;BR /&gt;ls: /etc/rc0.d/S00killall: No such file or directory&lt;BR /&gt;&lt;BR /&gt;[root@linux101 mnt]# ls /etc/rc0.d/S01halt&lt;BR /&gt;ls: /etc/rc0.d/S01halt: No such file or directory&lt;BR /&gt;&lt;BR /&gt;then as per ur instruction, i did the following&lt;BR /&gt;&lt;BR /&gt;ln - s /etc/init.d/killall /etc/rc0.d/S00killall&lt;BR /&gt;ln -s /etc/init.d/halt /etc/rc0.d/S01halt&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but, I dont have the 'reboot' script in /etc/init.d, thats why I cant create the link in &lt;BR /&gt;&lt;BR /&gt;/etc/rc6.d&lt;BR /&gt;[root@linux101 mnt]# ls /etc/init.d/reboot&lt;BR /&gt;ls: /etc/init.d/reboot: No such file or directory&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Sun, 29 Aug 2004 12:51:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhl-9-box-hangs-after-init-no-more-process-left-in-this-runlevel/m-p/3367493#M13759</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-08-29T12:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: rhl 9 box hangs after INIT: no more process left in this runlevel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhl-9-box-hangs-after-init-no-more-process-left-in-this-runlevel/m-p/3367494#M13760</link>
      <description>'S01reboot' is a symoblic link to '/etc/init.d/halt'.</description>
      <pubDate>Mon, 16 Sep 2024 09:08:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhl-9-box-hangs-after-init-no-more-process-left-in-this-runlevel/m-p/3367494#M13760</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2024-09-16T09:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: rhl 9 box hangs after INIT: no more process left in this runlevel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhl-9-box-hangs-after-init-no-more-process-left-in-this-runlevel/m-p/3367495#M13761</link>
      <description>Thanks Stuart,&lt;BR /&gt;As Alexander already explained, but I was doing the mistake, and u notify me the mistake.&lt;BR /&gt;&lt;BR /&gt;Yes its working&lt;BR /&gt;ln -s /etc/init.d/halt /etc/rc6.d/S01reboot&lt;BR /&gt;&lt;BR /&gt;I was mistakingly searching for /etc/init.d/reboot.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;And is there any rpm that install these essential scripts, and creates the symlinks to the directories where these scripts are required.&lt;BR /&gt;&lt;BR /&gt;Again Many Thanks Stuart, and indeed Alexander, for the support.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Mon, 30 Aug 2004 00:26:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhl-9-box-hangs-after-init-no-more-process-left-in-this-runlevel/m-p/3367495#M13761</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-08-30T00:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: rhl 9 box hangs after INIT: no more process left in this runlevel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhl-9-box-hangs-after-init-no-more-process-left-in-this-runlevel/m-p/3367496#M13762</link>
      <description>I've honestly never seen a system do that before.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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.</description>
      <pubDate>Mon, 30 Aug 2004 01:33:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhl-9-box-hangs-after-init-no-more-process-left-in-this-runlevel/m-p/3367496#M13762</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-08-30T01:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: rhl 9 box hangs after INIT: no more process left in this runlevel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhl-9-box-hangs-after-init-no-more-process-left-in-this-runlevel/m-p/3367497#M13763</link>
      <description>Dear Stuart again Thanx for assistance.&lt;BR /&gt;&lt;BR /&gt;If u can(or any1 else) plz explain the major diffrences between "shutdown -r 0", and "init 6".&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Hope u(or any1 else) wont mind to reply my bogus questions&lt;BR /&gt;&lt;BR /&gt;Thanx n Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Tue, 31 Aug 2004 14:12:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhl-9-box-hangs-after-init-no-more-process-left-in-this-runlevel/m-p/3367497#M13763</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-08-31T14:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: rhl 9 box hangs after INIT: no more process left in this runlevel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhl-9-box-hangs-after-init-no-more-process-left-in-this-runlevel/m-p/3367498#M13764</link>
      <description>Start by reading 'man shutdown'.&lt;BR /&gt;&lt;BR /&gt;It's just a bit friendlier to the system.</description>
      <pubDate>Tue, 31 Aug 2004 17:45:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhl-9-box-hangs-after-init-no-more-process-left-in-this-runlevel/m-p/3367498#M13764</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-08-31T17:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: rhl 9 box hangs after INIT: no more process left in this runlevel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhl-9-box-hangs-after-init-no-more-process-left-in-this-runlevel/m-p/3367499#M13765</link>
      <description>Thanks for ur precious reply&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Sep 2004 13:00:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhl-9-box-hangs-after-init-no-more-process-left-in-this-runlevel/m-p/3367499#M13765</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-09-01T13:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: rhl 9 box hangs after INIT: no more process left in this runlevel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhl-9-box-hangs-after-init-no-more-process-left-in-this-runlevel/m-p/3367500#M13766</link>
      <description>I think that one of the main advantages of shutdown over init is that you can use it with time delay (different than 0). If  shutdown  is  called  with a time delay, it creates /etc/nologin which causes programs such as login to not allow new user logins. Shutdown removes this file if it is stopped before it can signal init (i.e. it is cancelled  with shutdown -c).&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Ross</description>
      <pubDate>Mon, 06 Sep 2004 21:01:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhl-9-box-hangs-after-init-no-more-process-left-in-this-runlevel/m-p/3367500#M13766</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2004-09-06T21:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: rhl 9 box hangs after INIT: no more process left in this runlevel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhl-9-box-hangs-after-init-no-more-process-left-in-this-runlevel/m-p/3367501#M13767</link>
      <description>Many Thanks Ross Minkov, for ur reply&lt;BR /&gt;&lt;BR /&gt;Rgrds&lt;BR /&gt;Maaz</description>
      <pubDate>Tue, 07 Sep 2004 00:06:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhl-9-box-hangs-after-init-no-more-process-left-in-this-runlevel/m-p/3367501#M13767</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-09-07T00:06:13Z</dc:date>
    </item>
  </channel>
</rss>

