<?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"
	>
<channel>
	<title>Comments on: Gentoo Xen running in Gentoo VMware VM</title>
	<atom:link href="http://www.vmwhere.net/vmware/gentoo-xen-running-in-gentoo-vmware-vm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vmwhere.net/vmware/gentoo-xen-running-in-gentoo-vmware-vm/</link>
	<description>Linux, VMware and Virtual Machines</description>
	<pubDate>Tue, 06 Jan 2009 20:59:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: jason</title>
		<link>http://www.vmwhere.net/vmware/gentoo-xen-running-in-gentoo-vmware-vm/#comment-33975</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Thu, 28 Aug 2008 13:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.vmwhere.net/uncategorized/gentoo-xen-running-in-gentoo-vmware-vm/#comment-33975</guid>
		<description>Thanks Jay,

I am running Gentoo (the one provided on the downloads link from this page).

What is the Gentoo equivalent of the Debian instructions (i.e. there is no /etc/modprobe.d folder or an /etc/modules file, but there is a /etc/modules.d/ folder and a /etc/modprobe.conf file)

Jason</description>
		<content:encoded><![CDATA[<p>Thanks Jay,</p>
<p>I am running Gentoo (the one provided on the downloads link from this page).</p>
<p>What is the Gentoo equivalent of the Debian instructions (i.e. there is no /etc/modprobe.d folder or an /etc/modules file, but there is a /etc/modules.d/ folder and a /etc/modprobe.conf file)</p>
<p>Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jay</title>
		<link>http://www.vmwhere.net/vmware/gentoo-xen-running-in-gentoo-vmware-vm/#comment-33877</link>
		<dc:creator>jay</dc:creator>
		<pubDate>Wed, 27 Aug 2008 23:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.vmwhere.net/uncategorized/gentoo-xen-running-in-gentoo-vmware-vm/#comment-33877</guid>
		<description>Hi Jason,

Which OS are you running on the vm on.. 
Am not sure if it has been configured to mount the loop device.. see here on how to configure your machine to load the loop device.. 

basically you need to add 
"options loop max_loop=255" 
to /etc/modprobe.d/loop file
and 
"loop" to /etc/modules file and reboot before running the xend to load these modules.


http://thpinfo.com/2006/debian-linux-etch-xen</description>
		<content:encoded><![CDATA[<p>Hi Jason,</p>
<p>Which OS are you running on the vm on..<br />
Am not sure if it has been configured to mount the loop device.. see here on how to configure your machine to load the loop device.. </p>
<p>basically you need to add<br />
&#8220;options loop max_loop=255&#8243;<br />
to /etc/modprobe.d/loop file<br />
and<br />
&#8220;loop&#8221; to /etc/modules file and reboot before running the xend to load these modules.</p>
<p><a href="http://thpinfo.com/2006/debian-linux-etch-xen" rel="nofollow">http://thpinfo.com/2006/debian-linux-etch-xen</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://www.vmwhere.net/vmware/gentoo-xen-running-in-gentoo-vmware-vm/#comment-33800</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Wed, 27 Aug 2008 14:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.vmwhere.net/uncategorized/gentoo-xen-running-in-gentoo-vmware-vm/#comment-33800</guid>
		<description>The problem is that when trying to use modprobe loop, I get a an error:
“FATAL: Module loop not found.”

The module is not loaded, but it is also not found, so it cannot be loaded.  (this is true after reboot as well)
How do I find it so that I can load it?

thanks,
Jason</description>
		<content:encoded><![CDATA[<p>The problem is that when trying to use modprobe loop, I get a an error:<br />
“FATAL: Module loop not found.”</p>
<p>The module is not loaded, but it is also not found, so it cannot be loaded.  (this is true after reboot as well)<br />
How do I find it so that I can load it?</p>
<p>thanks,<br />
Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jay</title>
		<link>http://www.vmwhere.net/vmware/gentoo-xen-running-in-gentoo-vmware-vm/#comment-33642</link>
		<dc:creator>jay</dc:creator>
		<pubDate>Tue, 26 Aug 2008 20:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.vmwhere.net/uncategorized/gentoo-xen-running-in-gentoo-vmware-vm/#comment-33642</guid>
		<description>Hi John/Jason,

Paraphrasing from http://www.dit.upm.es/vnumlwiki/index.php/Xen-test-debian..
--
# If you get the following error when trying to create a domU (note that it's similar to the former bullet, but different):

  Error: Device 2049 (vbd) could not be connected. Backend device not found.

you maybe have not load the loop module. Use 'lsmod &#124; grep loop' to check it. In that case, load loop ('modprobe loop') and try again.
--
Also  this option is an persistent one, so if you try once and it fails you have to reboot the host before trying again.

let us know, if it helps.

thanks.</description>
		<content:encoded><![CDATA[<p>Hi John/Jason,</p>
<p>Paraphrasing from <a href="http://www.dit.upm.es/vnumlwiki/index.php/Xen-test-debian." rel="nofollow">http://www.dit.upm.es/vnumlwiki/index.php/Xen-test-debian.</a>.<br />
&#8211;<br />
# If you get the following error when trying to create a domU (note that it&#8217;s similar to the former bullet, but different):</p>
<p>  Error: Device 2049 (vbd) could not be connected. Backend device not found.</p>
<p>you maybe have not load the loop module. Use &#8216;lsmod | grep loop&#8217; to check it. In that case, load loop (&#8217;modprobe loop&#8217;) and try again.<br />
&#8211;<br />
Also  this option is an persistent one, so if you try once and it fails you have to reboot the host before trying again.</p>
<p>let us know, if it helps.</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://www.vmwhere.net/vmware/gentoo-xen-running-in-gentoo-vmware-vm/#comment-33618</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Tue, 26 Aug 2008 17:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.vmwhere.net/uncategorized/gentoo-xen-running-in-gentoo-vmware-vm/#comment-33618</guid>
		<description>Hi,

John did you ever figure this out, because I am stuck at the same place you are...

Thanks,
Jason</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>John did you ever figure this out, because I am stuck at the same place you are&#8230;</p>
<p>Thanks,<br />
Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.vmwhere.net/vmware/gentoo-xen-running-in-gentoo-vmware-vm/#comment-28607</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 01 Aug 2008 00:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.vmwhere.net/uncategorized/gentoo-xen-running-in-gentoo-vmware-vm/#comment-28607</guid>
		<description>Hi,

I seem to be having the same problem as Nick Anderson (Post #2).  

When I try to use 'modprobe loop' I get back "FATAL: Module loop not found."

Any other advice on how to solve this?

Thanks,
John</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I seem to be having the same problem as Nick Anderson (Post #2).  </p>
<p>When I try to use &#8216;modprobe loop&#8217; I get back &#8220;FATAL: Module loop not found.&#8221;</p>
<p>Any other advice on how to solve this?</p>
<p>Thanks,<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thamer</title>
		<link>http://www.vmwhere.net/vmware/gentoo-xen-running-in-gentoo-vmware-vm/#comment-316</link>
		<dc:creator>Thamer</dc:creator>
		<pubDate>Sun, 11 Feb 2007 09:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.vmwhere.net/uncategorized/gentoo-xen-running-in-gentoo-vmware-vm/#comment-316</guid>
		<description>thanks.</description>
		<content:encoded><![CDATA[<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raycho</title>
		<link>http://www.vmwhere.net/vmware/gentoo-xen-running-in-gentoo-vmware-vm/#comment-313</link>
		<dc:creator>Raycho</dc:creator>
		<pubDate>Fri, 09 Feb 2007 15:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.vmwhere.net/uncategorized/gentoo-xen-running-in-gentoo-vmware-vm/#comment-313</guid>
		<description>http://www.cs.wisc.edu/~vladimir/gentoo.html
There is a Gentoo VMWare image there and the download speed is good.</description>
		<content:encoded><![CDATA[<p><a href="http://www.cs.wisc.edu/~vladimir/gentoo.html" rel="nofollow">http://www.cs.wisc.edu/~vladimir/gentoo.html</a><br />
There is a Gentoo VMWare image there and the download speed is good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.vmwhere.net/vmware/gentoo-xen-running-in-gentoo-vmware-vm/#comment-223</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 08 Jan 2007 05:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.vmwhere.net/uncategorized/gentoo-xen-running-in-gentoo-vmware-vm/#comment-223</guid>
		<description>Hello,
Im excited to try your gentoo/xen vm, but apparently the tracker problems are back.  I can't connect to download the torrent.
Hope its available again soon.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Im excited to try your gentoo/xen vm, but apparently the tracker problems are back.  I can&#8217;t connect to download the torrent.<br />
Hope its available again soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jay</title>
		<link>http://www.vmwhere.net/vmware/gentoo-xen-running-in-gentoo-vmware-vm/#comment-72</link>
		<dc:creator>jay</dc:creator>
		<pubDate>Fri, 15 Dec 2006 18:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.vmwhere.net/uncategorized/gentoo-xen-running-in-gentoo-vmware-vm/#comment-72</guid>
		<description>Hi,

The tracker issue is fixed now and can start downloading again. Sorry for the hassle ;)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The tracker issue is fixed now and can start downloading again. Sorry for the hassle <img src='http://www.vmwhere.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
