<?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: Linux configure or enable serial console by editing GRUB boot loader</title> <atom:link href="http://www.cyberciti.biz/faq/linux-serial-console-howto/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/linux-serial-console-howto/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Stefan Lasiewski</title><link>http://www.cyberciti.biz/faq/linux-serial-console-howto/#comment-66747</link> <dc:creator>Stefan Lasiewski</dc:creator> <pubDate>Thu, 12 Jan 2012 23:49:02 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-serial-console-howto/#comment-66747</guid> <description>&lt;pre&gt;
Append the following line:
1:23:respawn:/sbin/agetty -h -L ttyS1 19200 vt100
&lt;/pre&gt;
The first column &#039;1&#039; may cause problems on most RHEL5 installations. In my case, this cause the error &#039;INIT: /etc/inittab[69]: duplicate ID field &quot;1&quot;&#039; upon boot.
This is because the first column is a unique identifier, and is commonly used to identify tty1:
&lt;pre&gt;
# Run gettys in standard runlevels
1:2345:respawn:/sbin/mingetty tty1
2:2345:respawn:/sbin/mingetty tty2
3:2345:respawn:/sbin/mingetty tty3
4:2345:respawn:/sbin/mingetty tty4
5:2345:respawn:/sbin/mingetty tty5
6:2345:respawn:/sbin/mingetty tty6
&lt;/pre&gt;
A better name would be something like S0:
&lt;pre&gt;
S0:2345:respawn:/sbin/agetty -h -L ttyS0 9600 vt100
&lt;/pre&gt;</description> <content:encoded><![CDATA[<pre>
Append the following line:
1:23:respawn:/sbin/agetty -h -L ttyS1 19200 vt100
</pre><p>The first column &#8217;1&#8242; may cause problems on most RHEL5 installations. In my case, this cause the error &#8216;INIT: /etc/inittab[69]: duplicate ID field &#8220;1&#8243;&#8216; upon boot.</p><p>This is because the first column is a unique identifier, and is commonly used to identify tty1:</p><pre>
# Run gettys in standard runlevels
1:2345:respawn:/sbin/mingetty tty1
2:2345:respawn:/sbin/mingetty tty2
3:2345:respawn:/sbin/mingetty tty3
4:2345:respawn:/sbin/mingetty tty4
5:2345:respawn:/sbin/mingetty tty5
6:2345:respawn:/sbin/mingetty tty6
</pre><p>A better name would be something like S0:</p><pre>
S0:2345:respawn:/sbin/agetty -h -L ttyS0 9600 vt100
</pre>]]></content:encoded> </item> <item><title>By: John Doe</title><link>http://www.cyberciti.biz/faq/linux-serial-console-howto/#comment-60522</link> <dc:creator>John Doe</dc:creator> <pubDate>Wed, 06 Jul 2011 19:32:08 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-serial-console-howto/#comment-60522</guid> <description>I started banging my head on the wall when I got to &quot;now reboot your server&quot;. Contradiction in terms.</description> <content:encoded><![CDATA[<p>I started banging my head on the wall when I got to &#8220;now reboot your server&#8221;. Contradiction in terms.</p> ]]></content:encoded> </item> </channel> </rss>
