On Fri, 22 Dec 2023 12:39:21 -0700
Charles Curley <charlescur...@charlescurley.com> wrote:

> On upgrading from bullseye to bookwork, my netatalk installation has
> been nuked. The bullseye package (3.1.12~ds-8+deb11u1) is still
> present but no daemon is running nor is my Mac making backups to the
> server.
> 
> Is there a known fix or workaround for this?

The reason there was no daemon running is that during the upgrade the
netatalk package was removed, but not purged.

I was able to build from source per the instructions at
https://netatalk.sourceforge.io/3.1/htmldocs/intro.html et seq.,
starting with "git clone https://github.com/Netatalk/netatalk.git";.

One gotcha is that the libtools package does not provide libtools. It
provides libtoolize. The package libtool-bin provides libtool.

All in all, I had to install the following:

apt install libtool-bin libgcrypt20-dev libdb-dev libevent-dev \
ibavahi-core-dev libavahi-compat-libdnssd-dev

And my Mac reports a successful backup.

Folks with more complicated setups may require other packages.

You may also find this page useful:
https://github.com/Netatalk/netatalk/wiki/Installing-Netatalk-3-on-Debian-and-Ubuntu

-- 
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/

Reply via email to