micander / atrias

Automatically exported from code.google.com/p/atrias
0 stars 0 forks source link

Nettop does not shut down #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If I shutdown the nettop over ssh with

sudo shutdown -f now

it says it shuts down for maintanence and closes the ssh connection. The green 
light of the power button does not turn off ever, but the ssh-connection cannot 
be reestablished.

Original issue reported on code.google.com by tra...@gmail.com on 1 Nov 2012 at 11:18

GoogleCodeExporter commented 9 years ago
The command stated will bring the machine into single-user mode, not halt the 
machine.

The correct command is:
{{{
sudo shutdown -h now
}}}

Original comment by jrvanwhy on 2 Nov 2012 at 7:18