<?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; openqrm selinux virtualization</title>
	<atom:link href="http://rogierm.redbee.nl/blog/tag/openqrm-selinux-virtualization/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>OpenQRM CentOS problem</title>
		<link>http://rogierm.redbee.nl/blog/2009/07/17/openqrm-centos-problem/</link>
		<comments>http://rogierm.redbee.nl/blog/2009/07/17/openqrm-centos-problem/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 21:07:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[openqrm selinux virtualization]]></category>

		<guid isPermaLink="false">http://rogierm.redbee.nl/blog/?p=17</guid>
		<description><![CDATA[Last few weeks I&#8217;ve been experimenting with OpenQRM (http://www.openqrm.org). The initial installation did not cause any big problems. After logging in to the interface and trying to enable plugins, this just timed-out. I tried to manually start the plugins on the console (eg. /usr/lib/openqrm/plugins/dns/etc/init.d/openqrm-plugin-dns  start). This command started the plugin without any problem. Next I tried [...]]]></description>
			<content:encoded><![CDATA[<p>Last few weeks I&#8217;ve been experimenting with OpenQRM (http://www.openqrm.org). The initial installation did not cause any big problems. After logging in to the interface and trying to enable plugins, this just timed-out. I tried to manually start the plugins on the console (eg. /usr/lib/openqrm/plugins/dns/etc/init.d/openqrm-plugin-dns  start). This command started the plugin without any problem. Next I tried to configure select a volume group in the Plugin section (Storage -&gt; LVM-storage-&gt; Volume Groups). This also timed out with the error below in the http errorlog:</p>
<p>This error was caused by SElinux. After I disabled SElinux and rebooted the server, all functions of the OpenQRM interface worked fine, including enabling plugins and displaying volumegroups.</p>
<p><code><br />
[Wed Jul 15 14:35:26 2009] [error] [client 192.168.42.235] PHP Warning:  fopen(/usr/lib/openqrm/web/action/cloud-conf/cloud-monitor.lock) [&lt;a href='function.fopen'&gt;function.fopen&lt;/a&gt;]: failed to open stream: Permission denied in /usr/lib/openqrm/plugins/cloud/web/openqrm-cloud-monitor-hook.php on line 103</code></p>
<p><code>[Wed Jul 15 14:35:26 2009] [error] [client 192.168.42.235] PHP Warning:  fwrite(): supplied argument is not a valid stream resource in /usr/lib/openqrm/plugins/cloud/web/openqrm-cloud-monitor-hook.php on line 104</p>
<p>[Wed Jul 15 14:35:26 2009] [error] [client 192.168.42.235] PHP Warning:  fclose(): supplied argument is not a valid stream resource in /usr/lib/openqrm/plugins/cloud/web/openqrm-cloud-monitor-hook.php on line 105</p>
<p>[Wed Jul 15 14:35:26 2009] [error] [client 192.168.42.235] PHP Warning:  unlink(/usr/lib/openqrm/web/action/cloud-conf/cloud-monitor.lock) [&lt;a href='function.unlink'&gt;function.unlink&lt;/a&gt;]: No such file or directory in /usr/lib/openqrm/plugins/cloud/web/openqrm-cloud-monitor-hook.php on line 1547</p>
<p><span style="font-family: monospace, 'Times New Roman', 'Bitstream Charter', Times, fantasy;"> </span></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 48px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[Wed Jul 15 14:35:26 2009] [error] [client 192.168.42.235] PHP Warning:  fopen(/usr/lib/openqrm/web/action/cloud-conf/cloud-monitor.lock) [&lt;a href='function.fopen'&gt;function.fopen&lt;/a&gt;]: failed to open stream: Permission denied in /usr/lib/openqrm/plugins/cloud/web/openqrm-cloud-monitor-hook.php on line 103</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 48px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[Wed Jul 15 14:35:26 2009] [error] [client 192.168.42.235] PHP Warning:  fwrite(): supplied argument is not a valid stream resource in /usr/lib/openqrm/plugins/cloud/web/openqrm-cloud-monitor-hook.php on line 104</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 48px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[Wed Jul 15 14:35:26 2009] [error] [client 192.168.42.235] PHP Warning:  fclose(): supplied argument is not a valid stream resource in /usr/lib/openqrm/plugins/cloud/web/openqrm-cloud-monitor-hook.php on line 105</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 48px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[Wed Jul 15 14:35:26 2009] [error] [client 192.168.42.235] PHP Warning:  unlink(/usr/lib/openqrm/web/action/cloud-conf/cloud-monitor.lock) [&lt;a href='function.unlink'&gt;function.unlink&lt;/a&gt;]: No such file or directory in /usr/lib/openqrm/plugins/cloud/web/openqrm-cloud-monitor-hook.php on line 1547</div>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://rogierm.redbee.nl/blog/2009/07/17/openqrm-centos-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

