[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]

Re: console redirect issue

Keith Patton kpatton@dallas.photronics.com
Wed, 7 Jul 2004 08:02:09 -0700 (PDT)


thanks for the reply,

Sorry for leaving this out, both systems are linux/ console, and remote box ( dell )..and using grub..


We have "redirection after boot" disabled, no place for "redirection after post"


Currently we have, all the redirection disabled in the bios, and let grub do the redirection. All works fine..just no bios redirect..

If we turn on "redirection to serial 1", after boot still disabled, all comes up find but it screws up conserver daemon process. After the remote is alive, we can restart the daemon and then it works...Therefore, by restarting the daemon on the console we work again, indicates to us that the bios settings may be correct because you can then login.

-Keith




nathan r. hruby wrote:
On Wed, 7 Jul 2004, Keith Patton wrote:


Hello all,

  I have a dell 1750. If I don't do console redirect from the bios all works ok. If I
enable console redirect to the serial port, all comes up, but once up I can't use the
console as a terminal. I must restart conserver deamon process then I'm ok..  Is there an
option or something I'm missing?



What OS is the host running? If linux, what boot loader? If Grub, disable the "redirection after post" option in BIOS as grub
tries to grab the serial port which it can't do cause the BIOS has
it.
Else, make sure that your serial line in /etc/grub.conf does not have
--console in it, else if you tap the keyboard during the bootloader
or boot stages that's where the console will end up (on the
keyboard/VGA device, instead of the serial console where you want
it).


HTH,

-n