IINM the RPi 3 series has a 64 bit CPU. You should be using the 64 bit version of the OS.
...but for some bizarre reason, Docker Engine only supports 32 bit RPi OS. So it might not be the best choice for your setup after all.
Due some time later this year, the next major RPi OS release is...
If you start a new GitHub Discussions thread, we can try a little troubleshooting again, if you like.
I bet the "DDP/IP situation" referred to the now-removed IPDDP Linux kernel module. It conflicted with macipgw operation.
Please remind me: Were you able to get around to trying a more recent FTP client (late 90s-ish) that can do passive mode? I don't think it's feasible to use active FTP over a NAT'ed bridge, but passive FTP should theoretically work fine.
@Mk.558 It's worth calling out that two features that you requested are in the 4.1.0 release version.
Namely, a macipgw.conf configuration file. And, the new tabbed interface in the Webmin module.
Check the updated macipgw manual page for an example of the configuration file. This allows you...
These improvements to macOS interoperability are included in netatalk 4.1.0 which I tagged and released moments ago.
Check out the release notes and grab the tarballs at: https://github.com/Netatalk/netatalk/releases/tag/netatalk-4-1-0
This version will trickle downstream to Homebrew and...
In the next revision of the Homebrew formula, I'm looking to replace mysql with mariadb, which is significantly lighter (as in, less disk space and much quicker to install.)
@mactjaap This is on your Monterey Mac? Did you do anything special to make it work?
@NJRoadfan I was on the fence about whether to have mysql as a dependency or not. The formula is noticeably heavy to install even on a 2019 MacBook Air. I might look into making it an optional dependency in a...
If the compilation hasn't completed after 24h on your Monterey Mac, I would suspect that the system is running out of memory and clang gets starved and stalls. I've seen that happen on f.e. Raspberry Pis when you try to compile software with too many concurrent threads. You could try shutting...
@mactjaap Do you get any errors when you run "brew doctor"?
Like the error message says, there's a permissions issue on that Cellar subdir. You can try running "sudo chmod -R 775 /usr/local/Cellar/libunistring"
Good news: netatalk 4 is now available as a Homebrew formula for macOS (and Linux, for you weirdos who use brew on Linux)
If you have brew installed already, just do:
brew update
brew install netatalk
sudo brew services start netatalk
If you're using an Intel Mac, this should work out of the...
There is no AppleTalk userland stack available today, to my best knowledge. If you search these forums you will find that it has been attempted, however. I think it's absolutely feasible.
BTW, I agree that getting rid of the AppleTalk transport layer amounted to throwing out the baby with the...
This was an epic thread to follow. Great job both of you! I'm excited about NetBSD compatibility for TashRouter. It's worthwhile breaking out of the Linux monoculture every once in a while. :)
Great sleuthing work! Hopefully the commented out code was because no one had bothered to test it on aarch64…
May I ask you to add a section to the NetBSD wiki page with a summary of your findings?
https://github.com/Netatalk/netatalk/wiki/Installing-Netatalk-on-NetBSD
It would be a handy...
It’s definitely concerning that Red Hat, FreeBSD and OpenBSD all made the explicit decision to remove old network stacks. From their perspective I understand the rationale (removing potential attack vectors) but it’s sad nonetheless.
@robin-fo you're our only hope! 💪
@thecloud Looking at your terminal logs, I get the impression that this is an arm64 system. My immediate guess would be that the appletalk kernel module hasn't gotten ported to this architecture.
I spun up my amd64 VM with NetBSD 10.0 here and could confirm that atalkd boots up happily (4.0.8...
@robin-fo Version 4.0.8 is tagged now, that contains the build system fix for not linking with LDAP.framework, if Homebrew openldap is available.
https://netatalk.io/4.0/ReleaseNotes4.0.8
The recommended Homebrew packages are dynamically kept up to date in the manual...
This seems to do the trick. If the Homebrew openldap library is present, it will be used by default now.
https://github.com/Netatalk/netatalk/pull/1792
Eventually, I want to remove the "OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES" workaround from the netatalkd script, but not in the stable 4.0...
Look at that, Apple’s docs corroborate this assertion. (Table A-1)
https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/OSX_Technology_Overview/SystemFrameworks/SystemFrameworks.html
Good thing we had this conversation! Let me tweak the build system to favor openldap on...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.