<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: NSPOSIXErrorDomain:13 error in Safari</title>
	<link>http://ask.metafilter.com/24445/NSPOSIXErrorDomain13-error-in-Safari/</link>
	<description>Comments on Ask MetaFilter post NSPOSIXErrorDomain:13 error in Safari</description>
	<pubDate>Thu, 22 Sep 2005 22:21:21 -0800</pubDate>
	<lastBuildDate>Thu, 22 Sep 2005 22:21:21 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: NSPOSIXErrorDomain:13 error in Safari</title>
		<link>http://ask.metafilter.com/24445/NSPOSIXErrorDomain13-error-in-Safari</link>	
		<description>When I try to access http://apple.com, Safari gives me the following error: &quot;The error was: &#8220;POSIX error: Permission denied&#8221; (NSPOSIXErrorDomain:13)&quot;. What&apos;s going on? &lt;br /&gt;&lt;br /&gt; I&apos;m on a G4 Powerbook running Tiger 10.4.1, accessing the internet with a D-Link DSL-300 modem and an Apple Airport. Safari gives the most descriptive error, but IE and Firefox can&apos;t access the same websites, giving me variations on the &quot;Permission denied&quot; error. Even software update doesn&apos;t work. When searching for help just a moment ago, I noticed that http://www.hp.com/ also doesn&apos;t work.&lt;br&gt;
&lt;br&gt;
I&apos;ve used disk utility to repair my permissions, I&apos;ve tried moving subdirectories (&quot;Application Support&quot;, &quot;Caches&quot;, &quot;Preferences&quot;) out of my Library folder and logging in again with the defaults, but nothing has helped. No change in software or hardware has coincided with the problem.&lt;br&gt;
&lt;br&gt;
Any help would be appreciated.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.24445</guid>
		<pubDate>Thu, 22 Sep 2005 22:15:48 -0800</pubDate>
		<dc:creator>teem</dc:creator>
		
			<category>error</category>
		
			<category>apple</category>
		
			<category>osx</category>
		
			<category>internet</category>
		
			<category>permission</category>
		
	</item> <item>
		<title>By: devilsbrigade</title>
		<link>http://ask.metafilter.com/24445/NSPOSIXErrorDomain13-error-in-Safari#388121</link>	
		<description>ErrorDomain sounds like it could be a DNS lookup thing (random guess). open up a console window, try &apos;nslookup apple.com&apos; and &apos;host apple.com&apos;. then try &apos;ping apple.com&apos;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.24445-388121</guid>
		<pubDate>Thu, 22 Sep 2005 22:21:21 -0800</pubDate>
		<dc:creator>devilsbrigade</dc:creator>
	</item><item>
		<title>By: birdherder</title>
		<link>http://ask.metafilter.com/24445/NSPOSIXErrorDomain13-error-in-Safari#388122</link>	
		<description>When I had a similar error -- can&apos;t remember if it is exactly that one -- but it was because of a cruddy proxy server my ISP used. You may want to see if your ISP changed anything recently that would cause this issue.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.24445-388122</guid>
		<pubDate>Thu, 22 Sep 2005 22:27:21 -0800</pubDate>
		<dc:creator>birdherder</dc:creator>
	</item><item>
		<title>By: devilsbrigade</title>
		<link>http://ask.metafilter.com/24445/NSPOSIXErrorDomain13-error-in-Safari#388124</link>	
		<description>With a POSIX error, you&apos;re most likely looking system-side. If I had to make a random guess, I&apos;d say that somehow the sockets directory is protected and new sockets can&apos;t be made to try a DNS connection. Other utilities may give more info.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.24445-388124</guid>
		<pubDate>Thu, 22 Sep 2005 22:29:25 -0800</pubDate>
		<dc:creator>devilsbrigade</dc:creator>
	</item><item>
		<title>By: delmoi</title>
		<link>http://ask.metafilter.com/24445/NSPOSIXErrorDomain13-error-in-Safari#388129</link>	
		<description>Well, here&apos;s a list of posix errors on OSX (&lt;a href=&quot;http://developer.apple.com/documentation/Cocoa/Conceptual/ErrorHandlingCocoa/ErrorObjectsDomains/chapter_2_section_4.html&quot;&gt;link&lt;/a&gt;).  Not too much more info it just says that error 13 is &apos;access denyed&apos;.&lt;br&gt;
&lt;br&gt;
It dosn&apos;t seem like the &apos;domain&apos; here actualy refers to a DNS domain, but for what it&apos;s worth, the IP of www.apple.com is 17.112.152.32</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.24445-388129</guid>
		<pubDate>Thu, 22 Sep 2005 22:36:15 -0800</pubDate>
		<dc:creator>delmoi</dc:creator>
	</item><item>
		<title>By: delmoi</title>
		<link>http://ask.metafilter.com/24445/NSPOSIXErrorDomain13-error-in-Safari#388130</link>	
		<description>Ah, okay according to &lt;a href=&quot;http://developer.apple.com/documentation/Cocoa/Reference/Foundation/ObjC_classic/Classes/NSError.html&quot;&gt;this page&lt;/a&gt; the &quot;domain&quot; refers to the part of the operating system that&apos;s having problems (like POSIX, OS/9, Match, URL loading or Cocoa)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.24445-388130</guid>
		<pubDate>Thu, 22 Sep 2005 22:40:18 -0800</pubDate>
		<dc:creator>delmoi</dc:creator>
	</item><item>
		<title>By: sbutler</title>
		<link>http://ask.metafilter.com/24445/NSPOSIXErrorDomain13-error-in-Safari#388136</link>	
		<description>If you&apos;re running Console when this happens in Safari do you get any additional information?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.24445-388136</guid>
		<pubDate>Thu, 22 Sep 2005 23:03:47 -0800</pubDate>
		<dc:creator>sbutler</dc:creator>
	</item><item>
		<title>By: Rhomboid</title>
		<link>http://ask.metafilter.com/24445/NSPOSIXErrorDomain13-error-in-Safari#388141</link>	
		<description>You said you already repaired permissions, but double check the permissions on things like your cookies, cache, etc.  You might try clearing them out.  The error message is telling you that the program tried to create or open a file on your HD and the operation failed for some reason.  It&apos;s not network related.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.24445-388141</guid>
		<pubDate>Thu, 22 Sep 2005 23:30:51 -0800</pubDate>
		<dc:creator>Rhomboid</dc:creator>
	</item><item>
		<title>By: sbutler</title>
		<link>http://ask.metafilter.com/24445/NSPOSIXErrorDomain13-error-in-Safari#388419</link>	
		<description>Also, how much free space do you have on the drive?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.24445-388419</guid>
		<pubDate>Fri, 23 Sep 2005 13:49:37 -0800</pubDate>
		<dc:creator>sbutler</dc:creator>
	</item><item>
		<title>By: teem</title>
		<link>http://ask.metafilter.com/24445/NSPOSIXErrorDomain13-error-in-Safari#390248</link>	
		<description>Console doesn&apos;t give any additional information. I have 3.5gb free (80gb drive). Strangely, if I restart I am able to open any of the &quot;broken&quot; pages once before trying again throws up errors.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.24445-390248</guid>
		<pubDate>Tue, 27 Sep 2005 05:16:46 -0800</pubDate>
		<dc:creator>teem</dc:creator>
	</item>
	</channel>
</rss>
