From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MBmuR-0008JK-D4 for garchives@archives.gentoo.org; Wed, 03 Jun 2009 09:37:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52BD1E04E8; Wed, 3 Jun 2009 09:37:22 +0000 (UTC) Received: from swip.net (mailfe01.tele2.it [212.247.154.13]) by pigeon.gentoo.org (Postfix) with ESMTP id 05BE6E04E8 for ; Wed, 3 Jun 2009 09:37:21 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=jxOspZ0bbs0A:10 a=fi_wnfw9hn8A:10 a=pGLkceISAAAA:8 a=uJ_w1ttZAAAA:8 a=t_ytq0HA9tmJOIp9WvoA:9 a=rD89nSw671zFg5qSCUgDH7hO4VgA:4 a=MSl-tDqOz04A:10 a=7FHH_ptEpnoA:10 Received: from [93.149.159.113] (account cxu-8ba-bjr@tele2.it HELO [192.168.1.102]) by mailfe01.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 198583595 for gentoo-user@lists.gentoo.org; Wed, 03 Jun 2009 11:37:20 +0200 From: Colombetti Marco To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] cannot completely shut down my system from command line Date: Wed, 3 Jun 2009 11:37:10 +0200 User-Agent: KMail/1.9.9 References: <18980.54163.223827.961009@ccs.covici.com> <18981.52101.548783.705632@ccs.covici.com> In-Reply-To: <18981.52101.548783.705632@ccs.covici.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906031137.10673.marco.colombetti@tele2.it> X-Archives-Salt: 09a2c0e9-eaac-4c09-ae96-883afcca046b X-Archives-Hash: fc92cba3579070a94fcbf4629d99913c On Wednesday 03 June 2009 03:01:57 John covici wrote: > on Tuesday 06/02/2009 James Ausmus(james.ausmus@gmail.com) wrote > > > 2009/6/2 John covici > > > > > on Tuesday 06/02/2009 Sebastian G nther(samson@guenther-roetgen.de) > > > wrote > > > > > > > * John covici (covici@ccs.covici.com) [02.06.09 09:24]: > > > > > Hi. I am running unstable gentoo and baselayout2, however when I > > > > > shutdown my system with something like shutdown -r now -- it gets > > > > > into a state where it says > > > > > init: no more processes in this run level, but it never will > > > > > restart or shutdown if I use -h. How in the heck do I even debug > > > > > such a thing or fix? > > > > > > > > > > Thanks in advance for any good ideas. > > > > > > > > Did you enable ACPI in your kernel configuration? > > > > > > Yep. > > > > Make sure > > CONFIG_ACPI_BUTTON > > is enabled in your kernel config (for menuconfig, under Power Management > > & ACPI -> ACPI Support -> Button) - without this, Linux can't > > auto-shut-off your system. > > Its a module, not built-in. But even shutdown -r now does not work as > I get the message mentioned above and the computer hangs there > forever. I have a similar issue on my laptop after upgrading to the kernel 2.6.29. The alsasound service wont stop.... i have to unload the snd_hda_intel module first (it is an alsa related issue). If it is the same problem you could add "modprobe -r snd_hda_intel" in /etc/conf.d/local.stop or /etc/conf.d/local. Ciao