Proxmox reboot doesn't work

tsaenger

Renowned Member
Mar 10, 2010
136
2
83
Hello,

i installed a debian lennny container on my Proxmox-system.
If i am connected via ssh and wanted to reboot the server "shoutdown -h now" the Server went down but doesn't come up again. Than i have to logon onto Proxmox and press start.
On my Proxmox System only see the still mounted hdd.
Has anyone an idea why it doesn't came up again?

Thanks for help

Tobias
 
"shutdown -h now" will halt the server. For reboot, you need -r. Linux also has "halt" and "reboot" commands as a shortcut.