PDA

View Full Version : Cant reboot on ssh ( remotely )


Vib3
April 28th, 2009, 18:11
When i booted to singlemode and rebooted:


"press any key to reboot"


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

Ideas ?

phoenix
April 28th, 2009, 18:21
What command did you use?

Vib3
April 28th, 2009, 18:24
What command did you use?

#reboot

vivek
April 28th, 2009, 18:38
Reboot command does work on all our servers. It might be ACPI. Try setting hw.acpi.disable_on_poweroff is loader.conf. Some motherboard and BIOS do have problem. See http://www.freebsd.org/doc/en/books/handbook/acpi-debug.html

Another option is use KVM over IP to reboot and manager box even if IPv[4/6] connectivity lost.

phoenix
April 28th, 2009, 22:44
Does it do the same if you use (the more correct) shutdown -r now ??

SeanC
April 29th, 2009, 04:34
@phoenix

I agree.

Use shutdown especially when administering a remote system.

Vib3
April 29th, 2009, 14:50
@phoenix

I agree.

Use shutdown 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 ->


#cat /boot/loader.conf

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




Thx :)