<?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: Installing Xen on Ubuntu 9.10</title>
	<atom:link href="http://www.brandonturner.net/blog/2010/01/install-xen-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brandonturner.net/blog/2010/01/install-xen-ubuntu/</link>
	<description>Random thoughts on web applications, software development and Linux</description>
	<lastBuildDate>Wed, 11 Jan 2012 03:58:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: xentutorial.com</title>
		<link>http://www.brandonturner.net/blog/2010/01/install-xen-ubuntu/comment-page-2/#comment-7220</link>
		<dc:creator>xentutorial.com</dc:creator>
		<pubDate>Wed, 13 Apr 2011 13:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=493#comment-7220</guid>
		<description>&lt;strong&gt;Installing Xen on Ubuntu 9.10...&lt;/strong&gt;

Recently I switched to Ubuntu as the primary operating system on my desktop machine. As part of the switch, I wanted to install Xen to virtualize some additional operating systems. Xen provides very good performance when virtualizing Linux distribution...</description>
		<content:encoded><![CDATA[<p><strong>Installing Xen on Ubuntu 9.10&#8230;</strong></p>
<p>Recently I switched to Ubuntu as the primary operating system on my desktop machine. As part of the switch, I wanted to install Xen to virtualize some additional operating systems. Xen provides very good performance when virtualizing Linux distribution&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhiram</title>
		<link>http://www.brandonturner.net/blog/2010/01/install-xen-ubuntu/comment-page-2/#comment-7209</link>
		<dc:creator>Abhiram</dc:creator>
		<pubDate>Wed, 16 Feb 2011 06:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=493#comment-7209</guid>
		<description>Hello Brandon,

Thanks for the tutorial.
When I was compiling my kernel I hit this error when I executed the &quot;make&quot; command
-------------------------
  CC [M]  drivers/net/sfc/falcon.o
drivers/net/sfc/falcon.c:2928: error: redefinition of ‘falcon_dimension_resources’
drivers/net/sfc/falcon.c:2825: note: previous definition of ‘falcon_dimension_resources’ was here
make[3]: *** [drivers/net/sfc/falcon.o] Error 1
make[2]: *** [drivers/net/sfc] Error 2
make[1]: *** [drivers/net] Error 2
make: *** [drivers] Error 2
-------------------------

Any idea how to get rid of this error and move forward?
Any help regarding this issue would be really helpful.

Thanks,
Abhiram</description>
		<content:encoded><![CDATA[<p>Hello Brandon,</p>
<p>Thanks for the tutorial.<br />
When I was compiling my kernel I hit this error when I executed the &#8220;make&#8221; command<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
  CC [M]  drivers/net/sfc/falcon.o<br />
drivers/net/sfc/falcon.c:2928: error: redefinition of ‘falcon_dimension_resources’<br />
drivers/net/sfc/falcon.c:2825: note: previous definition of ‘falcon_dimension_resources’ was here<br />
make[3]: *** [drivers/net/sfc/falcon.o] Error 1<br />
make[2]: *** [drivers/net/sfc] Error 2<br />
make[1]: *** [drivers/net] Error 2<br />
make: *** [drivers] Error 2<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Any idea how to get rid of this error and move forward?<br />
Any help regarding this issue would be really helpful.</p>
<p>Thanks,<br />
Abhiram</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liuchaohn</title>
		<link>http://www.brandonturner.net/blog/2010/01/install-xen-ubuntu/comment-page-2/#comment-7191</link>
		<dc:creator>liuchaohn</dc:creator>
		<pubDate>Sun, 05 Sep 2010 05:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=493#comment-7191</guid>
		<description>Everything is ok,but when i reboot the Xen,there are some problems.
usb 1-6: new low speed USB device using ehci_hcd and address 4
usb 1-6: configuration #1 chosen from 1 choice

how to slove？</description>
		<content:encoded><![CDATA[<p>Everything is ok,but when i reboot the Xen,there are some problems.<br />
usb 1-6: new low speed USB device using ehci_hcd and address 4<br />
usb 1-6: configuration #1 chosen from 1 choice</p>
<p>how to slove？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: applejay</title>
		<link>http://www.brandonturner.net/blog/2010/01/install-xen-ubuntu/comment-page-2/#comment-7187</link>
		<dc:creator>applejay</dc:creator>
		<pubDate>Fri, 27 Aug 2010 20:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=493#comment-7187</guid>
		<description>&lt;a href=&quot;#comment-7168&quot; rel=&quot;nofollow&quot;&gt;@Brian&lt;/a&gt; 
I ran into  your problem as well &quot;‘Your awk program does not define gensub. Use gawk or another awk with gensub’. Stop.&quot; I installed gawk and it seems to be working now</description>
		<content:encoded><![CDATA[<p><a href="#comment-7168" rel="nofollow">@Brian</a><br />
I ran into  your problem as well &#8220;‘Your awk program does not define gensub. Use gawk or another awk with gensub’. Stop.&#8221; I installed gawk and it seems to be working now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason rupright</title>
		<link>http://www.brandonturner.net/blog/2010/01/install-xen-ubuntu/comment-page-2/#comment-7170</link>
		<dc:creator>jason rupright</dc:creator>
		<pubDate>Sun, 06 Jun 2010 14:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=493#comment-7170</guid>
		<description>Hello, I had another question regarding xen, specifically on loading modules after build?

You only typed a few Is there a list currently that you know of for all the modules available and their specified names or calls in this file?

any time and help is appreciated


If you compiled the Xen net, block and usb backend drivers as modules, you will probably want to load them by default by adding them to your /etc/modules file:
view source
print?
1	# /etc/modules
2	...
3	# These modules are required for Xen DomUs to work
4	netbk
5	blkbk
6	usbbk</description>
		<content:encoded><![CDATA[<p>Hello, I had another question regarding xen, specifically on loading modules after build?</p>
<p>You only typed a few Is there a list currently that you know of for all the modules available and their specified names or calls in this file?</p>
<p>any time and help is appreciated</p>
<p>If you compiled the Xen net, block and usb backend drivers as modules, you will probably want to load them by default by adding them to your /etc/modules file:<br />
view source<br />
print?<br />
1	# /etc/modules<br />
2	&#8230;<br />
3	# These modules are required for Xen DomUs to work<br />
4	netbk<br />
5	blkbk<br />
6	usbbk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.brandonturner.net/blog/2010/01/install-xen-ubuntu/comment-page-2/#comment-7168</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 27 May 2010 23:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=493#comment-7168</guid>
		<description>&lt;a href=&quot;#comment-7165&quot; rel=&quot;nofollow&quot;&gt;@Brandon&lt;/a&gt; 
Well, hit another snag. I&#039;m at the point where I&#039;m compiling and installing the kernel. I type in:
export CONCURRENCY_LEVEL=3 

That works fine. But then I type:
make

And it gives me an error stating:
awk: line 2: function gensub never defined
scripts/Makefile.build:82: *** &#039;Your awk program does not define gensub. Use gawk or another awk with gensub&#039;. Stop.
make: *** [scripts_basic] Error 2

From what I read, I&#039;m thinking I have a problem with awk. I checked the man pages for awk, but all I had was mawk.

So I typed:
sudo apt-get install awk

That displayed a page where it asked for me to specify whether I wanted original-awk, gawk, or mawk. I told it original-awk. So it installed. I checked the man page for awk... and again only mawk displayed.

So is it something else or is my awk being like... overwritten by mawk?</description>
		<content:encoded><![CDATA[<p><a href="#comment-7165" rel="nofollow">@Brandon</a><br />
Well, hit another snag. I&#8217;m at the point where I&#8217;m compiling and installing the kernel. I type in:<br />
export CONCURRENCY_LEVEL=3 </p>
<p>That works fine. But then I type:<br />
make</p>
<p>And it gives me an error stating:<br />
awk: line 2: function gensub never defined<br />
scripts/Makefile.build:82: *** &#8216;Your awk program does not define gensub. Use gawk or another awk with gensub&#8217;. Stop.<br />
make: *** [scripts_basic] Error 2</p>
<p>From what I read, I&#8217;m thinking I have a problem with awk. I checked the man pages for awk, but all I had was mawk.</p>
<p>So I typed:<br />
sudo apt-get install awk</p>
<p>That displayed a page where it asked for me to specify whether I wanted original-awk, gawk, or mawk. I told it original-awk. So it installed. I checked the man page for awk&#8230; and again only mawk displayed.</p>
<p>So is it something else or is my awk being like&#8230; overwritten by mawk?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.brandonturner.net/blog/2010/01/install-xen-ubuntu/comment-page-2/#comment-7167</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 27 May 2010 23:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=493#comment-7167</guid>
		<description>&lt;a href=&quot;#comment-7165&quot; rel=&quot;nofollow&quot;&gt;@Brandon&lt;/a&gt; 
Awesome! That did the trick! Now to keep going on the tutorial!!

Thanks!!!</description>
		<content:encoded><![CDATA[<p><a href="#comment-7165" rel="nofollow">@Brandon</a><br />
Awesome! That did the trick! Now to keep going on the tutorial!!</p>
<p>Thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.brandonturner.net/blog/2010/01/install-xen-ubuntu/comment-page-2/#comment-7166</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 27 May 2010 22:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=493#comment-7166</guid>
		<description>&lt;a href=&quot;#comment-7165&quot; rel=&quot;nofollow&quot;&gt;@Brandon&lt;/a&gt; 
Oh no don&#039;t worry that totally makes sense. I just finished a Linux class in my college, so I&#039;m fluent with what your talking about. Ok I will try that... because you were right.. I had to use sudo in front of 90% of the commands in the tutorial. Ok well I will try over and I&#039;ll let you know how that goes!!</description>
		<content:encoded><![CDATA[<p><a href="#comment-7165" rel="nofollow">@Brandon</a><br />
Oh no don&#8217;t worry that totally makes sense. I just finished a Linux class in my college, so I&#8217;m fluent with what your talking about. Ok I will try that&#8230; because you were right.. I had to use sudo in front of 90% of the commands in the tutorial. Ok well I will try over and I&#8217;ll let you know how that goes!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://www.brandonturner.net/blog/2010/01/install-xen-ubuntu/comment-page-2/#comment-7165</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Thu, 27 May 2010 22:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=493#comment-7165</guid>
		<description>&lt;a href=&quot;#comment-7164&quot; rel=&quot;nofollow&quot;&gt;@Brian&lt;/a&gt; 
I&#039;m sure 2.5.9 is fine.  I&#039;m on Ubuntu 10.04 now, I bet it was 2.5.9 in 9.10.

It sounds like your problem is related to root permissions.  You should do everything as a normal user (not root) except when I prefix my command with sudo.  This means you shouldn&#039;t have used sudo to untar the files, etc.  It sounds like you don&#039;t have permission to modify the source files as an ordinary user when running patch.  This  would be the case if you used sudo to untar the source files.

I&#039;d suggest starting over in a directory inside your home directory, or /tmp, or somewhere else where your user has write access.  Untar the files &lt;strong&gt;without&lt;/strong&gt; sudo and try the patch command again.

Hope that made sense :/</description>
		<content:encoded><![CDATA[<p><a href="#comment-7164" rel="nofollow">@Brian</a><br />
I&#8217;m sure 2.5.9 is fine.  I&#8217;m on Ubuntu 10.04 now, I bet it was 2.5.9 in 9.10.</p>
<p>It sounds like your problem is related to root permissions.  You should do everything as a normal user (not root) except when I prefix my command with sudo.  This means you shouldn&#8217;t have used sudo to untar the files, etc.  It sounds like you don&#8217;t have permission to modify the source files as an ordinary user when running patch.  This  would be the case if you used sudo to untar the source files.</p>
<p>I&#8217;d suggest starting over in a directory inside your home directory, or /tmp, or somewhere else where your user has write access.  Untar the files <strong>without</strong> sudo and try the patch command again.</p>
<p>Hope that made sense :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.brandonturner.net/blog/2010/01/install-xen-ubuntu/comment-page-2/#comment-7164</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 27 May 2010 22:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=493#comment-7164</guid>
		<description>&lt;a href=&quot;#comment-7163&quot; rel=&quot;nofollow&quot;&gt;@Brandon&lt;/a&gt; 
Wow, that actually worked (The patch -p1 line).
The only thing I had to do was type sudo in front of it so I could carry out the process (I dont want to become root user... messed up to many things that way)
So... I really don&#039;t want to do all of these by hand... I noticed when I was doing the for loop before.. I skipped over some of the patches... and it went on and on and on...

------------------------------------------------------------------------
So... hmm. Well when I type sudo in front of the entire for loop:

sudo for i in `ls ../xenpatches-v10_2.6.31.8/`; do patch -p1 &lt; ../xenpatches-v10_2.6.31.8/&quot;$i&quot;; done

it says:

bash: syntax error near unexpected token `do&#039;

So I removed the do, and I got a similar response as above, but with the `done&#039;

So again I removed that, but now it does the exact same thing as before.. where it says:

File to Patch:
------------------------------------------------------------------------

BTW, I checked my patch version, and its 2.5.9

Should I upgrade my patch version? and how would I do that? I acquired the patch command from typing:

sudo apt-get install patch

I assumed that would&#039;ve installed the latest release... I guess I was wrong.

Thanks again for your help.</description>
		<content:encoded><![CDATA[<p><a href="#comment-7163" rel="nofollow">@Brandon</a><br />
Wow, that actually worked (The patch -p1 line).<br />
The only thing I had to do was type sudo in front of it so I could carry out the process (I dont want to become root user&#8230; messed up to many things that way)<br />
So&#8230; I really don&#8217;t want to do all of these by hand&#8230; I noticed when I was doing the for loop before.. I skipped over some of the patches&#8230; and it went on and on and on&#8230;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
So&#8230; hmm. Well when I type sudo in front of the entire for loop:</p>
<p>sudo for i in `ls ../xenpatches-v10_2.6.31.8/`; do patch -p1 &lt; ../xenpatches-v10_2.6.31.8/&quot;$i&quot;; done</p>
<p>it says:</p>
<p>bash: syntax error near unexpected token `do&#039;</p>
<p>So I removed the do, and I got a similar response as above, but with the `done&#039;</p>
<p>So again I removed that, but now it does the exact same thing as before.. where it says:</p>
<p>File to Patch:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>BTW, I checked my patch version, and its 2.5.9</p>
<p>Should I upgrade my patch version? and how would I do that? I acquired the patch command from typing:</p>
<p>sudo apt-get install patch</p>
<p>I assumed that would&#039;ve installed the latest release&#8230; I guess I was wrong.</p>
<p>Thanks again for your help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

