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
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
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
> 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
on Tuesday 06/02/2009 Sebastian G nther(sam...@guenther-roetgen.de) wrote
> * John covici (cov...@ccs.covici.com) [02.06.09 09:24]:Yep.
> > 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?
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
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
UNLOAD_ON_STOP="no"
in /etc/conf.d/alsasound helps for me.
Steffen