Remote console options?
Derek Martin
ddm at mclinux.com
Mon Jul 10 11:00:45 EDT 2000
On Mon, 10 Jul 2000, John Chambers wrote:
>
> Derek D. Martin wrote:
>
> It's VERY easy to configure a Linux box to use the serial port as the
> console. See /usr/src/linux/Documentation/serial-console.txt for details.
>
> Hmmm ... This seems to describe something that implements one of the
> major design failures of Microsoft systems: In order for a change to
> take effect, you have to reboot.
You have to change your running kernel to have support for this option...
it's not a widely used option so it doesn't get compiled in by default.
This is very normal under Linux. Any time you add a FEATURE to the linux
kernel, you have to reboot for your new kernel to take effect.
Not so if you add a DRIVER which can be compiled as a module, but the
serial console doesn't have a module, presumably because it has to be
there before most of the kernel initializes (in order to display
initialization messages, obviously), so it can't be a module.
Oh well... Talk to your distribution vendor to have them compile in
support with their stock kernel, and you won't need to reboot...
--
Derek Martin
System Administrator
Mission Critical Linux
martin at MissionCriticalLinux.com
-
Subcription/unsubscription/info requests: send e-mail with
"subscribe", "unsubscribe", or "info" on the first line of the
message body to discuss-request at blu.org (Subject line is ignored).
More information about the Discuss
mailing list