FS#30136 - [linux] 'restart' does not restart the system
Attached to Project:
Arch Linux
Opened by Amitav (amitavmohanty01) - Monday, 04 June 2012, 10:47 GMT
Last edited by Tom Gundersen (tomegun) - Tuesday, 02 October 2012, 09:51 GMT
Opened by Amitav (amitavmohanty01) - Monday, 04 June 2012, 10:47 GMT
Last edited by Tom Gundersen (tomegun) - Tuesday, 02 October 2012, 09:51 GMT
|
Details
Description:
When I try to restart my system from the KDE restart button or using restart command or using shutdown -h now command, it works fine till dropping to run level 6, stopping processes. I get a line saying "Restarting system"; but it stays at that and does not restart. A similar bug is reported in Ubuntu but they have somehow fixed it. My friend using Ubuntu can restart fine. https://bugs.launchpad.net/ubuntu/+source/linux/+bug/833705 Additional info: * package version(s) LINUX - 3.3.7-1 upower 0.9.16-1 dbus-core 1.4.20-2 initscripts 2012.05.1-1 * config and/or log files etc. # /etc/modprobe.d/mei.conf blacklist mei # generated by nvidia-installer blacklist nouveau options nouveau modeset=0 |
This task depends upon
Closed by Tom Gundersen (tomegun)
Tuesday, 02 October 2012, 09:51 GMT
Reason for closing: Upstream
Additional comments about closing: kernel bug
Tuesday, 02 October 2012, 09:51 GMT
Reason for closing: Upstream
Additional comments about closing: kernel bug
https://bugzilla.kernel.org/show_bug.cgi?id=42542
But after upgrading to Linux 3.3.8-1 this issue replicates (both in GNOME 3 and console). I can neither poweroff nor reboot.
https://bbs.archlinux.org/viewtopic.php?id=143113&p=3
http://mailman.archlinux.org/pipermail/arch-general/2012-June/027156.html
I will try the kernel parameter and see what happens.
What I've noticed yet - htop shows 100% CPU usage on that command:
/bin/mount -o realtime /dev/sda4 /mnt/usbhd-sda4 - I can't kill it, shutdown or reboot can't kill it either.
Interesting thing is, that I don't have sda4 partition at all. My fstab:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
devpts /dev/pts devpts defaults 0 0
/dev/sda2 / ext4 defaults 0 1
/dev/sda6 /home ext4 defaults 0 1
/dev/sdb1 /mnt/FA auto defaults,nosuid,nodev,uhelper=udisks,uid=1000,gid=100,dmask=0077,fmask=0177 0 0
/dev/sda3 /var reiserfs defaults 0 1
shm /dev/shm tmpfs nodev,nosuid 0 0
uname -r
3.4.2-2-ARCH
I have the same problem so now I know why I cant shutdown, thou I also cannot kill it.
Regards,
vfbsilva