<?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>blundell.net.nz &#187; Computer</title>
	<atom:link href="http://www.blundell.net.nz/?feed=rss2&#038;cat=7" rel="self" type="application/rss+xml" />
	<link>http://www.blundell.net.nz</link>
	<description>our families website</description>
	<lastBuildDate>Fri, 21 Aug 2009 21:32:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>cups error with unionfs and memory allocation</title>
		<link>http://www.blundell.net.nz/?p=8</link>
		<comments>http://www.blundell.net.nz/?p=8#comments</comments>
		<pubDate>Thu, 08 Jan 2009 02:06:26 +0000</pubDate>
		<dc:creator>Dion</dc:creator>
				<category><![CDATA[Computer]]></category>

		<guid isPermaLink="false">http://www.blundell.net.nz/?p=8</guid>
		<description><![CDATA[When you compress your filesystem with unionfs etc&#8230; cups then does not work, it throws up the error:
 * Restarting Common Unix Printing System: cupsd
/usr/sbin/cupsd: error while loading shared libraries: /usr/lib/libcups.so.2:
cannot apply additional memory protection after relocation: Permission denied
[fail]
It turns out that this is because of apparmor so turn this off and all is &#8220;peace-and-light.&#8221;
sudo /etc/init.d/apparmor [...]]]></description>
			<content:encoded><![CDATA[<p>When you compress your filesystem with unionfs etc&#8230; <span style="text-decoration: underline;">cups</span> then does not work, it throws up the error:</p>
<pre> * Restarting Common Unix Printing System: cupsd
/usr/sbin/cupsd: error while loading shared libraries: /usr/lib/libcups.so.2:
cannot apply additional memory protection after relocation: Permission denied
[fail]</pre>
<p>It turns out that this is because of <span style="text-decoration: underline;"><strong>apparmor</strong></span> so turn this off and all is &#8220;peace-and-light.&#8221;</p>
<pre>sudo /etc/init.d/apparmor stop
sudo apt-get purge apparmor</pre>
<p>I&#8217;m not sure why it causes the problem, but apparmor strngthen&#8217;s Ubuntu against nasties, which I would think is not strictly needed if behind a firewall. Well at least that is how I sleep at night.</p>
<p>I use <span style="text-decoration: underline;">unionfs</span> on my ASUS eeePC 701 4G</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blundell.net.nz/?feed=rss2&amp;p=8</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
