<?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: Improving the Project Kronos pages</title>
	<atom:link href="http://blog.xen.org/index.php/2011/12/16/improving-the-project-kronos-pages/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xen.org/index.php/2011/12/16/improving-the-project-kronos-pages/</link>
	<description>Community Blog</description>
	<lastBuildDate>Mon, 13 May 2013 10:17:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lars</title>
		<link>http://blog.xen.org/index.php/2011/12/16/improving-the-project-kronos-pages/comment-page-1/#comment-2030</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Mon, 16 Apr 2012 16:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xen.org/?p=3760#comment-2030</guid>
		<description>Xyber: would you awfully mind adding these comments to http://wiki.xen.org/wiki/Talk:XCP_toolstack_on_a_Debian-based_distribution ... That way others can see the page too and fix these</description>
		<content:encoded><![CDATA[<p>Xyber: would you awfully mind adding these comments to <a href="http://wiki.xen.org/wiki/Talk:XCP_toolstack_on_a_Debian-based_distribution" rel="nofollow">http://wiki.xen.org/wiki/Talk:XCP_toolstack_on_a_Debian-based_distribution</a> &#8230; That way others can see the page too and fix these</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xyber</title>
		<link>http://blog.xen.org/index.php/2011/12/16/improving-the-project-kronos-pages/comment-page-1/#comment-2027</link>
		<dc:creator>Xyber</dc:creator>
		<pubDate>Fri, 13 Apr 2012 14:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xen.org/?p=3760#comment-2027</guid>
		<description>I have been reading thru the Kronos Wiki page and where it talks about installing the XCP toolstack here http://wiki.xen.org/wiki/XCP_toolstack_on_a_Debian-based_distribution  a lot lately as I am trying to get Xen + XCP to work on Ubuntu Oneiric 11.10. However, I have also noticed that the Kronos Wiki pages does have some errors and suppose needs improvement and rewriting.

I have come across a number of errors or bugs while working with Ubuntu Oneiric 11.10 that would be nice if maybe the Kronos page reflected. So I will point out here what I found:

These are really Ubuntu 11.10 bugs so not really XCP related, and as it was slightly annoying, it was easy to fix. I also used a fresh install of Ubuntu 11.10

- When using gksudo, you get an error: 

(gksudo:2081): Gtk-WARNING **: Unable to locate theme engine in 
module_path: &quot;pixmap&quot;,

   This was fixed by running:

sudo apt-get install gtk2-engines-pixbuf

- When using gedit, you get an error:

	(gedit:2212): Gtk-WARNING **: Attempting to store changes into 
`/root/.local/share/...   AND
(gedit:2212): Gtk-WARNING **: Attempting to set the permissions of 
`/root/.local/share/...

   This was fixed by running:

sudo mkdir -p /root/.local/share

- Since to get Xen to run, one has to setup a bridged network using the bridge-utils. However, the latest release of bridge-utils is that gets installed synaptic is 1.5-2ubuntu1.1 which has a bug in it that once you setup a bridged network in the /etc/network/interfaces and reboot, the network just will not connect.

The solution was restore /etc/network/interfaces to its default, remove bridge-utils 1.5-2ubuntu1.1, manually install bridge-utils 1.5-2ubuntu1, redo the /etc/network/interfaces settings, reboot and I was able to go on the net. However, I never fully tested it with xen running and within any DomU.

- I guess this is a minor Error on the XCP page, but under the heading Workaround xcp-networkd missing file (Ubuntu), it shows to do:

echo &quot;bridge&quot; &gt;&gt; /etc/xcp/network.conf

But in Ubuntu, it gives you a permission denied error. Even if you put SUDO in front of echo, it does not work and I guess that is not how you do it anyways.

So the solution was simply by running this:

sudo sh -c &#039;echo &quot;bridge&quot; &gt;&gt; /etc/xcp/network.conf&#039;


I guess most of these are minor errors, BUT can get a little annoying or frustrating when you are just starting out in Xen, Linux, etc and having to search for hours to find the answer you seek. SO figured I pint these out here and maybe someone will update the wiki pages.</description>
		<content:encoded><![CDATA[<p>I have been reading thru the Kronos Wiki page and where it talks about installing the XCP toolstack here <a href="http://wiki.xen.org/wiki/XCP_toolstack_on_a_Debian-based_distribution" rel="nofollow">http://wiki.xen.org/wiki/XCP_toolstack_on_a_Debian-based_distribution</a>  a lot lately as I am trying to get Xen + XCP to work on Ubuntu Oneiric 11.10. However, I have also noticed that the Kronos Wiki pages does have some errors and suppose needs improvement and rewriting.</p>
<p>I have come across a number of errors or bugs while working with Ubuntu Oneiric 11.10 that would be nice if maybe the Kronos page reflected. So I will point out here what I found:</p>
<p>These are really Ubuntu 11.10 bugs so not really XCP related, and as it was slightly annoying, it was easy to fix. I also used a fresh install of Ubuntu 11.10</p>
<p>- When using gksudo, you get an error: </p>
<p>(gksudo:2081): Gtk-WARNING **: Unable to locate theme engine in<br />
module_path: &#8220;pixmap&#8221;,</p>
<p>   This was fixed by running:</p>
<p>sudo apt-get install gtk2-engines-pixbuf</p>
<p>- When using gedit, you get an error:</p>
<p>	(gedit:2212): Gtk-WARNING **: Attempting to store changes into<br />
`/root/.local/share/&#8230;   AND<br />
(gedit:2212): Gtk-WARNING **: Attempting to set the permissions of<br />
`/root/.local/share/&#8230;</p>
<p>   This was fixed by running:</p>
<p>sudo mkdir -p /root/.local/share</p>
<p>- Since to get Xen to run, one has to setup a bridged network using the bridge-utils. However, the latest release of bridge-utils is that gets installed synaptic is 1.5-2ubuntu1.1 which has a bug in it that once you setup a bridged network in the /etc/network/interfaces and reboot, the network just will not connect.</p>
<p>The solution was restore /etc/network/interfaces to its default, remove bridge-utils 1.5-2ubuntu1.1, manually install bridge-utils 1.5-2ubuntu1, redo the /etc/network/interfaces settings, reboot and I was able to go on the net. However, I never fully tested it with xen running and within any DomU.</p>
<p>- I guess this is a minor Error on the XCP page, but under the heading Workaround xcp-networkd missing file (Ubuntu), it shows to do:</p>
<p>echo &#8220;bridge&#8221; &gt;&gt; /etc/xcp/network.conf</p>
<p>But in Ubuntu, it gives you a permission denied error. Even if you put SUDO in front of echo, it does not work and I guess that is not how you do it anyways.</p>
<p>So the solution was simply by running this:</p>
<p>sudo sh -c &#8216;echo &#8220;bridge&#8221; &gt;&gt; /etc/xcp/network.conf&#8217;</p>
<p>I guess most of these are minor errors, BUT can get a little annoying or frustrating when you are just starting out in Xen, Linux, etc and having to search for hours to find the answer you seek. SO figured I pint these out here and maybe someone will update the wiki pages.</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 (Requested URI is rejected)
Object Caching 253/255 objects using disk: basic

Served from: blog.xen.org @ 2013-05-23 22:23:44 -->