Progetto: | Trisquel |
Componente: | Gnome |
Categoria: | segnalazione di bug |
Priorità: | normal |
Assigned: | upstream |
Stato: | needs more info |
When trying to restart, the system writes:
Killing all remaining processes ... FAIL
and then hangs.
Reproduced on desktop, laptop by at least two forum members.
Removing network-manager seems to fix the issue for some people.
See forum thread: https://trisquel.info/fr/forum/brigantia-machine-freezes-when-rebooting
Assigning to upstream. I believe the bug is related to either one of these issues:
Thanks, I can see now that it's an upstream bug.
I confirm that the following workaround works:
- remove modemmanager
- replace network-manager by wicd
This bug explains the problem and suggests a fix https://bugs.launchpad.net/ubuntu/+source/netbase/+bug/903825
sudo mv /etc/rc6.d/S35networking /etc/rc6.d/S15networking
sudo mv /etc/rc0.d/S35networking /etc/rc0.d/S15networking
sudo mv /etc/rc6.d/S31umountnfs.sh /etc/rc6.d/S05umountnfs.sh
sudo mv /etc/rc0.d/S31umountnfs.sh /etc/rc0.d/S05umountnfs.sh
I confirm this works.
Should be fixed in modemmanager 0.5.1.96+git201202081807.635fce1-0ubuntu2 (Trisquel 6.0)
Does this still happen in 6.0?
Yes, for me.
You could be enjoying a hardware quirk, e.g. a crappy BIOS. Does it help if you add one of these kernel parameters?
reboot=
warm, cold, bios, smp, triple, kbd, acpi, efi, pci, force
i.e. try adding reboot=warm to /etc/default/grub to default parameters line, update-grub, reboot and then try to reboot
if that no worky, then try adding reboot=cold, update-grub, reboot and try etc.