<?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 technomasochism</title>
	<atom:link href="http://twobit.us/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://twobit.us/blog</link>
	<description>and two-wheeled vehicles</description>
	<lastBuildDate>Wed, 18 Jan 2012 23:51:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Xen Network Driver Domain: How by Philip</title>
		<link>http://twobit.us/blog/2010/07/xen-network-driver-domain-how/comment-page-1/#comment-9601</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Wed, 18 Jan 2012 23:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://twobit.us/blog/?p=636#comment-9601</guid>
		<description>Well once you pass the network hardware through to the nicdom it won&#039;t show up in dom0 any longer.  The networking scripts you&#039;re looking at in dom0 shouldn&#039;t get run (throw some echo&#039;s in there to prove it to yourself).  You&#039;ll need those same scripts in the nicdom though because that&#039;s where they&#039;ll be run by the udev rules that you&#039;ll need to install in the nicdom as well.</description>
		<content:encoded><![CDATA[<p>Well once you pass the network hardware through to the nicdom it won&#8217;t show up in dom0 any longer.  The networking scripts you&#8217;re looking at in dom0 shouldn&#8217;t get run (throw some echo&#8217;s in there to prove it to yourself).  You&#8217;ll need those same scripts in the nicdom though because that&#8217;s where they&#8217;ll be run by the udev rules that you&#8217;ll need to install in the nicdom as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Xen Network Driver Domain: How by allen</title>
		<link>http://twobit.us/blog/2010/07/xen-network-driver-domain-how/comment-page-1/#comment-9372</link>
		<dc:creator>allen</dc:creator>
		<pubDate>Sun, 08 Jan 2012 08:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://twobit.us/blog/?p=636#comment-9372</guid>
		<description>Thanks for your attention, Philip, glad for communicating with you about xen.
i think about what you said ,but after exporting the network hardware from dom0 to nicdom, i make &quot;ifconfig -a&quot; in domain0, there are three links :lo, pan0, and tmpbridge;
But you know ,when starting the xend ,the script of &quot;/etc/xen/scripts/network-bridge &quot;, finds the device eth0  by default, at this time ,there is not eth0 in domian0, so i confused with this ,
/etc/sysconfig/network-scripts/ifcfg-eth0 configuration file, because in my system ,i can not find it .</description>
		<content:encoded><![CDATA[<p>Thanks for your attention, Philip, glad for communicating with you about xen.<br />
i think about what you said ,but after exporting the network hardware from dom0 to nicdom, i make &#8220;ifconfig -a&#8221; in domain0, there are three links :lo, pan0, and tmpbridge;<br />
But you know ,when starting the xend ,the script of &#8220;/etc/xen/scripts/network-bridge &#8220;, finds the device eth0  by default, at this time ,there is not eth0 in domian0, so i confused with this ,<br />
/etc/sysconfig/network-scripts/ifcfg-eth0 configuration file, because in my system ,i can not find it .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Xen Network Driver Domain: How by Philip</title>
		<link>http://twobit.us/blog/2010/07/xen-network-driver-domain-how/comment-page-1/#comment-9333</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Fri, 06 Jan 2012 19:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://twobit.us/blog/?p=636#comment-9333</guid>
		<description>Thanks Allen, glad this was useful.  First off I&#039;ve never tried th is with an HVM guest.  I don&#039;t think this will not work unless you have PV network drivers in your client as the driver VM (nicdom) will only offer network services through the netback driver.

The error you&#039;re seeing in the hotplug log seems to be from attempting to add the virtual interface to the bridge.  I&#039;d guess that &#039;eth0&#039; isn&#039;t the name of your bridge, likely that&#039;s the physical ethernet device.  This may not be the case though because I remember the xen networking scripts doing some crazy stuff renaming interfaces and bridges so it may be that the script stole the name of the ethernet interface and gave it to the bridge.  Regardless I&#039;d check to see that when the script is running eth0 is in fact the device you think it is (the bridge).

Good luck and let me know how your experiment turns out.  If you&#039;re using a more recent version of Xen let me know.  I&#039;d love to update this howto for the latest Xen version soon.</description>
		<content:encoded><![CDATA[<p>Thanks Allen, glad this was useful.  First off I&#8217;ve never tried th is with an HVM guest.  I don&#8217;t think this will not work unless you have PV network drivers in your client as the driver VM (nicdom) will only offer network services through the netback driver.</p>
<p>The error you&#8217;re seeing in the hotplug log seems to be from attempting to add the virtual interface to the bridge.  I&#8217;d guess that &#8216;eth0&#8242; isn&#8217;t the name of your bridge, likely that&#8217;s the physical ethernet device.  This may not be the case though because I remember the xen networking scripts doing some crazy stuff renaming interfaces and bridges so it may be that the script stole the name of the ethernet interface and gave it to the bridge.  Regardless I&#8217;d check to see that when the script is running eth0 is in fact the device you think it is (the bridge).</p>
<p>Good luck and let me know how your experiment turns out.  If you&#8217;re using a more recent version of Xen let me know.  I&#8217;d love to update this howto for the latest Xen version soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Xen Network Driver Domain: How by allen</title>
		<link>http://twobit.us/blog/2010/07/xen-network-driver-domain-how/comment-page-1/#comment-9321</link>
		<dc:creator>allen</dc:creator>
		<pubDate>Fri, 06 Jan 2012 06:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://twobit.us/blog/?p=636#comment-9321</guid>
		<description>Great post!
I tried to follow this setting  3 virtual machines( dom0, nicdom, client domain in HVM )with Xen and Debian, but I’m still having some truble.
I’ve followed the guide till “udev events”, and i make &quot;xm network-attach client mac=XX:XX:XX:XX:XX:XX,backend=nicdom&quot;, but i get this error:
Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
so i looked at the /etc/xen/xen-hotplug.log, the error is &quot;can`t add vif1.0 to bridge eth0: Operation not supported&quot;.
Am i missing something?
The followings are my udev rules, scripts:
1./etc/udev:hdparm.rules, pcmcia.rules
2./etc/xen/scripts</description>
		<content:encoded><![CDATA[<p>Great post!<br />
I tried to follow this setting  3 virtual machines( dom0, nicdom, client domain in HVM )with Xen and Debian, but I’m still having some truble.<br />
I’ve followed the guide till “udev events”, and i make &#8220;xm network-attach client mac=XX:XX:XX:XX:XX:XX,backend=nicdom&#8221;, but i get this error:<br />
Error: Device 0 (vif) could not be connected. Hotplug scripts not working.<br />
so i looked at the /etc/xen/xen-hotplug.log, the error is &#8220;can`t add vif1.0 to bridge eth0: Operation not supported&#8221;.<br />
Am i missing something?<br />
The followings are my udev rules, scripts:<br />
1./etc/udev:hdparm.rules, pcmcia.rules<br />
2./etc/xen/scripts</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kawasaki ZRX KYB shocks on &#8217;04 Thruxton by Philip</title>
		<link>http://twobit.us/blog/2011/05/zrx-kyb-shocks-on-04-thruxto/comment-page-1/#comment-9088</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Sat, 24 Dec 2011 22:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://twobit.us/blog/?p=1067#comment-9088</guid>
		<description>I had these things back up on ebay pretty quick.  Lost a few bucks on them but I got back enough to cover the Icon 7614s that I bought instead. The Icons aren&#039;t bad but I really had my heart set on the KYBs mostly because the piggybacks looked cool.</description>
		<content:encoded><![CDATA[<p>I had these things back up on ebay pretty quick.  Lost a few bucks on them but I got back enough to cover the Icon 7614s that I bought instead. The Icons aren&#8217;t bad but I really had my heart set on the KYBs mostly because the piggybacks looked cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kawasaki ZRX KYB shocks on &#8217;04 Thruxton by Nick Serrano</title>
		<link>http://twobit.us/blog/2011/05/zrx-kyb-shocks-on-04-thruxto/comment-page-1/#comment-9085</link>
		<dc:creator>Nick Serrano</dc:creator>
		<pubDate>Sat, 24 Dec 2011 15:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://twobit.us/blog/?p=1067#comment-9085</guid>
		<description>That is a shame that those KYB&#039;s didn&#039;t work.  They look great.  Do you still have them?</description>
		<content:encoded><![CDATA[<p>That is a shame that those KYB&#8217;s didn&#8217;t work.  They look great.  Do you still have them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EliteBook 2560p Intel 82579LM Debian Squeeze Install by attila lendvai</title>
		<link>http://twobit.us/blog/2011/08/elitebook-2560p-intel-82579lm-debian-squeeze-install/comment-page-1/#comment-7779</link>
		<dc:creator>attila lendvai</dc:creator>
		<pubDate>Fri, 30 Sep 2011 18:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://twobit.us/blog/?p=1321#comment-7779</guid>
		<description>thanks a lot for the info, got to this post after about an hour of struggling.

an unfortunate situation that i first netinstall a debian, and on a hw that is not supported -- didn&#039;t know whether my expectations are wrong or the installer.

here&#039;s the homepage for those unofficial images:

http://kmuto.jp/debian/d-i/</description>
		<content:encoded><![CDATA[<p>thanks a lot for the info, got to this post after about an hour of struggling.</p>
<p>an unfortunate situation that i first netinstall a debian, and on a hw that is not supported &#8212; didn&#8217;t know whether my expectations are wrong or the installer.</p>
<p>here&#8217;s the homepage for those unofficial images:</p>
<p><a href="http://kmuto.jp/debian/d-i/" rel="nofollow">http://kmuto.jp/debian/d-i/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Xen Network Driver Domain: How by Useful Materials for Linux Network and Xen Drivers &#171; De.LI.ghen.cE&#039;s Blog</title>
		<link>http://twobit.us/blog/2010/07/xen-network-driver-domain-how/comment-page-1/#comment-7240</link>
		<dc:creator>Useful Materials for Linux Network and Xen Drivers &#171; De.LI.ghen.cE&#039;s Blog</dc:creator>
		<pubDate>Thu, 25 Aug 2011 05:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://twobit.us/blog/?p=636#comment-7240</guid>
		<description>[...] &#8211; Xen Network Driver Domain: How Like this:LikeBe the first to like this [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; Xen Network Driver Domain: How Like this:LikeBe the first to like this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Xen Network Driver Domain: How by Useful Materials for Linux Network &#171; De.LI.ghen.cE&#039;s Blog</title>
		<link>http://twobit.us/blog/2010/07/xen-network-driver-domain-how/comment-page-1/#comment-7237</link>
		<dc:creator>Useful Materials for Linux Network &#171; De.LI.ghen.cE&#039;s Blog</dc:creator>
		<pubDate>Thu, 25 Aug 2011 05:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://twobit.us/blog/?p=636#comment-7237</guid>
		<description>[...] Philip &#8211; Xen Network Driver Domain: How [...]</description>
		<content:encoded><![CDATA[<p>[...] Philip &#8211; Xen Network Driver Domain: How [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Another Go at My Masters Project by technomasochism - sVirt-like prototype</title>
		<link>http://twobit.us/blog/2011/05/another-go-at-my-masters-project/comment-page-1/#comment-7071</link>
		<dc:creator>technomasochism - sVirt-like prototype</dc:creator>
		<pubDate>Mon, 15 Aug 2011 00:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://twobit.us/blog/?p=995#comment-7071</guid>
		<description>[...] my first post under my MastersProject tag I laid out some of the justification for why separating QEMU instances [...]</description>
		<content:encoded><![CDATA[<p>[...] my first post under my MastersProject tag I laid out some of the justification for why separating QEMU instances [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

