IMHO, serial is the way to go. If you want to capture the output use conserver with your terminal server. I would also like to see kickstart send useful data to syslog. I setup syslog in my post and use logger to send errors and status to syslog. > -----Original Message----- > From: kickstart-list-admin@xxxxxxxxxx > [mailto:kickstart-list-admin@xxxxxxxxxx] On Behalf Of Neil > Sent: Wednesday, July 23, 2003 10:48 AM > To: kickstart-list@xxxxxxxxxx > Subject: capturing other tty's over serial > > > Hi, > > I'm kickstarting rhel 2.1 via http > > tty0 is over a serial line using syslinux.cfg > > default ks > prompt 0 > label ks > kernel vmlinuz > append ksdevice=eth0 ks=http://serverip/RedHat/ks/rhel.kscfg > initrd=initrd.img console=ttyS0 console=ttyS0,115200 > > > I've been playing with > > %pre > chvt 3 > > and such but I'd like to be able to capture all the output. > > So 3 questions- > > Is serial the way to go or is it only really for the > interactive terminals? > Is there a way to send it all to a syslog server? > Is there a way to stop all the 'attempt to access beyond end > of device' > messages? > > Any help gratefully received > > Neil > > > _______________________________________________ > Kickstart-list mailing list > Kickstart-list@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/kickstart-list >