serial console on Sun Fire X2250 (Intel XEON)

General support questions including new installations
Post Reply
bjlockie
Posts: 17
Joined: 2006/12/21 07:55:18

serial console on Sun Fire X2250 (Intel XEON)

Post by bjlockie » 2008/12/17 18:35:51

I installed CentOS on a Sun Fire X2250 (Intel XEON) machine and I'm having a lot trouble getting the serial console to work.
My /etc/inittab contains:

# serial console
con:2345:respawn:/sbin/agetty ttys0 9600 vt100
My inittab is wrong.
It works if I manually run /sbin/agetty ttys0 9600 vt100

I fixed grub and it outputs this:

Serial Booting 'CentOS (2.6.18-8.el5)'

root (hd0,0)
Filesystem type is ext2fs, partition type 0xfd
kernel /boot/vmlinuz-2.6.18-8.el5 ro root=/dev/md1 console=tty0 console=ttys0,9600n8
[Linux-bzImage, setup=0x1e00, size=0x1ad034]
initrd /boot/initrd-2.6.18-8.el5.img
[Linux-initrd @ 0x37e7a000, 0x175ce7 bytes]

(r)(r)


I get 'INIT: Id "con" respawning too fast: disabled for 5 minutes' on the console.
agetty is crashing?

bjlockie
Posts: 17
Joined: 2006/12/21 07:55:18

Re: serial console on Sun Fire X2250 (Intel XEON)

Post by bjlockie » 2008/12/17 20:16:47

I tried adding the call to agetty in /etc/rc.local but it didn't work.

Post Reply