Re: Turn off serial console on boot

2008-08-26 Thread Chris St Denis

[EMAIL PROTECTED] wrote:
I have some servers with IPMI that allow me to have a serial console. 
I have setup a serial console config on my servers and it seems to 
work reasonably well in remote emergencies, but causes serious 
problems if I ever have to use the real console.


It means that I can't use single user mode from the real console and 
I can't see most boot errors.


Is there a way I can turn off the console redirection from the 
physical console interactively on startup?


http://www.freebsd.org/doc/en/books/handbook/serialconsole-setup.html

We put -P in /boot.config so that if a keyboard is detected then the 
screen is the console. No keyboard means serial console.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"

This server does not have a ps2 port (USB only). Is there any other way?

It's quite a pain to have to boot off an install disk and rename the 
boot.config file if I need to get into single user mode. Especially 
since this server takes about 5 minutes to POST.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Turn off serial console on boot

2008-08-26 Thread ben
I have some servers with IPMI that allow me to have a serial console. I have 
setup a serial console config on my servers and it seems to work reasonably 
well in remote emergencies, but causes serious problems if I ever have to use 
the real console.


It means that I can't use single user mode from the real console and I can't 
see most boot errors.


Is there a way I can turn off the console redirection from the physical 
console interactively on startup?


http://www.freebsd.org/doc/en/books/handbook/serialconsole-setup.html

We put -P in /boot.config so that if a keyboard is detected then the 
screen is the console. No keyboard means serial console.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Turn off serial console on boot

2008-08-25 Thread Chris St Denis
I have some servers with IPMI that allow me to have a serial console. I 
have setup a serial console config on my servers and it seems to work 
reasonably well in remote emergencies, but causes serious problems if I 
ever have to use the real console.


It means that I can't use single user mode from the real console and I 
can't see most boot errors.


Is there a way I can turn off the console redirection from the physical 
console interactively on startup?


Running FreeBSD 7.

Console config:
---
barium# cat /boot.config
-DS19200

barium# cat /boot/loader.conf
comconsole_speed="19200"
boot_multicons="YES"
boot_serial="YES"
console="comconsole,vidconsole"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"