Daniel Markstedt
Daniel Markstedt
Alpine Linux version 3.21 has now moved from Tracker to Localsearch (Gnome's rebranding of this technology). When installing the `localsearch` package, 962 MB of packages are installed on a headless...
As a side note, I learned today that Bloomberg actively maintains a [BerkeleyDB fork](https://github.com/bloomberg/comdb2/tree/main/berkdb) as the key store backend bundled with their in-house SQL database called comdb2. But it doesn't...
WIP branch: https://github.com/Netatalk/netatalk/tree/dgsga-cnid-sqlite
Two data points regarding obsolescence: - Alpine Linux flagged the bdb package as deprecated with v3.13.0 in 2023: https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.13.0 - Debian Linux flagged the db5.3 package as orphaned in 2023:...
This is NetBSD 9.3. It's best to test on NetBSD 10 as well.
No change in NetBSD 10.0 ``` [188/257] Linking target etc/afpd/afpd ld: etc/afpd/libafpd.a.p/quota.c.o: in function `getfsquota': /home/dmark/netatalk/build/../etc/afpd/quota.c:544: warning: warning: reference to compatibility quotactl(); include for correct reference ```
So this means NetBSD has gone in a radically different direction than the other BSDs (and Solaris-likes) with their SunRPC style quota implementation?
In Meson, you exclude a file from compilation by modifying the list of source file that you pass to the executable or library target. It could look like this in...
Reopening since the fix caused a severe regression https://github.com/Netatalk/netatalk/issues/1900
We have a user report now that there's a deadlock for them when connecting with System 7 clients with the latest code running on NetBSD. Disabling quota altogether made it...