Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[gentoo-user] cannot completely shut down my system from command line

186 views
Skip to first unread message

John covici

unread,
Jun 2, 2009, 3:30:22 AM6/2/09
to
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.

--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?

John Covici
cov...@ccs.covici.com

Maxim Wexler

unread,
Jun 2, 2009, 3:50:09 PM6/2/09
to
On 6/2/09, John covici <cov...@ccs.covici.com> wrote:
> 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?

Having similar problems with latest min-install in a netbook. Shutdown
-some-option doesn't do the trick. ctrl-alt-delete just freezes the
console until I hold down the power button.

Maxim

Sebastian Günther

unread,
Jun 2, 2009, 4:30:14 PM6/2/09
to
* John covici (cov...@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?

Sebastian

--
" Religion ist das Opium des Volkes. " | _ ASCII ribbon campaign
Karl Marx | ( ) against HTML e-mail
SEB@STI@N GÜNTHER | X against M$ attachments
mailto:sam...@guenther-roetgen.de | / \ www.asciiribbon.org

John covici

unread,
Jun 2, 2009, 5:30:24 PM6/2/09
to
on Tuesday 06/02/2009 Sebastian G nther(sam...@guenther-roetgen.de) wrote

> * John covici (cov...@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.

Keith Dart

unread,
Jun 2, 2009, 8:50:10 PM6/2/09
to

On Jun 2, 2009, at 12:24 AM, John covici wrote:

> nit: 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.


I've seen this kind of thing on systems with buggy hardware and/or
BIOS. It may not be a Linux or Gentoo problem.


-- --------------------------
Keith Dart
ke...@dartworks.biz

James Ausmus

unread,
Jun 2, 2009, 8:50:10 PM6/2/09
to


2009/6/2 John covici <cov...@ccs.covici.com>

on Tuesday 06/02/2009 Sebastian G nther(sam...@guenther-roetgen.de) wrote
 > * John covici (cov...@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.

-James
 

John covici

unread,
Jun 2, 2009, 9:10:18 PM6/2/09
to
on Tuesday 06/02/2009 James Ausmus(james....@gmail.com) wrote
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.

Colombetti Marco

unread,
Jun 3, 2009, 5:40:20 AM6/3/09
to
On Wednesday 03 June 2009 03:01:57 John covici wrote:
> on Tuesday 06/02/2009 James Ausmus(james....@gmail.com) wrote
>
> > 2009/6/2 John covici <cov...@ccs.covici.com>
> >
> > > on Tuesday 06/02/2009 Sebastian G nther(sam...@guenther-roetgen.de)
> > > wrote
> > >
> > > > * John covici (cov...@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

Mick

unread,
Jun 3, 2009, 9:10:20 AM6/3/09
to
2009/6/3 Colombetti Marco <marco.co...@tele2.it>:

Same problem, but with xorg drivers (radeon) on a stable system. If I
exit xorg and then issue shutdown from console it works fine.

See previous thread at:

http://groups.google.co.uk/group/linux.gentoo.user/browse_thread/thread/593050017e77fbd3?hl=en#

--
Regards,
Mick

Steffen Loos

unread,
Jun 5, 2009, 2:50:08 AM6/5/09
to
Hello,
Colombetti Marco schrieb:
> ...

> 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.
i've had the same problem. The unloading of alsa-modules is'nt needed according to alsa-developers. So setting

UNLOAD_ON_STOP="no"

in /etc/conf.d/alsasound helps for me.

Steffen

Colombetti Marco

unread,
Jun 5, 2009, 3:40:10 AM6/5/09
to

Thanks Steffen!!!
The link for bugzilla:

http://bugs.gentoo.org/show_bug.cgi?id=232875

Ciao

0 new messages