Cant reboot on ssh ( remotely )

When i booted to singlemode and rebooted:

Code:
"press any key to reboot"

But rebooting with ssh remotely, I cant press any key.

Ideas ?
 
SeanC said:
@phoenix

I agree.

Use shutdown(8) especially when administering a remote system.

Ok. I see your point. Its more user friendly, cos it sends messages. Now rebooting works fine.

Added also these ->

Code:
#cat /boot/loader.conf

hw.acpi.disable_on_poweroff="0"
hint.apic.0.disabled="1"
hw.acpi.disable_on_reboot="0"

Thx :)
 
Back
Top