* [gentoo-user] unable to reboot
@ 2009-06-30 17:20 Arnau Bria
2009-06-30 17:25 ` Justin
2009-06-30 20:27 ` Paul Hartman
0 siblings, 2 replies; 8+ messages in thread
From: Arnau Bria @ 2009-06-30 17:20 UTC (permalink / raw
To: gentoo-user
Hi all,
after an update my system is unable to reboot, or shutdown...
it hangs just after unloading ALSA modules, and nothing else happens.
I had some problem with gcc (after the update), something about I had
to remocpile it because of some bug. but apart from that, nothing else
strange.
gcc-config -l
[1] i686-pc-linux-gnu-4.3.2 *
I've recompiled sysvinit, and I'm wondering if I need to recompile
somethign else
# eix sysvinit
[I] sys-apps/sysvinit
Available versions: 2.86-r8 ~2.86-r9 2.86-r10 ~2.86-r12 {ibm kernel_FreeBSD selinux static}
i don't know how to debug or next step... I've lost my xfce menu icons,
so I was wondering if maybe my gcc problems are most serious than I
first thought.
Anyone found this probem before?
TIA,
Arnau
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] unable to reboot
2009-06-30 17:20 [gentoo-user] unable to reboot Arnau Bria
@ 2009-06-30 17:25 ` Justin
2009-06-30 18:27 ` meino.cramer
2009-06-30 20:11 ` Arnau Bria
2009-06-30 20:27 ` Paul Hartman
1 sibling, 2 replies; 8+ messages in thread
From: Justin @ 2009-06-30 17:25 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 575 bytes --]
Arnau Bria schrieb:
> Hi all,
>
> after an update my system is unable to reboot, or shutdown...
>
> it hangs just after unloading ALSA modules, and nothing else happens.
>
I had the same problem, but I don't recover how I exactly solbved it,
but it has to something with settings in the /etc/modprobe.d and
/etc/modules.d configs. If you don't get the answer until I am at home,
I will you later what todo.
In the mean while try get MagicSysReq Keys to work. With those you can
end or kill all processes in that runlevel so that you can clearly shutdown.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] unable to reboot
2009-06-30 17:25 ` Justin
@ 2009-06-30 18:27 ` meino.cramer
2009-06-30 20:11 ` Arnau Bria
1 sibling, 0 replies; 8+ messages in thread
From: meino.cramer @ 2009-06-30 18:27 UTC (permalink / raw
To: gentoo-user
Justin <justin@j-schmitz.net> [09-06-30 19:30]:
> Arnau Bria schrieb:
> > Hi all,
> >
> > after an update my system is unable to reboot, or shutdown...
> >
> > it hangs just after unloading ALSA modules, and nothing else happens.
> >
> I had the same problem, but I don't recover how I exactly solbved it,
> but it has to something with settings in the /etc/modprobe.d and
> /etc/modules.d configs. If you don't get the answer until I am at home,
> I will you later what todo.
>
> In the mean while try get MagicSysReq Keys to work. With those you can
> end or kill all processes in that runlevel so that you can clearly shutdown.
>
not to forget to rmeount all readonly, otherwise disks get not
sync'ed.....
Only my twi miliCent ;)
mcc
--
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] unable to reboot
2009-06-30 17:25 ` Justin
2009-06-30 18:27 ` meino.cramer
@ 2009-06-30 20:11 ` Arnau Bria
1 sibling, 0 replies; 8+ messages in thread
From: Arnau Bria @ 2009-06-30 20:11 UTC (permalink / raw
To: gentoo-user
On Tue, 30 Jun 2009 19:25:39 +0200
Justin Justin wrote:
> I had the same problem, but I don't recover how I exactly solbved it,
> but it has to something with settings in the /etc/modprobe.d and
> /etc/modules.d configs. If you don't get the answer until I am at
> home, I will you later what todo.
It will be nice if you could send me your solution...
I find no refernce in google... or gentoo forums.
Cheers,
Arnau
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] unable to reboot
2009-06-30 17:20 [gentoo-user] unable to reboot Arnau Bria
2009-06-30 17:25 ` Justin
@ 2009-06-30 20:27 ` Paul Hartman
2009-06-30 20:31 ` Justin
2009-06-30 21:21 ` Arnau Bria
1 sibling, 2 replies; 8+ messages in thread
From: Paul Hartman @ 2009-06-30 20:27 UTC (permalink / raw
To: gentoo-user
On Tue, Jun 30, 2009 at 12:20 PM, Arnau Bria<arnau@emergetux.net> wrote:
> after an update my system is unable to reboot, or shutdown...
>
> it hangs just after unloading ALSA modules, and nothing else happens.
AFAIK it is not recommended to unload the ALSA modules anymore and
will become default behavior soon. Try to add this to
/etc/conf.d/alsasound
UNLOAD_ON_STOP="no"
Also check this bug: http://bugs.gentoo.org/show_bug.cgi?id=232875 for
more info about this problem (if indeed it's the same one you are
facing)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] unable to reboot
2009-06-30 20:27 ` Paul Hartman
@ 2009-06-30 20:31 ` Justin
2009-06-30 21:18 ` Arnau Bria
2009-06-30 21:21 ` Arnau Bria
1 sibling, 1 reply; 8+ messages in thread
From: Justin @ 2009-06-30 20:31 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 832 bytes --]
Paul Hartman wrote:
> On Tue, Jun 30, 2009 at 12:20 PM, Arnau Bria<arnau@emergetux.net> wrote:
>> after an update my system is unable to reboot, or shutdown...
>>
>> it hangs just after unloading ALSA modules, and nothing else happens.
>
> AFAIK it is not recommended to unload the ALSA modules anymore and
> will become default behavior soon. Try to add this to
> /etc/conf.d/alsasound
>
> UNLOAD_ON_STOP="no"
>
> Also check this bug: http://bugs.gentoo.org/show_bug.cgi?id=232875 for
> more info about this problem (if indeed it's the same one you are
> facing)
>
Exactly that was the problem. I am sorry it will take some more time until I can past the excat solution. I
killed my partitiontable while trying to install d..n ... .. .... windows in parallel.
Try to dig some more for this unload thing.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] unable to reboot
2009-06-30 20:31 ` Justin
@ 2009-06-30 21:18 ` Arnau Bria
0 siblings, 0 replies; 8+ messages in thread
From: Arnau Bria @ 2009-06-30 21:18 UTC (permalink / raw
To: gentoo-user
will try,
thanks to both.
Arnau
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] unable to reboot
2009-06-30 20:27 ` Paul Hartman
2009-06-30 20:31 ` Justin
@ 2009-06-30 21:21 ` Arnau Bria
1 sibling, 0 replies; 8+ messages in thread
From: Arnau Bria @ 2009-06-30 21:21 UTC (permalink / raw
To: gentoo-user
Worked!!
many thanks,
Arnau
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2009-06-30 21:21 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-30 17:20 [gentoo-user] unable to reboot Arnau Bria
2009-06-30 17:25 ` Justin
2009-06-30 18:27 ` meino.cramer
2009-06-30 20:11 ` Arnau Bria
2009-06-30 20:27 ` Paul Hartman
2009-06-30 20:31 ` Justin
2009-06-30 21:18 ` Arnau Bria
2009-06-30 21:21 ` Arnau Bria
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox