Post #2421369
2026-04-28 11:51 UTC
Replies (2)
-
@theirongiant@hachyderm.io 2026-04-28 15:27
@pitz@mastodon.social - yes, I found all that. What wasn't clear is that I needed to install the -dev components separately on the Raspberry Pi platform. It wasn't sufficient to have the runtimes.
-
@theirongiant@hachyderm.io 2026-04-28 18:34
@pitz@mastodon.social - the issue was that afpd is reading from a config file in an unexpected location: instead of /etc/netatalk/afp.conf, it's /usr/local/etc/afp.conf. I'd love for someone to explain why that makes any sense, or where in any documentation for Netatalk or Raspbian I should have known to check for this. I only discovered it by accident when running "ps -ef" to check if the daemon was actually running. After wasting hours last night, to say that this pissed me off is an understatement.