<?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>Rogierm&#039;s Blog &#187; vnc</title>
	<atom:link href="http://rogierm.redbee.nl/blog/tag/vnc/feed/" rel="self" type="application/rss+xml" />
	<link>http://rogierm.redbee.nl/blog</link>
	<description>Just another blog with technical stuff</description>
	<lastBuildDate>Mon, 09 Jan 2012 16:15:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ONE Management Console show VNC display</title>
		<link>http://rogierm.redbee.nl/blog/2010/02/25/one-management-console-show-vnc-display/</link>
		<comments>http://rogierm.redbee.nl/blog/2010/02/25/one-management-console-show-vnc-display/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 01:39:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[kvm]]></category>
		<category><![CDATA[opennebula]]></category>
		<category><![CDATA[vnc]]></category>

		<guid isPermaLink="false">http://rogierm.redbee.nl/blog/?p=120</guid>
		<description><![CDATA[I&#8217;ve made some quick changes to ONEMC to show the VNC port in the interface. I&#8217;ve updated the template that onemc creates with a GRAPHICS section. This enables vnc on the quest. As a workaround until ONE can use the VMID in the graphics section, I use a virsh command to get the vncport. To [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made some quick changes to ONEMC to show the VNC port in the interface. I&#8217;ve updated the template that onemc creates with a GRAPHICS section. This enables vnc on the quest. </p>
<p>As a workaround until ONE can use the VMID in the graphics section, I use a virsh command to get the vncport. To get this working the webserver user should be allowed to execute the virsh command via sudo. Add the following to sudoers:<br />
<code><br />
apache     ALL=(ALL)       NOPASSWD: /usr/bin/virsh *<br />
</code><br />
Also I encountered some problems with the model section in the KVM template so I commented that out as well. </p>
<p>Below the patch and a screenshot listing the vnc ports in ONEMC<br />
<a href="http://rogierm.redbee.nl/blog/wp-content/uploads/2010/02/Picture-64.png"><img src="http://rogierm.redbee.nl/blog/wp-content/uploads/2010/02/Picture-64-300x136.png" alt="ONEMC screenshot" title="ONEMC" width="300" height="136" class="aligncenter size-medium wp-image-121" /></a><br />
<a href='http://rogierm.redbee.nl/blog/wp-content/uploads/2010/02/onemc_funcs.patch.txt'>onemc_funcs.patch</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rogierm.redbee.nl/blog/2010/02/25/one-management-console-show-vnc-display/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

