<?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 for Aikidoka Technologies</title>
	<atom:link href="http://wordpress.aikidokatech.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://wordpress.aikidokatech.com</link>
	<description></description>
	<lastBuildDate>Fri, 27 Aug 2010 20:49:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Joomla popup button by Allan</title>
		<link>http://wordpress.aikidokatech.com/?p=10#comment-37</link>
		<dc:creator>Allan</dc:creator>
		<pubDate>Fri, 27 Aug 2010 20:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.aikidokatech.com/?p=10#comment-37</guid>
		<description>I got the modal to work using the iframe. Do you Know how to popup a div. If so can you post an example. Thanx</description>
		<content:encoded><![CDATA[<p>I got the modal to work using the iframe. Do you Know how to popup a div. If so can you post an example. Thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Joomla popup button by _vesna</title>
		<link>http://wordpress.aikidokatech.com/?p=10#comment-16</link>
		<dc:creator>_vesna</dc:creator>
		<pubDate>Wed, 28 Jul 2010 05:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.aikidokatech.com/?p=10#comment-16</guid>
		<description>it was very interesting to read wordpress.aikidokatech.com
I want to quote your post in my blog. It can?
And you et an account on Twitter?

Author response:  You are more than welcome to quote the article.  I just ask you link back to it with the quote.  At this time I do not have a twitter account.</description>
		<content:encoded><![CDATA[<p>it was very interesting to read wordpress.aikidokatech.com<br />
I want to quote your post in my blog. It can?<br />
And you et an account on Twitter?</p>
<p>Author response:  You are more than welcome to quote the article.  I just ask you link back to it with the quote.  At this time I do not have a twitter account.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ubuntu 10.04 beta server DomU on XenServer 5.6 beta by stiV</title>
		<link>http://wordpress.aikidokatech.com/?p=32#comment-10</link>
		<dc:creator>stiV</dc:creator>
		<pubDate>Tue, 13 Jul 2010 20:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.aikidokatech.com/?p=32#comment-10</guid>
		<description>if you use XenServer 5.6 (stable), you can forget about (4) and (11-14), pygrub can handle grub.cfg out of the box ;)</description>
		<content:encoded><![CDATA[<p>if you use XenServer 5.6 (stable), you can forget about (4) and (11-14), pygrub can handle grub.cfg out of the box <img src='http://www.aikidokatech.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ubuntu 10.04 beta server DomU on XenServer 5.6 beta by Adam Oliver</title>
		<link>http://wordpress.aikidokatech.com/?p=32#comment-9</link>
		<dc:creator>Adam Oliver</dc:creator>
		<pubDate>Fri, 09 Jul 2010 17:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.aikidokatech.com/?p=32#comment-9</guid>
		<description>Bronko,

You&#039;re right, that should work perfectly. I prefer to modify the DomU as the changes are just scripts that read the grub files. No binary changes. I would also not want to downgrade a package in the VM which is why I provide the instructions on manually specifying the PV-args. Then no modification is required on either the host or guest.</description>
		<content:encoded><![CDATA[<p>Bronko,</p>
<p>You&#8217;re right, that should work perfectly. I prefer to modify the DomU as the changes are just scripts that read the grub files. No binary changes. I would also not want to downgrade a package in the VM which is why I provide the instructions on manually specifying the PV-args. Then no modification is required on either the host or guest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ubuntu 10.04 beta server DomU on XenServer 5.6 beta by Bronko</title>
		<link>http://wordpress.aikidokatech.com/?p=32#comment-8</link>
		<dc:creator>Bronko</dc:creator>
		<pubDate>Wed, 07 Jul 2010 16:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.aikidokatech.com/?p=32#comment-8</guid>
		<description>Hey, one more solution with disregarding of point 11 up to 14 (without Dom0 manipulation, because it&#039;s not acceptable even more for a template creation):

At point 4 downgrade from grub2 to grub:

# aptitude purge grub2 grub-pc
# aptitude install grub
# update-grub
# grub-install /dev/sda (yes, at these time still sda)

Now you have to edit the well known /boot/grub/menu.lst. Comment the second entry after title line and add in this point the root line:

# uuid xxxxxx
root (hd0,0)

Continue at point 5 and don&#039;t forget to ignore point 11 up to 14.

If you upgrade the kernel in the future leave your menu.lst during the installation process and manual edit the title, kernel and initrd line to the new kernel version.

It works fine...</description>
		<content:encoded><![CDATA[<p>Hey, one more solution with disregarding of point 11 up to 14 (without Dom0 manipulation, because it&#8217;s not acceptable even more for a template creation):</p>
<p>At point 4 downgrade from grub2 to grub:</p>
<p># aptitude purge grub2 grub-pc<br />
# aptitude install grub<br />
# update-grub<br />
# grub-install /dev/sda (yes, at these time still sda)</p>
<p>Now you have to edit the well known /boot/grub/menu.lst. Comment the second entry after title line and add in this point the root line:</p>
<p># uuid xxxxxx<br />
root (hd0,0)</p>
<p>Continue at point 5 and don&#8217;t forget to ignore point 11 up to 14.</p>
<p>If you upgrade the kernel in the future leave your menu.lst during the installation process and manual edit the title, kernel and initrd line to the new kernel version.</p>
<p>It works fine&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ubuntu 10.04 beta server DomU on XenServer 5.6 beta by Zijad</title>
		<link>http://wordpress.aikidokatech.com/?p=32#comment-7</link>
		<dc:creator>Zijad</dc:creator>
		<pubDate>Mon, 24 May 2010 07:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.aikidokatech.com/?p=32#comment-7</guid>
		<description>It worked perfectly!
Many thanks!</description>
		<content:encoded><![CDATA[<p>It worked perfectly!<br />
Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ubuntu 10.04 beta server DomU on XenServer 5.6 beta by pepoluan</title>
		<link>http://wordpress.aikidokatech.com/?p=32#comment-6</link>
		<dc:creator>pepoluan</dc:creator>
		<pubDate>Thu, 20 May 2010 12:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.aikidokatech.com/?p=32#comment-6</guid>
		<description>Thanks for the wonderful tip! :D 

I simplified your step-by-step guide here:

http://rapidshare.com/files/389459273/Inst_UbSrv1004_DomU_XenSrv55.rar (9 KiB)

I also included a step to &#039;fix&#039; XenTools in rc.d</description>
		<content:encoded><![CDATA[<p>Thanks for the wonderful tip! <img src='http://www.aikidokatech.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  </p>
<p>I simplified your step-by-step guide here:</p>
<p><a href="http://rapidshare.com/files/389459273/Inst_UbSrv1004_DomU_XenSrv55.rar" rel="nofollow">http://rapidshare.com/files/389459273/Inst_UbSrv1004_DomU_XenSrv55.rar</a> (9 KiB)</p>
<p>I also included a step to &#8216;fix&#8217; XenTools in rc.d</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ubuntu 9.10 server DomU on XenServer 5.6 beta by Greg</title>
		<link>http://wordpress.aikidokatech.com/?p=30#comment-5</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 19 May 2010 23:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.aikidokatech.com/?p=30#comment-5</guid>
		<description>Worked for me too, thanks. I imagine the performance data is a function of the version of the xs tools. We&#039;ll have to see when 5.6 final comes out.</description>
		<content:encoded><![CDATA[<p>Worked for me too, thanks. I imagine the performance data is a function of the version of the xs tools. We&#8217;ll have to see when 5.6 final comes out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ubuntu 9.10 server DomU on XenServer 5.6 beta by Samuli Piela</title>
		<link>http://wordpress.aikidokatech.com/?p=30#comment-4</link>
		<dc:creator>Samuli Piela</dc:creator>
		<pubDate>Mon, 03 May 2010 11:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.aikidokatech.com/?p=30#comment-4</guid>
		<description>Big thank yous! This got me going with Ubuntu 10.04 x86_64 and XenServer 5.5.
 8) 

s.</description>
		<content:encoded><![CDATA[<p>Big thank yous! This got me going with Ubuntu 10.04 x86_64 and XenServer 5.5.<br />
 <img src='http://www.aikidokatech.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> </p>
<p>s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ubuntu 10.04 beta server DomU on XenServer 5.6 beta by Geek Rohit</title>
		<link>http://wordpress.aikidokatech.com/?p=32#comment-2</link>
		<dc:creator>Geek Rohit</dc:creator>
		<pubDate>Fri, 30 Apr 2010 20:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.aikidokatech.com/?p=32#comment-2</guid>
		<description>Hey, I just downloaded the Stable Ubuntu 10.04 server, tried out your guide, and it works!. Now it shows performance data like RAM usage, and disk speed , network performance, though it still doesnt show the NIC IP. 

Thanks for the great guide!</description>
		<content:encoded><![CDATA[<p>Hey, I just downloaded the Stable Ubuntu 10.04 server, tried out your guide, and it works!. Now it shows performance data like RAM usage, and disk speed , network performance, though it still doesnt show the NIC IP. </p>
<p>Thanks for the great guide!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
