Gentoo Archives: gentoo-user

From: Colombetti Marco <marco.colombetti@×××××.it>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] cannot completely shut down my system from command line
Date: Wed, 03 Jun 2009 09:37:23
Message-Id: 200906031137.10673.marco.colombetti@tele2.it
In Reply to: Re: [gentoo-user] cannot completely shut down my system from command line by John covici
1 On Wednesday 03 June 2009 03:01:57 John covici wrote:
2 > on Tuesday 06/02/2009 James Ausmus(james.ausmus@×××××.com) wrote
3 >
4 > > 2009/6/2 John covici <covici@××××××××××.com>
5 > >
6 > > > on Tuesday 06/02/2009 Sebastian G nther(samson@××××××××××××××××.de)
7 > > > wrote
8 > > >
9 > > > > * John covici (covici@××××××××××.com) [02.06.09 09:24]:
10 > > > > > Hi. I am running unstable gentoo and baselayout2, however when I
11 > > > > > shutdown my system with something like shutdown -r now -- it gets
12 > > > > > into a state where it says
13 > > > > > init: no more processes in this run level, but it never will
14 > > > > > restart or shutdown if I use -h. How in the heck do I even debug
15 > > > > > such a thing or fix?
16 > > > > >
17 > > > > > Thanks in advance for any good ideas.
18 > > > >
19 > > > > Did you enable ACPI in your kernel configuration?
20 > > >
21 > > > Yep.
22 > >
23 > > Make sure
24 > > CONFIG_ACPI_BUTTON
25 > > is enabled in your kernel config (for menuconfig, under Power Management
26 > > & ACPI -> ACPI Support -> Button) - without this, Linux can't
27 > > auto-shut-off your system.
28 >
29 > Its a module, not built-in. But even shutdown -r now does not work as
30 > I get the message mentioned above and the computer hangs there
31 > forever.
32
33 I have a similar issue on my laptop after upgrading to the kernel 2.6.29.
34 The alsasound service wont stop.... i have to unload the snd_hda_intel module
35 first (it is an alsa related issue).
36 If it is the same problem you could add "modprobe -r snd_hda_intel"
37 in /etc/conf.d/local.stop or /etc/conf.d/local.
38
39 Ciao

Replies