V Vib3 Apr 28, 2009 #1 When i booted to singlemode and rebooted: Code: "press any key to reboot" But rebooting with ssh remotely, I cant press any key. Ideas ?
When i booted to singlemode and rebooted: Code: "press any key to reboot" But rebooting with ssh remotely, I cant press any key. Ideas ?
OP V Vib3 Apr 28, 2009 Thread Starter #3 phoenix said: What command did you use? Click to expand... Code: #reboot
vivek Apr 28, 2009 #4 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.
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.
S SeanC Apr 29, 2009 #6 @phoenix I agree. Use shutdown(8) especially when administering a remote system.
OP V Vib3 Apr 29, 2009 Thread Starter #7 SeanC said: @phoenix I agree. Use shutdown(8) especially when administering a remote system. Click to expand... 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
SeanC said: @phoenix I agree. Use shutdown(8) especially when administering a remote system. Click to expand... 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