<?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: /tmp on OS X</title>
	<atom:link href="http://jamesreubenknowles.com/tmp-on-os-x-725/feed" rel="self" type="application/rss+xml" />
	<link>http://jamesreubenknowles.com/tmp-on-os-x-725</link>
	<description></description>
	<lastBuildDate>Fri, 27 Apr 2012 20:32:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: James Reuben Knowles</title>
		<link>http://jamesreubenknowles.com/tmp-on-os-x-725/comment-page-1#comment-2022</link>
		<dc:creator>James Reuben Knowles</dc:creator>
		<pubDate>Mon, 11 Apr 2011 04:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://jamesreubenknowles.com/?p=725#comment-2022</guid>
		<description>Sid, 

Ouch! That sounds nasty. It sounds like something got corrupted somewhere. Unfortunately it sounds like something completely different than what this blog post is about, and I&#039;m not sure what might be the matter, off hand. 

I&#039;d try the Apple forums for starters. If you have your install disks still, you can try doing a recovery also. 

I wish I could be more helpful. Mysterious errors that defy Google happen. Regardless, I wish you my sincere wishes for a speedy resolution.</description>
		<content:encoded><![CDATA[<p>Sid, </p>
<p>Ouch! That sounds nasty. It sounds like something got corrupted somewhere. Unfortunately it sounds like something completely different than what this blog post is about, and I&#8217;m not sure what might be the matter, off hand. </p>
<p>I&#8217;d try the Apple forums for starters. If you have your install disks still, you can try doing a recovery also. </p>
<p>I wish I could be more helpful. Mysterious errors that defy Google happen. Regardless, I wish you my sincere wishes for a speedy resolution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sid</title>
		<link>http://jamesreubenknowles.com/tmp-on-os-x-725/comment-page-1#comment-2020</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Sun, 10 Apr 2011 05:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://jamesreubenknowles.com/?p=725#comment-2020</guid>
		<description>James, on my iMac, there is an issue related to NSTemporaryDirectory. The issue reads something like this:

&quot;Could not get Darwin_user_dir, falling back to NSTemporaryDirectory()&quot; 

Because of this, I couldn&#039;t run the Mac OS. I am frustrated, and have no clue whatsoever on how to fix this. Any help?</description>
		<content:encoded><![CDATA[<p>James, on my iMac, there is an issue related to NSTemporaryDirectory. The issue reads something like this:</p>
<p>&#8220;Could not get Darwin_user_dir, falling back to NSTemporaryDirectory()&#8221; </p>
<p>Because of this, I couldn&#8217;t run the Mac OS. I am frustrated, and have no clue whatsoever on how to fix this. Any help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Reuben Knowles</title>
		<link>http://jamesreubenknowles.com/tmp-on-os-x-725/comment-page-1#comment-207</link>
		<dc:creator>James Reuben Knowles</dc:creator>
		<pubDate>Thu, 30 Jul 2009 17:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://jamesreubenknowles.com/?p=725#comment-207</guid>
		<description>&quot;Once found out the hard way /tmp should not be a mount point on /&quot;

You, too, eh? War story time. :) 

I haven&#039;t dug into system internals enough to know if there&#039;s a simple way to tell OS X to use a separate partition for temp directories. 

Interestingly, /etc /tmp and /var are all symlinks into /private, which appears to be marked with extended attributes. I don&#039;t know enough about BSD-specific intricacies to know what&#039;s going on, but the per-user configurability make me suspect that &lt;a target=&quot;_blank&quot; href=&quot;http://rentzsch.com/macosx/unionFilesystems&quot; rel=&quot;nofollow&quot;&gt;union filesystem&lt;/a&gt; features may be used --- but that&#039;s pure speculation.</description>
		<content:encoded><![CDATA[<p>&#8220;Once found out the hard way /tmp should not be a mount point on /&#8221;</p>
<p>You, too, eh? War story time. <img src='http://jamesreubenknowles.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>I haven&#8217;t dug into system internals enough to know if there&#8217;s a simple way to tell OS X to use a separate partition for temp directories. </p>
<p>Interestingly, /etc /tmp and /var are all symlinks into /private, which appears to be marked with extended attributes. I don&#8217;t know enough about BSD-specific intricacies to know what&#8217;s going on, but the per-user configurability make me suspect that <a target="_blank" href="http://rentzsch.com/macosx/unionFilesystems" rel="nofollow">union filesystem</a> features may be used &#8212; but that&#8217;s pure speculation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harley Pebley</title>
		<link>http://jamesreubenknowles.com/tmp-on-os-x-725/comment-page-1#comment-206</link>
		<dc:creator>Harley Pebley</dc:creator>
		<pubDate>Thu, 30 Jul 2009 13:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://jamesreubenknowles.com/?p=725#comment-206</guid>
		<description>That&#039;s cool that each user has their own /tmp space. Hope as sys admin you can specify where it is (like /home). Once found out the hard way /tmp should not be a mount point on / (the default, at least on the dist I was on). Since then I always give it its own partition.</description>
		<content:encoded><![CDATA[<p>That&#8217;s cool that each user has their own /tmp space. Hope as sys admin you can specify where it is (like /home). Once found out the hard way /tmp should not be a mount point on / (the default, at least on the dist I was on). Since then I always give it its own partition.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

