RFT: netatalk-2.1
Stefan Bethke
stb at lassitu.de
Sun May 30 14:42:46 UTC 2010
Am 28.05.2010 um 08:27 schrieb Stefan Bethke:
> Am 22.05.2010 um 19:08 schrieb Stefan Bethke:
>
>> Hi,
>>
>> I'm working on updating the net/netatalk port from 2.0.5 to 2.1. You can find the most current version of my work at http://www.lassitu.de/freebsd/netatalk/
>>
>> Initial testing looks promising. There's one outstanding issue: upgrading from 2.0.5 to 2.1 appears to fail because of the wrong order of include paths. You can work around this by deinstalling 2.0.5 before building the new version.
>>
>> This work is also being tracked in PR#146576.
>
> I've uploaded new version which I believe to be committable: http://www.lassitu.de/freebsd/netatalk/netatalk_2.1.1-1.tar.bz2
>
> I have not tested Kerberos support since I'm lacking the environment.
>
> If your system has IPv6 configured, you will need to configure a server each for IPv4 and IPv6. Note that both afpd and cnid_metad will by default bind to IPv6 addresses.
>
The newest tarball 2.1.1-2 contains a patch to fix a segfault when having more than one afpd configured, thanks to Frank Lahm.
To have afpd listen to both IPv4 and IPv6, you need to either have two server entries in afpd.conf, i.e.:
- -tcp -noddp -ipaddr 0.0.0.0 -unixcodepage UTF8 -signature user:freebsd8 -cnid_server ::1
"ipv6" -tcp -noddp -ipaddr :: -unixcodepage UTF8 -signature user:freebsd8 -cnid_server ::1
or set the sysctl net.inet6.ip6.v6only=0. Note that the latter might have negative security implications.
Stefan
--
Stefan Bethke <stb at lassitu.de> Fon +49 151 14070811
More information about the freebsd-ports
mailing list