<?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: Quick bridging with KVM on Ubuntu jaunty</title>
	<atom:link href="http://blog.loftninjas.org/2009/04/06/quick-bridging-with-kvm-on-ubuntu-jaunty/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.loftninjas.org/2009/04/06/quick-bridging-with-kvm-on-ubuntu-jaunty/</link>
	<description></description>
	<lastBuildDate>Sat, 21 Jan 2012 06:46:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Getting started with KVM on Ubuntu 9.04 &#171; Solely For me</title>
		<link>http://blog.loftninjas.org/2009/04/06/quick-bridging-with-kvm-on-ubuntu-jaunty/comment-page-1/#comment-2038</link>
		<dc:creator>Getting started with KVM on Ubuntu 9.04 &#171; Solely For me</dc:creator>
		<pubDate>Thu, 08 Oct 2009 21:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=308#comment-2038</guid>
		<description>[...] Quick bridging with kvm on Ubuntu Jaunty Ubuntu server guide, virtualization HowtoForge: Virtualization With KVM On Ubuntu [...]</description>
		<content:encoded><![CDATA[<p>[...] Quick bridging with kvm on Ubuntu Jaunty Ubuntu server guide, virtualization HowtoForge: Virtualization With KVM On Ubuntu [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafo</title>
		<link>http://blog.loftninjas.org/2009/04/06/quick-bridging-with-kvm-on-ubuntu-jaunty/comment-page-1/#comment-1763</link>
		<dc:creator>Rafo</dc:creator>
		<pubDate>Tue, 26 May 2009 18:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=308#comment-1763</guid>
		<description>The &quot;could not launch network script&quot; may also indicate a problem with the script format. I was getting that diagnostic so I used `strace -f -e file kvm ...&#039; and found out that there was a &quot;ENOEXEC (Exec format error)&quot; occurring behind the scene. This went away when I adjusted my script to strictly follow the convention for interpreter scripts in the EXECVE(2) manpage: The first line of the script should be

#! INTERPRETER

where INTERPRETER is the absolute path of a binary executable (/bin/bash on my system).</description>
		<content:encoded><![CDATA[<p>The &#8220;could not launch network script&#8221; may also indicate a problem with the script format. I was getting that diagnostic so I used `strace -f -e file kvm &#8230;&#8217; and found out that there was a &#8220;ENOEXEC (Exec format error)&#8221; occurring behind the scene. This went away when I adjusted my script to strictly follow the convention for interpreter scripts in the EXECVE(2) manpage: The first line of the script should be</p>
<p>#! INTERPRETER</p>
<p>where INTERPRETER is the absolute path of a binary executable (/bin/bash on my system).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cheif</title>
		<link>http://blog.loftninjas.org/2009/04/06/quick-bridging-with-kvm-on-ubuntu-jaunty/comment-page-1/#comment-1756</link>
		<dc:creator>Cheif</dc:creator>
		<pubDate>Mon, 25 May 2009 14:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=308#comment-1756</guid>
		<description>Hi, 

I&#039;ve tried to make it work but it shows the message: &quot;Could not initialize device &#039;tap&#039;&quot; do you know wath could it be? 
I&#039;ve been looking in google but I havent find anything...

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I&#8217;ve tried to make it work but it shows the message: &#8220;Could not initialize device &#8216;tap&#8217;&#8221; do you know wath could it be?<br />
I&#8217;ve been looking in google but I havent find anything&#8230;</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slestak</title>
		<link>http://blog.loftninjas.org/2009/04/06/quick-bridging-with-kvm-on-ubuntu-jaunty/comment-page-1/#comment-1753</link>
		<dc:creator>Slestak</dc:creator>
		<pubDate>Sun, 24 May 2009 03:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=308#comment-1753</guid>
		<description>Does anyone see a way to integrate this method with the templated python-vmbuilder method published in teh ubuntu server documentation?</description>
		<content:encoded><![CDATA[<p>Does anyone see a way to integrate this method with the templated python-vmbuilder method published in teh ubuntu server documentation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marlon</title>
		<link>http://blog.loftninjas.org/2009/04/06/quick-bridging-with-kvm-on-ubuntu-jaunty/comment-page-1/#comment-1710</link>
		<dc:creator>Marlon</dc:creator>
		<pubDate>Mon, 27 Apr 2009 22:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=308#comment-1710</guid>
		<description>Thanks, I just reinstalled my Jaunty disk and found your instructions on setting up bridged networking within kvm.  I had been using the qemu interface before but didn&#039;t like it because of the limited configuration (e.g. no sdl).  Thanks for posting this.  I got it set up without a hitch!</description>
		<content:encoded><![CDATA[<p>Thanks, I just reinstalled my Jaunty disk and found your instructions on setting up bridged networking within kvm.  I had been using the qemu interface before but didn&#8217;t like it because of the limited configuration (e.g. no sdl).  Thanks for posting this.  I got it set up without a hitch!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

