
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Codex &#187; afp</title>
	<atom:link href="http://www.codexsoftware.co.uk/blog/tag/afp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codexsoftware.co.uk/blog</link>
	<description>Computer topics and random rants!</description>
	<lastBuildDate>Wed, 07 Dec 2011 22:18:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Getting your Ubuntu server to show up in Finder on OS X</title>
		<link>http://www.codexsoftware.co.uk/blog/computers/getting-your-ubuntu-server-to-show-up-in-finder-on-os-x/</link>
		<comments>http://www.codexsoftware.co.uk/blog/computers/getting-your-ubuntu-server-to-show-up-in-finder-on-os-x/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 22:42:32 +0000</pubDate>
		<dc:creator>arcana</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[afp]]></category>
		<category><![CDATA[Avahi]]></category>
		<category><![CDATA[Bonjour]]></category>
		<category><![CDATA[Finder]]></category>
		<category><![CDATA[Netatalk]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.codexsoftware.co.uk/blog/?p=384</guid>
		<description><![CDATA[An easy guide to get your Ubuntu machine to show up in the Network window in Finder on your Mac without using Windows File Sharing.]]></description>
			<content:encoded><![CDATA[<p>I just found this easy guide to get my Ubuntu to show up in the Network window in Finder on my Mac.</p>
<p><a title="Permanent Link to How to get your Linux-based AFP server to show up correctly in Leopard’s new Finder" rel="bookmark" href="http://www.disgruntled-dutch.com/2007/general/how-to-get-your-linux-based-afp-server-to-show-up-correctly-in-leopards-new-finder">How to get your Linux-based AFP server to show up correctly in Leopard’s new Finder</a></p>
<p>My Linux server is running Ubuntu 10.10 and the steps I needed to get it working were slightly different, but generally easier since Netatalk seems to have come a long way since that blog post.</p>
<pre class="brush: plain; title: ; notranslate">
sudo -i
apt-get install netatalk
apt-get install avahi-daemon
cd /etc/avahi/services
wget http://www.disgruntled-dutch.com/media/afpd.service
service netatalk restart
service avahi-daemon restart
</pre>
<p>Worked for me <img src='http://www.codexsoftware.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Apparently you can even use the new Netatalk as a server for Time Machine!</p>
<p>If you&#8217;re on an older version of Ubuntu then you might get an error after installing netatalk like this<br />
<pre><pre>Starting Netatalk services (this will take a while): nbp_rgstr: Connection timed out
Can&#039;t register cctv:Workstation@*</pre></pre><br />
This can happen if you have any virtual network interfaces configured.  The solution is to tell netatalk which interface to use.  Just edit /etc/netatalk/atalkd.conf  to do so and add the network interface on a line by itself.  In my case I only want it to use eth0.</p>
<p>Unfortunately at this stage the system considers the netatalk installation to have failed.  I found that in order to make aptitude happy, I had to do this:</p>
<pre class="brush: plain; title: ; notranslate">
apt-get remove netatalk
apt-get install netatalk
</pre>
<p>The remove instruction still leaves your edited /etc/netatalk/atalkd.conf in place which netatalk uses upon installation.  Everything should work fine and aptitude should now stop moaning every time you use it.</p>
<p>Additionally you may want to disable AppleTalk, which (I think) only older Mac OS versions use.</p>
<pre class="brush: plain; title: ; notranslate">
ATALKD_RUN=no
PAPD_RUN=no
</pre>
<p>Then restart netatalk.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codexsoftware.co.uk/blog/computers/getting-your-ubuntu-server-to-show-up-in-finder-on-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dodgy OS X File Sharing</title>
		<link>http://www.codexsoftware.co.uk/blog/computers/mac/dodgy-os-x-file-sharing/</link>
		<comments>http://www.codexsoftware.co.uk/blog/computers/mac/dodgy-os-x-file-sharing/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 23:52:39 +0000</pubDate>
		<dc:creator>arcana</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[afp]]></category>
		<category><![CDATA[file sharing]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[smb]]></category>

		<guid isPermaLink="false">http://www.codexsoftware.co.uk/blog/?p=137</guid>
		<description><![CDATA[I&#8217;ve been pulling my hair out for the last hour, while trying to copy files from my iMac to my Macbook Pro across my network.  There&#8217;s nothing fancy about my network. There&#8217;s no internal firewalls or anything special. I was using my laptop and connecting to my iMac across the network and browsing through its [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been pulling my hair out for the last hour, while trying to copy files from my iMac to my Macbook Pro across my network.  <span id="more-137"></span>There&#8217;s nothing fancy about my network.  There&#8217;s no internal firewalls or anything special.</p>
<p>I was using my laptop and connecting to my iMac across the network and browsing through its files.  The connection would occasionally drop and it would sometimes show folder contents as empty when I knew for a fact they were not.  The option to share the screen would also disappear at random and occasionally the whole iMac would disappear from Finder.</p>
<p>Much cursing was done.</p>
<p>The problem turned out to have an odd solution.  I noticed it was connecting to the shares using the Windows smb protocol rather than AFP (Apple&#8217;s File Sharing Protocol) so I disabled smb on the iMac.  Now everything works fine.  At least until I try to access the iMac from Windows anyway&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codexsoftware.co.uk/blog/computers/mac/dodgy-os-x-file-sharing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

