<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: From &#8220;removeUnexpectedACL&#8221; to &#8220;ACLr8&#8243;</title>
	<atom:link href="http://nomulous.com/blog/from-removeunexpectedacl-to-aclr8/feed/" rel="self" type="application/rss+xml" />
	<link>http://nomulous.com/blog/from-removeunexpectedacl-to-aclr8/</link>
	<description>Caveat Lector</description>
	<lastBuildDate>Wed, 21 Jul 2010 02:41:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: nomulous</title>
		<link>http://nomulous.com/blog/from-removeunexpectedacl-to-aclr8/comment-page-1/#comment-260</link>
		<dc:creator>nomulous</dc:creator>
		<pubDate>Fri, 09 Oct 2009 22:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://nomulous.com/blog/?p=79#comment-260</guid>
		<description>I don&#039;t know why it wouldn&#039;t work for you, I&#039;ve only heard success stories so far.

Send me a list of the files that are reported to have unexpected ACL, I&#039;ll see if I can figure it out. Just run a permissions check in Disk Utility, paste the results into an email and send it to me.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know why it wouldn&#8217;t work for you, I&#8217;ve only heard success stories so far.</p>
<p>Send me a list of the files that are reported to have unexpected ACL, I&#8217;ll see if I can figure it out. Just run a permissions check in Disk Utility, paste the results into an email and send it to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rei</title>
		<link>http://nomulous.com/blog/from-removeunexpectedacl-to-aclr8/comment-page-1/#comment-258</link>
		<dc:creator>rei</dc:creator>
		<pubDate>Fri, 09 Oct 2009 19:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://nomulous.com/blog/?p=79#comment-258</guid>
		<description>Hi,

I ran your script, but there seems to always be the same 54 files with unexpected ACL that doesn&#039;t seem to get fixed with the sudo chmod -N command. Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I ran your script, but there seems to always be the same 54 files with unexpected ACL that doesn&#8217;t seem to get fixed with the sudo chmod -N command. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nomulous</title>
		<link>http://nomulous.com/blog/from-removeunexpectedacl-to-aclr8/comment-page-1/#comment-20</link>
		<dc:creator>nomulous</dc:creator>
		<pubDate>Thu, 09 Jul 2009 21:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://nomulous.com/blog/?p=79#comment-20</guid>
		<description>Actually, the man entry for chmod is very clear about -N. Here&#039;s a quote from the output of &quot;man chmod&quot;:

         -N      Removes the ACL from the named file(s).

