You are not logged in.
Pages: 1
I'm currently using the standard "linux" kernel on an x86_64 Arch Linux installation. The system, however, does not power off after shutting down: It prints "Powering off" on the screen before the hard drive spins down and everything else just stays powered on.
What could be the problem?
My hardware configuration:
Intel Core i5-2500K
AsRock Z68 Pro3-M
2x4GB Corsair Vengeance Memory
No separate graphics card.
Offline
Not enough info. You need to look through your system logs after you restart to see if you can find where shutdown is hanging, They are in directory /var/log
Tim
Offline
That's part of the problem: There's nothing in the logs, probably because syslog-ng is already stopped and the drive mounted read-only.
Offline
Check if you can successfully power off using the command:
sudo /sbin/poweroff:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
/sbin/poweroff shuts down and powers off the system properly.
Last edited by ccom (2012-01-26 14:15:12)
Offline
OK. I'm missing one crucial point, though: What DE/WM are you using? How do you shut down your computer (custom shortcut, menu, etc.)?
Last edited by bohoomil (2012-01-26 14:13:07)
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
I'm using Gnome in fallback mode. I was trying to shutdown using the standard menu.
Offline
Magic! I tried shutdown -h now, which didn't work either, and the system powered off. Then I tried Gnome again and it powered off, too!
Offline
Pages: 1