<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ubuntu Tutorials &#187; qemu</title>
	<atom:link href="http://ubuntu-tutorials.com/tag/qemu/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Wed, 23 May 2012 20:22:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>KVM and Virt-Manager On Ubuntu 8.04</title>
		<link>http://ubuntu-tutorials.com/2008/06/08/kvm-and-virt-manager-on-ubuntu-804/</link>
		<comments>http://ubuntu-tutorials.com/2008/06/08/kvm-and-virt-manager-on-ubuntu-804/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 19:59:17 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[virtualization]]></category>
		<category><![CDATA[kvm]]></category>
		<category><![CDATA[qemu]]></category>
		<category><![CDATA[virt-manager]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=662</guid>
		<description><![CDATA[You&#8217;ve been seeing a lot of virtualization specific posts recently here at Ubuntu Tutorials.  I&#8217;ve been tinkering with a number of virtualization options, namely VMware Server, Virtualbox and now KVM with Virt-Manager. I&#8217;m not going to go into comparing the three in this post, but I will say that KVM is the only solution that [...]]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ve been seeing a lot of virtualization specific posts recently here at Ubuntu Tutorials.  I&#8217;ve been tinkering with a number of virtualization options, namely VMware Server, Virtualbox and now KVM with Virt-Manager.</p>
<p>I&#8217;m not going to go into comparing the three in this post, but I will say that KVM is the only solution that will let me run 64bit guests on my 64bit host.  It also cleanly manages networking, whereas VirtualBox still has issues there.  KVM is still fairly new however so the UI features are not as nice as the other two.</p>
<p><strong>Installing The Packages</strong></p>
<p>Assuming your machine will support KVM (generally, core 2 duo and later) lets get the right packages installed.</p>
<blockquote><p><code>sudo aptitude install kvm virt-manager libvirt-bin</code></p></blockquote>
<p>This will install the Virt-Manager graphical interface for creating and managing your virtual installations.  It&#8217;ll also install the kernel module to make use of the KVM instruction set and the libvirt library.</p>
<p><strong>Initial Setup</strong></p>
<p>Once you&#8217;ve got the right packages installed you&#8217;ll need to give yourself access to the KVM device.  This is done simply enough using:</p>
<blockquote><p><code>sudo gpasswd -a username libvirtd</code></p></blockquote>
<p>This will require you to logout and login again.  When you get back we&#8217;ll get Virt-Manager launched and some virtual machines built.  Go ahead, relogin.  I&#8217;ll wait&#8230;</p>
<p><strong>Running Virt-Manager</strong></p>
<p>Virt-Manager is a nice kvm/qemu/xen management interface developed by the good folks at RedHat.  This utility makes it really easy to create, manage and delete virtual installations.  You can launch Virt-Manager via the command line, or the Applications menu.</p>
<blockquote><p><code>virt-manager</code></p></blockquote>
<p><strong>Troubleshooting</strong></p>
<p>If you have VirtualBox installed you may run into conflicts between the kernel modules.  Make sure to remember to remove the conflicting module before you run either of the virtualization solutions.  You can do this by using these commands.</p>
<p>To remove the VirtualBox module:</p>
<blockquote><p><code>sudo modprobe -r vboxdrv</code></p></blockquote>
<p>To remove the KVM module:</p>
<blockquote><p><code>sudo modprobe -r kvm-intel</code></p></blockquote>
<p>Enjoy.</p>
<p>Updated: added user to libvirtd group instead of kvm group.  Removed launching with sudo.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2008/06/08/kvm-and-virt-manager-on-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching 3/7 queries in 0.003 seconds using disk: basic
Object Caching 250/250 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-05-25 17:25:43 -->
