Works for me, server appears under network on my mac however when I click it it tells me something like: "Connection failed".
By the way, the name is the one from my rc.conf, not from /etc/netatalk/AppleVolumes.default
Any suggestions?
Search Criteria
Package Details: netatalk 4.0.5-1
Package Actions
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.21 |
First Submitted: | 2007-03-31 06:19 (UTC) |
Last Updated: | 2024-11-10 20:38 (UTC) |
Dependencies (26)
- acl (acl-gitAUR)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- db5.3
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libevent (libevent-gitAUR)
- libgcrypt
- libldap
- libxcrypt (libxcrypt-gitAUR)
- pam (pam-selinuxAUR)
- perl (perl-gitAUR)
- perl-net-dbus (perl-net-dbus-gitAUR)
- docbook-xsl (make)
- meson (meson-gitAUR) (make)
- unicode-character-database (make)
- avahi (optional) – Automatic service discovery support
- cracklib (optional) – Weak password detection
- krb5 (krb5-gitAUR) (optional) – Kerberos user authentication support
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR) (optional) – Network printer queues support
- libtirpc (optional) – Quota support
- libwrapAUR (optional) – TCP wrappers support
- localsearch (optional) – AFP Spotlight support
- mariadb-libs (mariadb-libs-gitAUR, libmysqlclient81AUR, libmysqlclient80AUR, libmysqlclientAUR, mariadb-lts-libs) (optional) – MySQL CNID backend support
- rpcsvc-proto (optional) – Quota support
- talloc (optional) – AFP Spotlight support
- tinysparql (optional) – AFP Spotlight support
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 Next › Last »
teek commented on 2012-03-06 15:11 (UTC)
karol_007 commented on 2012-01-22 13:00 (UTC)
Works for me, but
[karol@black netatalk]$ sudo rc.d start papd
:: Starting papd Daemon [DONE]
[karol@black netatalk]$ sudo rc.d stop papd
:: Stopping papd Daemon [BUSY] rm: cannot remove `/var/run/papd.pid': No such file or directory
[DONE]
The daemon starts and stops fine.
andrej84 commented on 2012-01-22 12:38 (UTC)
Well the problem was simply that they disabled appletalk by default, passing --enable-ddp makes it work again.
I also moved openssl and libgcrypt to optional dependencies, as they suggest in the official page
http://netatalk.sourceforge.net/2.2/htmldocs/installation.html
Please try it out now, if it works we can fix also the netatalk-git packet..
<deleted-account> commented on 2012-01-17 21:27 (UTC)
Version 2.2.2 is out now. Hope that version works better
andrej84 commented on 2012-01-14 21:54 (UTC)
Ah then they're both broken (maybe it's worth to notify also to the other one), ok if I can't figure out soon what's
happened I will downgrade to the previous versions which I'm sure was actually working..
karol_007 commented on 2012-01-14 21:52 (UTC)
I've tried netatalk-git and got the same results.
andrej84 commented on 2012-01-14 21:51 (UTC)
Actually you're right :O I think that the 2.2.1 is actually broken then, sorry for not noticing.
Maybe can you try the netatalk-git package to see if that works?
<deleted-account> commented on 2012-01-14 19:34 (UTC)
When i try to start atalkd i get the following error
./atalkd: line 12: /usr/sbin/atalkd: No such file or directory
And when i try to start papd i get the following error
./papd: line 10: /usr/sbin/papd: No such file or directory
And when I check those directories does not exist
Why?
What have I done wrong?
munkoil commented on 2011-11-07 13:16 (UTC)
Hi,
afpd.service is no longer needed since afpd is now auto registering itself to avahi. By the way, check out netatalk-git to compare the dependencies and so on.
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 makecnid_bdb
to re-create all db files after upgrade.