Search results

  1. slipperygrey

    What to put on a Raspberry Pi 3 to act as an intermediary for classic Mac OS to print to a modern Laser printer

    I also get a lot of utility out of the AFP server so I always leave it running, too. But if you don’t need it, you can save computing resources and reduce the attack surface of your server by disabling it.
  2. slipperygrey

    What to put on a Raspberry Pi 3 to act as an intermediary for classic Mac OS to print to a modern Laser printer

    With the Docker image right now? No. But if you file a feature request I can make it happen in the next release. https://github.com/Netatalk/netatalk/issues/new/choose In fact, I’m hard at work packaging netatalk4 for Debian right now. And one of my goals is to construct atomic packages for...
  3. slipperygrey

    What to put on a Raspberry Pi 3 to act as an intermediary for classic Mac OS to print to a modern Laser printer

    I also like to call out that we distribute ready-to-use Docker images over at Docker Hub. As an added boon, we automatically prepend the "cupsautoadd" line to papd.conf in the entry point script which enables CUPS printing out of the box. https://hub.docker.com/r/netatalk/netatalk It has never...
  4. slipperygrey

    NetBoot OS 9 from a Modern Linux Server

    This is wild! I was asking around about this very thing only a few days ago, based on memories of Macs being netbooted back in the days. I was (obviously) curious if AFP was involved somehow. You are doing important work in documenting and demonstrating how this can be achieved. One convenient...
  5. slipperygrey

    Netatalk 4.0 - Future-proofing Apple File Sharing

    @mactjaap Please let us know if you get stuck! These are good resources for building netatalk from source: https://github.com/Netatalk/netatalk/blob/netatalk-4-0-0/INSTALL.md https://netatalk.io/stable/htmldocs/compile
  6. slipperygrey

    Netatalk 4.0 - Future-proofing Apple File Sharing

    4.0.0 is out now! https://github.com/Netatalk/netatalk/releases/tag/netatalk-4-0-0 If you are a brave early adopter, why don't you take it for a spin today? :)
  7. slipperygrey

    Netatalk 4.0 - Future-proofing Apple File Sharing

    A quick heads-up that the macipgw PR has been merged into the main branch now. The addition of a config file is tracked in a separate ticket. If you find any bugs please let us know!
  8. slipperygrey

    Netatalk 4.0 - Future-proofing Apple File Sharing

    Do you have resources you could share for people to follow along and reproduce the NATed subnet for macipgw? Maybe that shell script you wrote is the best reference right now?
  9. slipperygrey

    LocalTalk PC Card APDA manual scanned

    Thanks for sharing! I happen to have one of these LocalTalk ISA cards by Apple, so this will come in handy one day when I pick up a compatible PC...
  10. slipperygrey

    Netatalk 4.0 - Future-proofing Apple File Sharing

    macipgw presently has 6 parameters (one of them a debug flag) which is right about the threshold where a config file makes sense in my mind. And in general, separating daemon configuration from its init script is arguably preferable. The caveat with regards to macipgw is that is also requires...
  11. slipperygrey

    Netatalk 4.0 - Future-proofing Apple File Sharing

    You should expect macipgw to behave just like you're used to. I simply merged all relevant patches from the netatalk-classic and Jason King forks. They made the code more robust and 64-bit safe. What do you mean by having many ways to activate it? Many ways to build the code, or many ways to...
  12. slipperygrey

    Netatalk 4.0 - Future-proofing Apple File Sharing

    It is also my understanding that forking as a design decision is outdated, and that threads are superior in this era of multi-core CPUs. This is something that has indeed been on my mind ever since Apple started enforcing their anti-fork policy in Sonoma. (Bypassing the policy is not a hack per...
  13. slipperygrey

    Netatalk 4.0 - Future-proofing Apple File Sharing

    @Mk.558 Would you be able to test a macipgw integrated with netatalk? I have started a PR here and got as far as building it and starting the binary to confirm that it doesn't segfault. But this is as far as I could get before bed this evening. :) If you could build this and make sure nothing...
  14. slipperygrey

    Netatalk 4.0 - Future-proofing Apple File Sharing

    Netatalk 4.0.0 beta is available as a Docker image now. It comes with all the best parts of the 3.x release series, and the 2.x release series that you all know and love! https://hub.docker.com/r/netatalk/netatalk If you have a host computer with an AppleTalk network stack (Linux or NetBSD)...
  15. slipperygrey

    Netatalk 4.0 - Future-proofing Apple File Sharing

    Aren't snaps used only for Ubuntu's customized GUI applications, with the the core system packages remaining Debian debs? I guess I don't know your precise usecase. Anyhow, the "correct" upgrade path for you is Debian Bookworm. Guaranteed no shenanigans. ;) A virtual machine would definitely do...
  16. slipperygrey

    Netatalk 4.0 - Future-proofing Apple File Sharing

    @shirsch Do you have Docker Engine on your Ubuntu 18.04 system by any chance? Or would be open to installing it? By running netatalk in a Docker container you would bypass any troublesome software dependency caused by your aging OS.
  17. slipperygrey

    Netatalk 4.0 - Future-proofing Apple File Sharing

    @NJRoadfan I filed https://github.com/Netatalk/netatalk/issues/1448 Do you have a lead on how to fix it?
  18. slipperygrey

    Netatalk 2.4.0 available

    Thank you! At a related note: Netatalk 2.4.8 is available. I have not been announcing the last few releases here on the forums, because they were strictly addressing issues in the build system and packaging. However, this last one is a security release, specifically for the bundled WolfSSL...
  19. slipperygrey

    Netatalk 2.4.0 available

    @ironborn65 Late response. Apologies. :) So this is all good stuff. Will definitely take some development work but I can see the potential benefit for Docker users. May I ask you to create an issue ticket over at the GitHub project so that it can be tracked?
  20. slipperygrey

    Netatalk 4.0 - Future-proofing Apple File Sharing

    For all you Webmin fans, I took a few hours today to update the Webmin module to support AppleTalk and the added options (so far) in 4.0.0dev. It turned out really nicely.
Back
Top