<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Configure Serial Console Access on CentOS 5</title>
	<atom:link href="http://blog.zelut.org/2010/05/05/configure-serial-console-access-on-centos-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zelut.org/2010/05/05/configure-serial-console-access-on-centos-5/</link>
	<description>Brain Dump of a Linux Admin</description>
	<lastBuildDate>Fri, 16 Dec 2011 12:51:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Ujiro</title>
		<link>http://blog.zelut.org/2010/05/05/configure-serial-console-access-on-centos-5/comment-page-1/#comment-1680</link>
		<dc:creator>Ujiro</dc:creator>
		<pubDate>Mon, 28 Nov 2011 19:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zelut.org/?p=178#comment-1680</guid>
		<description>This was really helpful thank you so much! would have been nice to have the debian configs added to this but i ended up figuring it out.</description>
		<content:encoded><![CDATA[<p>This was really helpful thank you so much! would have been nice to have the debian configs added to this but i ended up figuring it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kul</title>
		<link>http://blog.zelut.org/2010/05/05/configure-serial-console-access-on-centos-5/comment-page-1/#comment-1664</link>
		<dc:creator>Kul</dc:creator>
		<pubDate>Sat, 26 Mar 2011 16:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zelut.org/?p=178#comment-1664</guid>
		<description>Thank you for this blog. That finally saved me today :-)

Greetings from Cologne/Germany</description>
		<content:encoded><![CDATA[<p>Thank you for this blog. That finally saved me today <img src='http://blog.zelut.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Greetings from Cologne/Germany</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drsmooth</title>
		<link>http://blog.zelut.org/2010/05/05/configure-serial-console-access-on-centos-5/comment-page-1/#comment-1654</link>
		<dc:creator>drsmooth</dc:creator>
		<pubDate>Thu, 17 Feb 2011 16:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zelut.org/?p=178#comment-1654</guid>
		<description>Nicely succinct.  Too bad the guest has to be modified.  I wonder if there is a way to get this to work with the default GRUB and inittab configurations.  Cheers and nicely done!</description>
		<content:encoded><![CDATA[<p>Nicely succinct.  Too bad the guest has to be modified.  I wonder if there is a way to get this to work with the default GRUB and inittab configurations.  Cheers and nicely done!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rwilla</title>
		<link>http://blog.zelut.org/2010/05/05/configure-serial-console-access-on-centos-5/comment-page-1/#comment-1120</link>
		<dc:creator>rwilla</dc:creator>
		<pubDate>Fri, 06 Aug 2010 07:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zelut.org/?p=178#comment-1120</guid>
		<description>thank you...</description>
		<content:encoded><![CDATA[<p>thank you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui Gouveia</title>
		<link>http://blog.zelut.org/2010/05/05/configure-serial-console-access-on-centos-5/comment-page-1/#comment-1115</link>
		<dc:creator>Rui Gouveia</dc:creator>
		<pubDate>Thu, 08 Jul 2010 14:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zelut.org/?p=178#comment-1115</guid>
		<description>After 2 days searching, your post saved me.

Thank You very much!!!


Rui Gouveia</description>
		<content:encoded><![CDATA[<p>After 2 days searching, your post saved me.</p>
<p>Thank You very much!!!</p>
<p>Rui Gouveia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul Panwar</title>
		<link>http://blog.zelut.org/2010/05/05/configure-serial-console-access-on-centos-5/comment-page-1/#comment-1097</link>
		<dc:creator>Rahul Panwar</dc:creator>
		<pubDate>Fri, 21 May 2010 15:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zelut.org/?p=178#comment-1097</guid>
		<description>Hi,

First of all, i want to congrats you for a very good website.

Now my problem, i am also doing the same to configure the serial console on centos 5.4.

But my problem is that my computer ttyS0 (com1) is not working. I installed a PCI serial card &amp; it is installed in Centos as ttyS1.

Now i want to do the same with ttyS1, my grub.conf is as follows:
**********************************************
default=0
timeout=5
#splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
serial --unit=1 --speed=115200
terminal --timeout=2 console serial
title CentOS (2.6.18-164.15.1.el5.centos.plusPAE)
        root (hd0,0)
        kernel /vmlinuz-2.6.18-164.15.1.el5.centos.plusPAE ro root=/dev/CoralVol00/CoralOS00 console=tty0 console=ttyS1,115200n8
        initrd /initrd-2.6.18-164.15.1.el5.centos.plusPAE.img
title CentOS-base (2.6.18-164.15.1.el5.centos.plus)
        root (hd0,0)
        kernel /vmlinuz-2.6.18-164.15.1.el5.centos.plus ro root=/dev/CoralVol00/CoralOS00 rhgb quiet
        initrd /initrd-2.6.18-164.15.1.el5.centos.plus.img
**********************************************

I also created an entry in inittab:
**********************************************
S1:12345:respawn:/sbin/agetty -L 115200 ttyS1 vt100
**********************************************

But i am receiving kernel panic after doing these setting. Can you help me, what i am doing wrong?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>First of all, i want to congrats you for a very good website.</p>
<p>Now my problem, i am also doing the same to configure the serial console on centos 5.4.</p>
<p>But my problem is that my computer ttyS0 (com1) is not working. I installed a PCI serial card &amp; it is installed in Centos as ttyS1.</p>
<p>Now i want to do the same with ttyS1, my grub.conf is as follows:<br />
**********************************************<br />
default=0<br />
timeout=5<br />
#splashimage=(hd0,0)/grub/splash.xpm.gz<br />
hiddenmenu<br />
serial &#8211;unit=1 &#8211;speed=115200<br />
terminal &#8211;timeout=2 console serial<br />
title CentOS (2.6.18-164.15.1.el5.centos.plusPAE)<br />
        root (hd0,0)<br />
        kernel /vmlinuz-2.6.18-164.15.1.el5.centos.plusPAE ro root=/dev/CoralVol00/CoralOS00 console=tty0 console=ttyS1,115200n8<br />
        initrd /initrd-2.6.18-164.15.1.el5.centos.plusPAE.img<br />
title CentOS-base (2.6.18-164.15.1.el5.centos.plus)<br />
        root (hd0,0)<br />
        kernel /vmlinuz-2.6.18-164.15.1.el5.centos.plus ro root=/dev/CoralVol00/CoralOS00 rhgb quiet<br />
        initrd /initrd-2.6.18-164.15.1.el5.centos.plus.img<br />
**********************************************</p>
<p>I also created an entry in inittab:<br />
**********************************************<br />
S1:12345:respawn:/sbin/agetty -L 115200 ttyS1 vt100<br />
**********************************************</p>
<p>But i am receiving kernel panic after doing these setting. Can you help me, what i am doing wrong?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 1/14 queries in 0.006 seconds using disk: basic
Object Caching 289/301 objects using disk: basic

Served from: blog.zelut.org @ 2012-02-07 12:18:58 -->
