<?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>Nomulous Blog &#187; disk utility</title>
	<atom:link href="http://nomulous.com/blog/tag/disk-utility/feed/" rel="self" type="application/rss+xml" />
	<link>http://nomulous.com/blog</link>
	<description>Caveat Lector</description>
	<lastBuildDate>Mon, 20 Feb 2012 19:30:11 +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>From &#8220;removeUnexpectedACL&#8221; to &#8220;ACLr8&#8243;</title>
		<link>http://nomulous.com/blog/from-removeunexpectedacl-to-aclr8/</link>
		<comments>http://nomulous.com/blog/from-removeunexpectedacl-to-aclr8/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 22:07:35 +0000</pubDate>
		<dc:creator>nomulous</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[acl]]></category>
		<category><![CDATA[aclr8]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[disk utility]]></category>
		<category><![CDATA[diskutil]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[unexpected]]></category>
		<category><![CDATA[verify]]></category>

		<guid isPermaLink="false">http://nomulous.com/blog/?p=79</guid>
		<description><![CDATA[I just received a huge shipment of cheese and I don&#8217;t know what to do with it. So, I&#8217;ll be changing the name of the ACL tool from &#8220;removeUnexpectedACL&#8221; to &#8220;ACLr8&#8243;. But who cares? Download ACLr8 here. Update: ACLr8 now has its own page here.]]></description>
			<content:encoded><![CDATA[<p>I just received a huge shipment of cheese and I don&#8217;t know what to do with it. So, I&#8217;ll be changing the name of the ACL tool from &#8220;removeUnexpectedACL&#8221; to &#8220;ACLr8&#8243;. But who cares?</p>
<p><del datetime="2009-09-07T06:24:05+00:00">Download ACLr8 here.</del><br />
<strong>Update:</strong> ACLr8 now has its own page <a href="http://nomulous.com/ACLr8/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nomulous.com/blog/from-removeunexpectedacl-to-aclr8/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Getting rid of &#8220;ACL found but not expected&#8221; errors when repairing permissions</title>
		<link>http://nomulous.com/blog/getting-rid-of-acl-found-but-not-expected-errors-when-repairing-permissions/</link>
		<comments>http://nomulous.com/blog/getting-rid-of-acl-found-but-not-expected-errors-when-repairing-permissions/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 21:53:15 +0000</pubDate>
		<dc:creator>nomulous</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[acl]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[disk utility]]></category>
		<category><![CDATA[diskutil]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[unexpected]]></category>
		<category><![CDATA[verify]]></category>

		<guid isPermaLink="false">http://nomulous.com/blog/?p=33</guid>
		<description><![CDATA[I&#8217;ve seen quite a lot of people complaining about these errors, and even though they don&#8217;t really hurt anything they can be very annoying. So, in my very expansive free time I devised and wrote a program that will take the error messages from repairing (or verifying) permissions and remove all ACL from the files [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve seen quite a lot of people complaining about these errors, and even though they don&#8217;t really hurt anything they can be very annoying.</p>
<p>So, in my very expansive free time I devised and wrote a program that will take the error messages from repairing (or verifying) permissions and remove all ACL from the files that are reported.</p>
<p>It is written in Python, and runs through from command line. As you shouldn&#8217;t trust any random person&#8217;s code to just run on your computer, I recommend opening the script in your favourite text editor before letting it steal all your passwords, just to be safe.</p>
<p>Disclaimer: I take no responsibility for anything the program does, use it at your own risk. It&#8217;s very likely to reduce your computer to a smoldering pile of melted plastic and spare parts.</p>
<p>Download removeUnexpectedACL.zip (outdated, see below)</p>
<p>All kidding aside, it&#8217;s pretty harmless, and <em>damn</em> are those ACL errors ever annoying.</p>
<p><del datetime="2009-09-07T06:27:15+00:00"><strong>Update:</strong> I changed the name. Download it <a href="http://nomulous.com/blog/from-removeunexpectedacl-to-aclr8/">here</a> instead.</del></p>
<p><strong>Update #2:</strong> removeUnexpectedACL has been renamed &#8220;ACLr8&#8243; and now has its own page <a href="http://nomulous.com/ACLr8/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nomulous.com/blog/getting-rid-of-acl-found-but-not-expected-errors-when-repairing-permissions/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

