<?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: This volume does not support symlinks</title>
	<atom:link href="http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/feed/" rel="self" type="application/rss+xml" />
	<link>http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/</link>
	<description>Tony Perrie&#039;s Weblog</description>
	<lastBuildDate>Sun, 15 Jan 2012 20:31:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bhuvana</title>
		<link>http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/comment-page-1/#comment-301894</link>
		<dc:creator>Bhuvana</dc:creator>
		<pubDate>Mon, 09 Mar 2009 19:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/#comment-301894</guid>
		<description>Hi...I was running into the same issue and the suggested fix worked great!! Thanks for sharing. I was wondering if you could tell me what I need to change if I am installing fink for &quot;all users&quot;.</description>
		<content:encoded><![CDATA[<p>Hi&#8230;I was running into the same issue and the suggested fix worked great!! Thanks for sharing. I was wondering if you could tell me what I need to change if I am installing fink for &#8220;all users&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caite</title>
		<link>http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/comment-page-1/#comment-292183</link>
		<dc:creator>Caite</dc:creator>
		<pubDate>Mon, 23 Feb 2009 23:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/#comment-292183</guid>
		<description>Thank you. This was still helpful! One of these days they&#039;ll actually fix it.</description>
		<content:encoded><![CDATA[<p>Thank you. This was still helpful! One of these days they&#8217;ll actually fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alephsmith</title>
		<link>http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/comment-page-1/#comment-205525</link>
		<dc:creator>alephsmith</dc:creator>
		<pubDate>Mon, 08 Sep 2008 01:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/#comment-205525</guid>
		<description>I am so glad that I stumbled across this page. I could not for the life of me figure out why I was getting these permission errors, considering I was using the only (admin) account on my computer.

Thanks!</description>
		<content:encoded><![CDATA[<p>I am so glad that I stumbled across this page. I could not for the life of me figure out why I was getting these permission errors, considering I was using the only (admin) account on my computer.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/comment-page-1/#comment-177748</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Fri, 01 Aug 2008 02:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/#comment-177748</guid>
		<description>@atamar it used to be capitalized on Tiger.  Thanks for the update though.</description>
		<content:encoded><![CDATA[<p>@atamar it used to be capitalized on Tiger.  Thanks for the update though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: atamar</title>
		<link>http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/comment-page-1/#comment-177064</link>
		<dc:creator>atamar</dc:creator>
		<pubDate>Thu, 31 Jul 2008 09:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/#comment-177064</guid>
		<description>Installing fink on OS X 10.5 now (2008-07-31), and I still get the same problem. Running installer manually worked, but note that the name is uncapitalized:

&gt; installer -pkg ...

Thanks!</description>
		<content:encoded><![CDATA[<p>Installing fink on OS X 10.5 now (2008-07-31), and I still get the same problem. Running installer manually worked, but note that the name is uncapitalized:</p>
<p>&gt; installer -pkg &#8230;</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/comment-page-1/#comment-45</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Tue, 14 Mar 2006 14:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/#comment-45</guid>
		<description>&gt; Blame Apple’s Installer.app…authentication only happens *after* the test-script hooks are called. If a test runs (and fails) after authentication, there is no decent facility for an error message.

I don&#039;t get why this is an Apple installer problem. Regardless of when it runs, the test-script itself is something the developers provide, is it not? If you want to test for symlinks, just do the test in /tmp.  Touch a name, symlink it to another name, test for success with ls. It seems like a bug to be trying to write to a directory before you *know* you will be authorized to do so.</description>
		<content:encoded><![CDATA[<p>&gt; Blame Apple’s Installer.app…authentication only happens *after* the test-script hooks are called. If a test runs (and fails) after authentication, there is no decent facility for an error message.</p>
<p>I don&#8217;t get why this is an Apple installer problem. Regardless of when it runs, the test-script itself is something the developers provide, is it not? If you want to test for symlinks, just do the test in /tmp.  Touch a name, symlink it to another name, test for success with ls. It seems like a bug to be trying to write to a directory before you *know* you will be authorized to do so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fink Folk</title>
		<link>http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/comment-page-1/#comment-44</link>
		<dc:creator>Fink Folk</dc:creator>
		<pubDate>Tue, 14 Mar 2006 00:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/#comment-44</guid>
		<description>Blame Apple&#039;s Installer.app...authentication only happens *after* the test-script hooks are called. If a test runs (and fails) after authentication, there is no decent facility for an error message.</description>
		<content:encoded><![CDATA[<p>Blame Apple&#8217;s Installer.app&#8230;authentication only happens *after* the test-script hooks are called. If a test runs (and fails) after authentication, there is no decent facility for an error message.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Bob</title>
		<link>http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/comment-page-1/#comment-43</link>
		<dc:creator>Jim Bob</dc:creator>
		<pubDate>Thu, 09 Mar 2006 22:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/#comment-43</guid>
		<description>You do not need to be an admin in the OS X sense, just need to have your name in the /etc/sudoers file to use sudo.  Checkout the man page for visudo</description>
		<content:encoded><![CDATA[<p>You do not need to be an admin in the OS X sense, just need to have your name in the /etc/sudoers file to use sudo.  Checkout the man page for visudo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Pitt</title>
		<link>http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/comment-page-1/#comment-40</link>
		<dc:creator>Rob Pitt</dc:creator>
		<pubDate>Sat, 25 Feb 2006 10:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/#comment-40</guid>
		<description>Also it&#039;s worth noting that the guy Involution guy is using &quot;sudo&quot; so his user where he is typing this must be an admin? On my machine I have to become an admin user first via su to use sudo in this fashion (as it happens I keep a root window open on OS X with my normal user, avoiding the need for sudo at all).</description>
		<content:encoded><![CDATA[<p>Also it&#8217;s worth noting that the guy Involution guy is using &#8220;sudo&#8221; so his user where he is typing this must be an admin? On my machine I have to become an admin user first via su to use sudo in this fashion (as it happens I keep a root window open on OS X with my normal user, avoiding the need for sudo at all).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Pitt</title>
		<link>http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/comment-page-1/#comment-39</link>
		<dc:creator>Rob Pitt</dc:creator>
		<pubDate>Sat, 25 Feb 2006 10:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/#comment-39</guid>
		<description>Thank you Involution admin for this tip it solved my problem in only 20 seconds after I had started to google. I guessed this was something to do with my user not being admin (what else would create what was clearly a permissions error since I know full well I can make symlinks?) It saved me the trouble of examining the process table :D

It&#039;s completley unacceptable that the Fink people do not allow their installer to authenticate to an administrator user just like every other installer I&#039;ve ever used does. Shame on you Fink people for being lame newbies, go back to debian!</description>
		<content:encoded><![CDATA[<p>Thank you Involution admin for this tip it solved my problem in only 20 seconds after I had started to google. I guessed this was something to do with my user not being admin (what else would create what was clearly a permissions error since I know full well I can make symlinks?) It saved me the trouble of examining the process table :D</p>
<p>It&#8217;s completley unacceptable that the Fink people do not allow their installer to authenticate to an administrator user just like every other installer I&#8217;ve ever used does. Shame on you Fink people for being lame newbies, go back to debian!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/comment-page-1/#comment-12</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Tue, 22 Nov 2005 23:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/#comment-12</guid>
		<description>I tried that first, and guess what?  It didn&#039;t work.  How&#039;s about fixing the installer instead of proving why you&#039;re not wrong?</description>
		<content:encoded><![CDATA[<p>I tried that first, and guess what?  It didn&#8217;t work.  How&#8217;s about fixing the installer instead of proving why you&#8217;re not wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pim Rupert</title>
		<link>http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/comment-page-1/#comment-11</link>
		<dc:creator>Pim Rupert</dc:creator>
		<pubDate>Tue, 22 Nov 2005 22:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2005/11/18/this-volume-does-not-support-symlinks/#comment-11</guid>
		<description>From http://fink.sourceforge.net/faq/usage-fink.php?phpLang=en#non-admin-installer

Q5.34: I can&#039;t install Fink via the Installer package, because I get &quot;volume doesn&#039;t support symlinks&quot; errors.

A: This message commonly means that you&#039;ve tried to run the Fink installer as user who doesn&#039;t have administrative privileges. Make sure to log in at the login screen as such a user or switch to such a user in the Finder (i.e. fast user switching) before starting the Fink installer.

If you&#039;re having trouble even when using an admin account, then it&#039;s likely a problem with the permissions on your top-level directory. Use Apple&#039;s Disk Utility, select the hard drive in question, choose the First Aid tab, and press Repair Disk Permissions.</description>
		<content:encoded><![CDATA[<p>From <a href="http://fink.sourceforge.net/faq/usage-fink.php?phpLang=en#non-admin-installer" rel="nofollow">http://fink.sourceforge.net/faq/usage-fink.php?phpLang=en#non-admin-installer</a></p>
<p>Q5.34: I can&#8217;t install Fink via the Installer package, because I get &#8220;volume doesn&#8217;t support symlinks&#8221; errors.</p>
<p>A: This message commonly means that you&#8217;ve tried to run the Fink installer as user who doesn&#8217;t have administrative privileges. Make sure to log in at the login screen as such a user or switch to such a user in the Finder (i.e. fast user switching) before starting the Fink installer.</p>
<p>If you&#8217;re having trouble even when using an admin account, then it&#8217;s likely a problem with the permissions on your top-level directory. Use Apple&#8217;s Disk Utility, select the hard drive in question, choose the First Aid tab, and press Repair Disk Permissions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

