Package Details: netatalk 4.0.8-1

Git Clone URL: https://aur.archlinux.org/netatalk.git (read-only, click to copy)
Package Base: netatalk
Description: Open-source implementation of the Apple Filing Protocol
Upstream URL: https://netatalk.io
Keywords: afp apple mac macos
Licenses: GPL-2.0-or-later
Conflicts: netatalk-ddp, netatalk2
Submitter: Snowman
Maintainer: denn
Last Packager: denn
Votes: 99
Popularity: 0.111372
First Submitted: 2007-03-31 06:19 (UTC)
Last Updated: 2024-12-10 23:51 (UTC)

Dependencies (26)

Required by (0)

Sources (1)

Pinned Comments

denn commented on 2024-10-07 09:59 (UTC) (edited on 2024-10-20 12:31 (UTC) by denn)

As version 4.0.0-1 switched to db5.3 as suggested by product documentation. This will make cnid_bdb to re-create all db files after upgrade.

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 25 Next › Last »

richjn commented on 2013-12-17 00:17 (UTC)

Ahh, I see Thanks for the explanation for libevent. Could python be an optdepends (to run afpstats) or is it required to build afpstats in the first place ? Richard

SJ_UnderWater commented on 2013-12-16 04:15 (UTC)

The idea is to use the pkg repository's libevent, not the included libevent, hence the dependency. As for python, it's required by the afpstats script.

richjn commented on 2013-12-15 20:37 (UTC)

Hi Thanks for the package, I just have a query / observation. 1) libevent is shown as a dependancy but the PKGBUILD has --with-libevent=no I tried without libevent installed and compile failed. It seems the normal --with-"option"=no convention does not work here where a --disable-libevent does and compile then works fine without libevent. 2) I probably haven't researched enough so excuse me if I'm missing the obvious but why the need for python ? it compiles and runs fine here without python. Regards Richard

freswa commented on 2013-07-17 14:33 (UTC)

Just had to restart whole server because of kernelchanges. It is working now - strange since I already restarted the services...

SJ_UnderWater commented on 2013-07-17 03:57 (UTC)

I suggest you check to make sure any mDNS service can be broadcast first, check the avahi documentation. Otherwise you will have to increase the logging level and look for errors. The hostname shouldn't be added as a prefix to the service name, that's incorrect, besides the fact that service names must begin with an underscore "_"

freswa commented on 2013-07-16 12:43 (UTC)

heimdall is the hostname of that server. But don't know where the _ is coming from...? Made all settings following the Wikipage.

SJ_UnderWater commented on 2013-07-16 05:11 (UTC)

how are you getting the heimdall_ prefix? that doesn't look correct. did you try turning up the verbosity to see where it's coming from?

freswa commented on 2013-07-15 14:42 (UTC)

Cant connect to netatalk while getting this log entries: Jul 15 16:34:41.792684 afpd[26005] {afp_mdns.c:92} (E:AFPDaemon): Failed to register mDNS service: heimdall_afpovertcp._tcp.: code=-65537 message repeated 2 times Jul 15 16:34:41.792769 afpd[26005] {afp_mdns.c:92} (E:AFPDaemon): Failed to register mDNS service: heimdall_device-info._tcp.: code=-65537 message repeated 2 times Help appreciated

SJ_UnderWater commented on 2013-06-28 18:58 (UTC)

pkg-config is a memeber of base-devel, see https://wiki.archlinux.org/index.php/PKGBUILD#makedepends