View previous topic :: View next topic |
Author |
Message |
Belliash Advocate


Joined: 24 Nov 2004 Posts: 2503 Location: Wroclaw, Poland
|
Posted: Thu Nov 02, 2006 6:39 pm Post subject: won't shutdown! ;/ |
|
|
Hi all.
I've just installed the Gentoo and everything works but i cannot shutdown system.
When i type shutdown -r or -h now it kills all services, umounts all devices and shows " INIT: No more processes left in this runlevel".
Then system halts.
Does anyone know why? _________________ Asio Software Technologies
Belliash IT Weblog |
|
Back to top |
|
 |
heavydwitstyle n00b


Joined: 24 Nov 2005 Posts: 44
|
Posted: Thu Nov 02, 2006 6:55 pm Post subject: |
|
|
Quote: | Then system halts. |
So the machine actually does halt? or does it sit at the
Quote: | INIT: No more processes left in this runlevel |
line and not go any further? You're contradicting yourself in the same paragraph.
Or did I misread your description?
please clarify what exactly happens.
Thanks,
Heavy-D _________________ Dual Core - Pentium D 805 - 2 x 2.66Ghz
2048MB DDR533 Crucial Memory
2x 320Gb WD SATA2
---
MacBook Pro running OS X 10.4.8 |
|
Back to top |
|
 |
bluedevils Apprentice

Joined: 21 Jul 2004 Posts: 252 Location: Vancouver BC -> NYC, NY
|
Posted: Thu Nov 02, 2006 7:04 pm Post subject: |
|
|
I assume he meant halt as in the system just hangs there.
What event happened just before the init: no process.... line? Was it unmounting filesystems. I had this problem and could not find an answer. In the end I reinstalled and things have been fine, though I see yours is already a new install. |
|
Back to top |
|
 |
fredor Tux's lil' helper


Joined: 13 Oct 2003 Posts: 84 Location: UK
|
Posted: Thu Nov 02, 2006 8:02 pm Post subject: |
|
|
Since running 'emerge --sync' today I have the same problem.
Shutdown proceeds until -
"Filesystems are unmounted."
Then it just hangs with the statement -
"INIT: No more processes left in this runlevel"
The computer does not switch off and this has to be done manually.
This happens with both 'halt' and 'reboot' commands.
See bug #151128
Apparently it's a problem with 'bash-3.2' and is corrected with 'baselayout-1.12.6' _________________ Gentoo /amd64/2007.0
AMD Athlon64 X2 4200+
ASUS M2N32-SLI Deluxe |
|
Back to top |
|
 |
0x001A4 Apprentice


Joined: 08 Jan 2006 Posts: 263 Location: Mississauga, Ontario
|
Posted: Thu Nov 02, 2006 9:33 pm Post subject: |
|
|
https://forums.gentoo.org/viewtopic-t-512541.html
If you do
Code: | # nano -w /etc/inittab |
Then add these lines to the bottom of that file
Code: | 1:2345:respawn:mingetty tty1
2:2345:respawn:mingetty tty2
3:2345:respawn:mingetty tty3
4:2345:respawn:mingetty tty4
5:2345:respawn:mingetty tty5
6:2345:respawn:mingetty tty6 |
It should fix it. Thats what worked for me. |
|
Back to top |
|
 |
Belliash Advocate


Joined: 24 Nov 2004 Posts: 2503 Location: Wroclaw, Poland
|
Posted: Fri Nov 03, 2006 2:41 pm Post subject: |
|
|
Thanks, 0x001A4!!
But now during the booting up it shows me:
Code: | INIT: cannot execute "mingetty"
INIT: ld "x" respawning too fast: disabled for 5 minutes |
where "x" is a number from 1-5...
Do you know how to solve that?
THANKS! _________________ Asio Software Technologies
Belliash IT Weblog |
|
Back to top |
|
 |
|