<?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: Xen console grabbded /dev/ttyS0</title>
	<atom:link href="http://phaq.phunsites.net/2007/06/30/xen-console-grabbded-devttys0/feed/" rel="self" type="application/rss+xml" />
	<link>http://phaq.phunsites.net/2007/06/30/xen-console-grabbded-devttys0/</link>
	<description>my daily IT madness</description>
	<lastBuildDate>Sun, 05 Feb 2012 17:47:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>By: Kara</title>
		<link>http://phaq.phunsites.net/2007/06/30/xen-console-grabbded-devttys0/comment-page-1/#comment-155</link>
		<dc:creator>Kara</dc:creator>
		<pubDate>Mon, 13 Sep 2010 14:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://phaq.phunsites.net/2007/06/30/xen-console-grabbded-devttys0/#comment-155</guid>
		<description>Thank you! Though this article has been around for awhile it took me a surprising amount of time to find it. I needed ttys0 for the new APC UPS that we installed, and couldn&#039;t figure out how to connect it. I finally found an article from APC that with Xen installed, the APC may not work over a com port. Which eventually led me here. Thanks for documenting the fix.</description>
		<content:encoded><![CDATA[<p>Thank you! Though this article has been around for awhile it took me a surprising amount of time to find it. I needed ttys0 for the new APC UPS that we installed, and couldn&#8217;t figure out how to connect it. I finally found an article from APC that with Xen installed, the APC may not work over a com port. Which eventually led me here. Thanks for documenting the fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: corsair8575</title>
		<link>http://phaq.phunsites.net/2007/06/30/xen-console-grabbded-devttys0/comment-page-1/#comment-154</link>
		<dc:creator>corsair8575</dc:creator>
		<pubDate>Wed, 13 Aug 2008 23:17:02 +0000</pubDate>
		<guid isPermaLink="false">http://phaq.phunsites.net/2007/06/30/xen-console-grabbded-devttys0/#comment-154</guid>
		<description>well after much bashing brains i figured it out to get console
working enabling bios redirect -&gt; kernel messages -&gt; booted login console.

disable in grub.conf  or bios redirection will cause grub to hang!
Let bios do the redirection not grub!!!!
#serial --unit=0 --speed=9600
#terminal --timeout=0 serial console

set options as so for kernel
        kernel /boot/xen.gz-2.6.18-92.1.6.el5 com1=9600 console=com1
        module /boot/vmlinuz-2.6.18-92.1.6.el5xen ro root=LABEL=/ xencons=xvc console=xvc
        module /boot/initrd-2.6.18-92.1.6.el5xen.img

then in your /etc/inittab add entry
by the runlevels:
SC:12345:respawn:/sbin/mingetty xvc0
1:2345:respawn:/sbin/mingetty tty1
...

There you go finally the xen ttys0 nuisance is consolable!</description>
		<content:encoded><![CDATA[<p>well after much bashing brains i figured it out to get console<br />
working enabling bios redirect -&gt; kernel messages -&gt; booted login console.</p>
<p>disable in grub.conf  or bios redirection will cause grub to hang!<br />
Let bios do the redirection not grub!!!!<br />
#serial &#8211;unit=0 &#8211;speed=9600<br />
#terminal &#8211;timeout=0 serial console</p>
<p>set options as so for kernel<br />
        kernel /boot/xen.gz-2.6.18-92.1.6.el5 com1=9600 console=com1<br />
        module /boot/vmlinuz-2.6.18-92.1.6.el5xen ro root=LABEL=/ xencons=xvc console=xvc<br />
        module /boot/initrd-2.6.18-92.1.6.el5xen.img</p>
<p>then in your /etc/inittab add entry<br />
by the runlevels:<br />
SC:12345:respawn:/sbin/mingetty xvc0<br />
1:2345:respawn:/sbin/mingetty tty1<br />
&#8230;</p>
<p>There you go finally the xen ttys0 nuisance is consolable!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gianpaolo Del Matto</title>
		<link>http://phaq.phunsites.net/2007/06/30/xen-console-grabbded-devttys0/comment-page-1/#comment-153</link>
		<dc:creator>Gianpaolo Del Matto</dc:creator>
		<pubDate>Fri, 23 Nov 2007 20:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://phaq.phunsites.net/2007/06/30/xen-console-grabbded-devttys0/#comment-153</guid>
		<description>@arun

1. my article says exactly how to disable the xen virtual console
2. for information about Xen virtual machine monitor please read the fine manual at http://www.cl.cam.ac.uk/research/srg/netos/xen/

You will  have to figure 3. and 4. on your own, I have no experience in serial port programming at all.

Greeetings
Gianpaolo</description>
		<content:encoded><![CDATA[<p>@arun</p>
<p>1. my article says exactly how to disable the xen virtual console<br />
2. for information about Xen virtual machine monitor please read the fine manual at <a href="http://www.cl.cam.ac.uk/research/srg/netos/xen/" rel="nofollow">http://www.cl.cam.ac.uk/research/srg/netos/xen/</a></p>
<p>You will  have to figure 3. and 4. on your own, I have no experience in serial port programming at all.</p>
<p>Greeetings<br />
Gianpaolo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun</title>
		<link>http://phaq.phunsites.net/2007/06/30/xen-console-grabbded-devttys0/comment-page-1/#comment-152</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Tue, 13 Nov 2007 12:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://phaq.phunsites.net/2007/06/30/xen-console-grabbded-devttys0/#comment-152</guid>
		<description>hello,
when I run command:::::::::::::::::dmesg &#124;grep tty
Xen virtual console successfully installed as ttyS0

I am not getting whats actually going on with my serial ports.....
I am writing code which is fully dependent on setial communication....due to this I am not able to use my serial port.
1.)So any method to come out of this problem.......
2.)Moreover can you guide me in details what is this virtual console....and why it  is not allowing me to use my serial  port.....
3.)Steps to follow while doing serial programming.
4.) Any commands which can verify that my serial port is recieving data or sending data or any tool to do such .....

thanks &amp; regards,
Arun</description>
		<content:encoded><![CDATA[<p>hello,<br />
when I run command:::::::::::::::::dmesg |grep tty<br />
Xen virtual console successfully installed as ttyS0</p>
<p>I am not getting whats actually going on with my serial ports&#8230;..<br />
I am writing code which is fully dependent on setial communication&#8230;.due to this I am not able to use my serial port.<br />
1.)So any method to come out of this problem&#8230;&#8230;.<br />
2.)Moreover can you guide me in details what is this virtual console&#8230;.and why it  is not allowing me to use my serial  port&#8230;..<br />
3.)Steps to follow while doing serial programming.<br />
4.) Any commands which can verify that my serial port is recieving data or sending data or any tool to do such &#8230;..</p>
<p>thanks &amp; regards,<br />
Arun</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://phaq.phunsites.net/2007/06/30/xen-console-grabbded-devttys0/comment-page-1/#comment-151</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 09 Jul 2007 16:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://phaq.phunsites.net/2007/06/30/xen-console-grabbded-devttys0/#comment-151</guid>
		<description>Thanks much.  I&#039;ve spent a week on and off looking around, looking for a good simple fix.</description>
		<content:encoded><![CDATA[<p>Thanks much.  I&#8217;ve spent a week on and off looking around, looking for a good simple fix.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

