Search results

  1. slipperygrey

    TIL: Apple shipped new IIgs machines with System 6.0

    From my own experience in the American tech industry, those “big picture” decisions do come fast and furious sometimes. I think Apple execs kept everyone oblivious it up until the last minute in case they want to change their minds. Killing off the IIGS without a successor was clearly the final...
  2. slipperygrey

    Netatalk 2.3.0 available

    I think the default icon originates with the AppleShare Client itself, not Netatalk. Netatalk 2.x has an afpd.conf option "-icon" (inversed as "-noicon") that gives you a custom Netatalk icon, namely the Netatalk mascot on a tray. :)
  3. slipperygrey

    Netatalk 2.3.0 available

    The Wikipedia article corroborates this... https://en.wikipedia.org/wiki/TOPS_(file_server) Now I understand the purpose of the LocalTalk ISA card for IBM PC that I have in a drawer here. :)
  4. slipperygrey

    Netatalk 2.3.0 available

    I would bet AFPVersion is compiled into the binary machine code, rather than stored in the resource fork... As NJRoadfan says, when you authenticate a client with Netatalk you will get messages like this in the log (note level): afpd[97] {auth.c:228} (note:AFPDaemon): Login by atalk (AFP2.2)...
  5. slipperygrey

    Netatalk 2.3.0 available

    I found some pretty strong evidence in the documentation for AppleShare IP 5.0, specifically the text file named "AppleShare Client 3.7 Read Me": And, just above that paragraph, the readme also spells out the official AppleShare client compatibility matrix: - System Software 7.5.0 or earlier...
  6. slipperygrey

    Netatalk 2.3.0 available

    According to Apple's AFP Programming Guide, AFP 2.2 was the version of the protocol that officially introduced AFP over TCP. The same source suggests that AFP 2.1 was rolled out to support System 7.0 specifically. The first AppleShare server version with System 7.0 support was AppleShare 3.0...
  7. slipperygrey

    Netatalk 2.3.0 available

    Yes, please! And I would also love a log from the error scenario when volsizelimit is unset, for comparison. Also, this troubleshooting thread is getting long in the tooth, so may I ask you to create an issue ticket in the GitHub tracker instead? https://github.com/Netatalk/netatalk/issues...
  8. slipperygrey

    Netatalk 2.3.0 available

    Cheers, this is more informative. Can you please remind me: Do you absolutely have to use limitsize and volsizelimit together? The two are operating on the same logic, and my reading of the code is that it may cause a mess under the hood (although it's hard to tell exactly what given its...
  9. slipperygrey

    Netatalk 2.3.0 available

    No, you need to set it to exactly what I wrote above: “debug” I have documented each environment variable thoroughly at the Docker Hub page for your reference: https://hub.docker.com/r/netatalk/netatalk2
  10. slipperygrey

    Netatalk 2.3.0 available

    Right, my apologies, I gave you bad information. There is a special environment variable that you need to use to set the log level: AFPD_LOGLEVEL Please set this variable to “debug” (without the quotes) and try again. Thanks!
  11. slipperygrey

    Netatalk 2.3.0 available

    Happy to help. If you look at https://hub.docker.com/r/netatalk/netatalk2 there's an example how to pass additional options to afpd via the AFPD_OPTIONS environment variable. If you set it to the following string you should start getting debug logs in the stdout of the docker container...
  12. slipperygrey

    Netatalk 2.3.0 available

    If you capture some debug level logs from the afpd process, there might be hints to what is going wrong in the log output.
  13. slipperygrey

    Have se/30 on internet—now what?

    If your NAS is running Netatalk 2, then yes. :) Have a look at https://hub.docker.com/r/netatalk/netatalk2
  14. slipperygrey

    Netatalk 2.3.0 available

    What versions of the AppleShare client are you using on those two systems? Can you try to upgrade to 3.7.4 or later?
  15. slipperygrey

    Netatalk 2.3.0 available

    @MacBrian You can try the "options:limitsize" AppleVolumes option, and see if that makes a difference. Older AppleShare clients made assumptions about shared volume size based on the file system limits in HFS which will wreak all sorts of havoc on file size calculations when too large numbers...
  16. slipperygrey

    Netatalk 2.3.0 available

    That TOC is really just a div with absolute positioning! The original author of this layout did a good job making a simple but effective design. The only major change I’ve made is to remove the original PHP code and instead create a custom Python script that builds all pages from html templates...
  17. slipperygrey

    Netatalk 2.3.0 available

    @Mk.558 The font size of body text has been set to 100% up from 80% across the site. Please let me know if this is easier on your eyes now. The font sizes on the top navbar and left rail menus are kept at the old 80% font size however, to not completely break the pixel perfect layout.
  18. slipperygrey

    Netatalk 2.3.0 available

    Thanks for the feedback on the text size. Let me try to tweak the CSS stylesheet a bit. The entire website structure and layout originates in the mid 2000s so it’s definitely optimized for old school screen resolutions and DPI.
  19. slipperygrey

    Netatalk 2.3.0 available

    @Mk.558 Regarding your draft, if I may provide feedback on two specific points you're making: 1. Netatalk 3.x irrelevancy Netatalk 3.x (and 2.x) can happily do Time Machine backups of APFS file systems. In fact, you get better transfer speeds than with Samba (which is one reason we still have...
  20. slipperygrey

    Netatalk 2.3.0 available

    @Mk.558 I've added descriptions of all packages on the wiki page now, and broke them down under mandatory/optional headings. Among the optional features, I personally would say Zeroconf (Avahi) / PAM / CUPS are very useful. If you have an older Debian system (v11 or earlier) you should also...
Back
Top