Results 1 to 5 of 5
using Raspberry Pi wheezey...
I think this says it all. What am I doing wrong?
Code:
~ $ uname -a
Linux kevcoder01 3.1.9+ #272 PREEMPT Tue Aug 7 22:51:44 BST ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-26-2012 #1Just Joined!
- Join Date
- Jan 2012
- Posts
- 15
I can't shutdown
using Raspberry Pi wheezey...
I think this says it all. What am I doing wrong?
Code:~ $ uname -a Linux kevcoder01 3.1.9+ #272 PREEMPT Tue Aug 7 22:51:44 BST 2012 armv6l GNU/Linux ~ $ sudo shutdown -Ph -t now Usage: shutdown [-akrhPHfFnc] [-t sec] time [warning message] -a: use /etc/shutdown.allow -k: don't really shutdown, only warn. -r: reboot after shutdown. -h: halt after shutdown. -P: halt action is to turn off power. -H: halt action is to just halt. -f: do a 'fast' reboot (skip fsck). -F: Force fsck on reboot. -n: do not go through "init" but go down real fast. -c: cancel a running shutdown. -t secs: delay between warning and kill signal. ** the "time" argument is mandatory! (try "now") **
- 11-27-2012 #2
Either give time in seconds [ -t 10 ] or use "now" without -t option.
Code:sudo shutdown -Ph now sudo shutdown -ph -t 10
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-27-2012 #3
The Raspberry Pi doesn't shut down...
It has a power cord, but no switch/button.
According to the RaspBerry website, turning off the computer comprises of unplugging it.
*EDIT*
For other Linux machines, it could be:
...using sudo if needed.Code:shutdown -h now
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 11-27-2012 #4If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
Snakey Wakey!
The Fifth Continent reborn
- 11-27-2012 #5Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.




