 by paulcrawford » Sun Jan 26, 2014 12:47 am
by paulcrawford » Sun Jan 26, 2014 12:47 am 
			
			Thanks for the link to Pacman Rosetta. Very interesting. 
And yes I did follow the wiki link to do the install. I tried to find afp.conf in the Raspbian SD card but could not find it. It is definitely not in the same location as in arch linux. This is what I am using in arch now:
$this->bbcode_second_pass_code('', ';
; Netatalk 3.x configuration file
;
[Global]
  mimic model     = Macmini
; mimic model = TimeCapsule6,106
; log level = default:warn
; log file = /var/log/afpd.log
; hosts allow = 10.0.1.0/16
[Homes]
 basedir regex = /home
')
When I try to login to the Raspberry Pi from my Mac in Finder (Cmd K) I get a dialog saying that it cannot connect. When I look at the syslog I see this error:
$this->bbcode_second_pass_code('', 'NetAuthSysAgent[982]: AFP error -5014 mapped to EIO
')
When I google "AFP error -5014" I get references only to "AFP error -5018" not "-5014".
When I look up the error code, I get -5014	afpMiscErr	AFP Misc error.
So in the end I don't know what to try next. Clearly there are no hardware issues because I just went back to my Raspbian SD card and it worked fine.
Thanks again.