<?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: My Ubuntu AFP server and the 1.5TB of Doom</title>
	<atom:link href="http://www.rchu.nl/2009/12/my-ubuntu-afp-server-and-the-1-5tb-of-doom/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rchu.nl/2009/12/my-ubuntu-afp-server-and-the-1-5tb-of-doom/</link>
	<description>My own little corner of the world wide web</description>
	<lastBuildDate>Sat, 28 Aug 2010 23:13:11 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bernard</title>
		<link>http://www.rchu.nl/2009/12/my-ubuntu-afp-server-and-the-1-5tb-of-doom/comment-page-1/#comment-36</link>
		<dc:creator>Bernard</dc:creator>
		<pubDate>Tue, 02 Feb 2010 20:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.rchu.nl/?p=407#comment-36</guid>
		<description>You can set permissions by adding an option to your AppleVolumes.default shares. Here&#039;s one I use:

/home/share/files &quot;Share&quot; allow:@share options:usedots,upriv volcharset:UTF8-MAC perm:0020

Make sure special permissions are set for the directories in your share:

sudo find /home/share/files -type d -exec chmod g+s  {} \;</description>
		<content:encoded><![CDATA[<p>You can set permissions by adding an option to your AppleVolumes.default shares. Here&#8217;s one I use:</p>
<p>/home/share/files &#8220;Share&#8221; allow:@share options:usedots,upriv volcharset:UTF8-MAC perm:0020</p>
<p>Make sure special permissions are set for the directories in your share:</p>
<p>sudo find /home/share/files -type d -exec chmod g+s  {} \;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iain</title>
		<link>http://www.rchu.nl/2009/12/my-ubuntu-afp-server-and-the-1-5tb-of-doom/comment-page-1/#comment-35</link>
		<dc:creator>Iain</dc:creator>
		<pubDate>Mon, 11 Jan 2010 17:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.rchu.nl/?p=407#comment-35</guid>
		<description>I originally download the source and ran
./configure
make
make install
thinking it would work, but it installed to the wrong location. Just before I tried what you&#039;d suggested, I thought I&#039;d try running the one I just installed from source.

/etc/init.d/netatalk stop
mv /usr/sbin/afpd /usr/sbin/afpd_2.0.4b
ln -s /usr/local/sbin/afpd /usr/sbin/afpd
mv /usr/local/etc/netatalk/AppleVolumes.default /usr/local/etc/netatalk/AppleVolumes.default_2.0.5
ln -s /etc/netatalk/AppleVolumes.default /usr/local/etc/netatalk/AppleVolumes.default
/etc/init.d/netatalk start

I got a starting up 2.0.5 message in my syslog, and it seems to be working OK. Not the most sensible way of installing, I&#039;m sure, but I don&#039;t think this way interferes with the Ubuntu packaged version, so when that is updated, I should be able to install it over the top.

I had TimeMachine working fine on 2.0.4b (wired), so I don&#039;t know what this version was supposed to add?</description>
		<content:encoded><![CDATA[<p>I originally download the source and ran<br />
./configure<br />
make<br />
make install<br />
thinking it would work, but it installed to the wrong location. Just before I tried what you&#8217;d suggested, I thought I&#8217;d try running the one I just installed from source.</p>
<p>/etc/init.d/netatalk stop<br />
mv /usr/sbin/afpd /usr/sbin/afpd_2.0.4b<br />
ln -s /usr/local/sbin/afpd /usr/sbin/afpd<br />
mv /usr/local/etc/netatalk/AppleVolumes.default /usr/local/etc/netatalk/AppleVolumes.default_2.0.5<br />
ln -s /etc/netatalk/AppleVolumes.default /usr/local/etc/netatalk/AppleVolumes.default<br />
/etc/init.d/netatalk start</p>
<p>I got a starting up 2.0.5 message in my syslog, and it seems to be working OK. Not the most sensible way of installing, I&#8217;m sure, but I don&#8217;t think this way interferes with the Ubuntu packaged version, so when that is updated, I should be able to install it over the top.</p>
<p>I had TimeMachine working fine on 2.0.4b (wired), so I don&#8217;t know what this version was supposed to add?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ronald</title>
		<link>http://www.rchu.nl/2009/12/my-ubuntu-afp-server-and-the-1-5tb-of-doom/comment-page-1/#comment-34</link>
		<dc:creator>ronald</dc:creator>
		<pubDate>Sun, 10 Jan 2010 12:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.rchu.nl/?p=407#comment-34</guid>
		<description>To give an detailed description I should have written all steps down as a performed them, but I basically:

* Removed the installed version of netatalk &lt;code&gt;sudo apt-get remove netatalk&lt;/code&gt;
* Downloaded  &lt;a href=&quot;http://packages.debian.org/sid/i386/netatalk/download&quot; rel=&quot;nofollow&quot;&gt;the 2.0.5 package from the debian website&lt;/a&gt;.
* Installed that package &lt;code&gt;sudo dpkg -i netatalk_2.0.5-2-i386.deb&lt;/code&gt;
* Downloaded some package netatalk depends on from the debian website (dpkg exited mentioning the exact name) and installed it.
* Installed netatalk, now successfully because all dependencies were met.

I considered writing a more detailed howto for this, but since it doesn&#039;t solve the reliability of backing up wirelessly it seemed somewhat unnecessary.</description>
		<content:encoded><![CDATA[<p>To give an detailed description I should have written all steps down as a performed them, but I basically:</p>
<p>* Removed the installed version of netatalk <code>sudo apt-get remove netatalk</code><br />
* Downloaded  <a href="http://packages.debian.org/sid/i386/netatalk/download" rel="nofollow">the 2.0.5 package from the debian website</a>.<br />
* Installed that package <code>sudo dpkg -i netatalk_2.0.5-2-i386.deb</code><br />
* Downloaded some package netatalk depends on from the debian website (dpkg exited mentioning the exact name) and installed it.<br />
* Installed netatalk, now successfully because all dependencies were met.</p>
<p>I considered writing a more detailed howto for this, but since it doesn&#8217;t solve the reliability of backing up wirelessly it seemed somewhat unnecessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iain</title>
		<link>http://www.rchu.nl/2009/12/my-ubuntu-afp-server-and-the-1-5tb-of-doom/comment-page-1/#comment-32</link>
		<dc:creator>Iain</dc:creator>
		<pubDate>Sat, 09 Jan 2010 22:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.rchu.nl/?p=407#comment-32</guid>
		<description>Please can you provide details of how to install version 2.0.5?

Thanks.</description>
		<content:encoded><![CDATA[<p>Please can you provide details of how to install version 2.0.5?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