Although Apple is right to say you can safely ignore these messages, some prefer not to, as they cause the run time of a permissions repair to increase drastically.</description>
		<content:encoded><![CDATA[<p>Actually, the man entry for chmod is very clear about -N. Here&#8217;s a quote from the output of &#8220;man chmod&#8221;:</p>
<p>         -N      Removes the ACL from the named file(s).</p>
<p>Although Apple is right to say you can safely ignore these messages, some prefer not to, as they cause the run time of a permissions repair to increase drastically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe F.</title>
		<link>http://nomulous.com/blog/from-removeunexpectedacl-to-aclr8/comment-page-1/#comment-19</link>
		<dc:creator>Joe F.</dc:creator>
		<pubDate>Thu, 09 Jul 2009 21:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://nomulous.com/blog/?p=79#comment-19</guid>
		<description>Thanks for the quick follow up.
I understand that -N is a parameter, but the man isn&#039;t clear on what it is. Evidently there are LOTS of optional parameters and switches.

Also, for for the benefit of anyone else exploring the unfixable permissions dilemma, it appears that Apple has finally deigned it appropriate to issue a tech note June 26, 2009:
http://support.apple.com/kb/TS1448?viewlocale=en_US

Cheers...</description>
		<content:encoded><![CDATA[<p>Thanks for the quick follow up.<br />
I understand that -N is a parameter, but the man isn&#8217;t clear on what it is. Evidently there are LOTS of optional parameters and switches.</p>
<p>Also, for for the benefit of anyone else exploring the unfixable permissions dilemma, it appears that Apple has finally deigned it appropriate to issue a tech note June 26, 2009:<br />
<a href="http://support.apple.com/kb/TS1448?viewlocale=en_US" rel="nofollow">http://support.apple.com/kb/TS1448?viewlocale=en_US</a></p>
<p>Cheers&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nomulous</title>
		<link>http://nomulous.com/blog/from-removeunexpectedacl-to-aclr8/comment-page-1/#comment-18</link>
		<dc:creator>nomulous</dc:creator>
		<pubDate>Thu, 09 Jul 2009 20:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://nomulous.com/blog/?p=79#comment-18</guid>
		<description>Joe,

Thank you for your concern. You did right to check the script before executing it.

However, you have erroneously perceived a problem. You see, the unix executable I use is not &quot;chmod -N&quot; but rather just &quot;chmod&quot;, using &quot;-N&quot; as a parameter. If you type &quot;man chmod&quot; into Terminal, you should get the information you were looking for. I do hope this script has been helpful to you.

Best,
Fletcher Tomalty</description>
		<content:encoded><![CDATA[<p>Joe,</p>
<p>Thank you for your concern. You did right to check the script before executing it.</p>
<p>However, you have erroneously perceived a problem. You see, the unix executable I use is not &#8220;chmod -N&#8221; but rather just &#8220;chmod&#8221;, using &#8220;-N&#8221; as a parameter. If you type &#8220;man chmod&#8221; into Terminal, you should get the information you were looking for. I do hope this script has been helpful to you.</p>
<p>Best,<br />
Fletcher Tomalty</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe F.</title>
		<link>http://nomulous.com/blog/from-removeunexpectedacl-to-aclr8/comment-page-1/#comment-17</link>
		<dc:creator>Joe F.</dc:creator>
		<pubDate>Thu, 09 Jul 2009 20:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://nomulous.com/blog/?p=79#comment-17</guid>
		<description>I found this page/script as probably many others will: searching for ACL/permissions mentions in Google.

I looked at the script (as advised) and, knowing (practically) nothing about command line crap, checked the &#039;naughty bits&#039; :
for file in filesWithUnexpectedACL:
	os.system(&#039;sudo chmod -N &#039; + file)

If you: &quot;man chmod -N&quot; you get a &#039;no such thing&#039; sort of reply.

Error or inspired genius?</description>
		<content:encoded><![CDATA[<p>I found this page/script as probably many others will: searching for ACL/permissions mentions in Google.</p>
<p>I looked at the script (as advised) and, knowing (practically) nothing about command line crap, checked the &#8216;naughty bits&#8217; :<br />
for file in filesWithUnexpectedACL:<br />
	os.system(&#8216;sudo chmod -N &#8216; + file)</p>
<p>If you: &#8220;man chmod -N&#8221; you get a &#8216;no such thing&#8217; sort of reply.</p>
<p>Error or inspired genius?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Getting rid of &#8220;ACL found but not expected&#8221; errors when repairing permissions &#124; Nomulous Blog</title>
		<link>http://nomulous.com/blog/from-removeunexpectedacl-to-aclr8/comment-page-1/#comment-15</link>
		<dc:creator>Getting rid of &#8220;ACL found but not expected&#8221; errors when repairing permissions &#124; Nomulous Blog</dc:creator>
		<pubDate>Wed, 08 Jul 2009 22:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://nomulous.com/blog/?p=79#comment-15</guid>
		<description>[...] I changed the name. See this post. Posted in Mac Tags: acl, chmod, disk utility, diskutil, error, Mac, permissions, program, [...]</description>
		<content:encoded><![CDATA[<p>[...] I changed the name. See this post. Posted in Mac Tags: acl, chmod, disk utility, diskutil, error, Mac, permissions, program, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
