TobyR
07-06-2004, 07:12 PM
I'm just setting up a new PC with Fedora Core 2. As I ahve done on several occasions before now I used the Remote-Console-HOWTO to set up ... a remote console (!)
This HOWTO is very good - informative, well written and not verbose. However, I found that whislt I could see boot up messages I couldn't get a login prompt. After a little investigation I found that where the HOWTO recommended adding the following to /etc/inittab ...
co:2345:respawn:/sbin/getty ttyS0 CON9600 vt102
... what I actually required was ...
co:2345:respawn:/sbin/agetty ttyS0 9600 vt100
(in all other respects the HOWTO was spot on)
Hope this helps someone out there.
< searching keywords >
serial console remote ttyS0
This HOWTO is very good - informative, well written and not verbose. However, I found that whislt I could see boot up messages I couldn't get a login prompt. After a little investigation I found that where the HOWTO recommended adding the following to /etc/inittab ...
co:2345:respawn:/sbin/getty ttyS0 CON9600 vt102
... what I actually required was ...
co:2345:respawn:/sbin/agetty ttyS0 9600 vt100
(in all other respects the HOWTO was spot on)
Hope this helps someone out there.
< searching keywords >
serial console remote ttyS0