Code: Select all
sudo rebootWrite failed: Success
NaCl plugin exited with status code 255.
(R)econnect, (C)hoose another connection, or E(x)it?
Code: Select all
sudo rebootIt is only the sudo reboot is not working. I can connect to my pi via SSH to doing everything else except reboot. Interesting, sudo shutdown works.W. H. Heydt wrote:If your ssh client is being dropped, that's a pretty good indication that the shutdown portion of the reboot is taking place (that is, the reboot command is working just fine). Part of what happens is that all processes are shutdown, and that includes your login session. You won't be able to reconnect until both the network connection and the ssh daemon come back up. Try it some time with the Pi right next to you with a monitor attached.
You won't be able to watch a reboot over ssh as the connection will be dropped as it goes down, and you'll not be able to reconnect until quite late in the boot process.rubiks wrote:I have keyboard, mouse and TV hooked up with pi so I tried sudo reboot not via SSH, it works.
Code: Select all
$ uptime
02:31:23 up 54 days, 6:48, 1 user, load average: 0.06, 0.04, 0.05