Search results

  1. ironborn65

    Netatalk 2.4.0 available

    will do
  2. ironborn65

    SCSI for Dummies Thread - How to properly use SCSI

    Hi @Realitystorm thanks for your contribution, I used your content very often, thank you so much. About the diagram, can I ask how it can address the cases where many SCSI devices are inside the Mac? Can it be taken into account?
  3. ironborn65

    ZuluSCSI 2 2040 Help w/ Mac Plus

    I would do a recap before any further test or reboot. I recommend it as a baseline with these machines before doing anything else
  4. ironborn65

    Macproxy v24.8 release and Docker image

    @slipperygrey Thanks, it works flawlessly
  5. ironborn65

    SE/30 bad SCSI bus?

    never trust the termination power, if you can hook an external PS the better ....
  6. ironborn65

    SE/30 bad SCSI bus?

    @CircuitBored , can u pls tell which version of BlueSCSI you have been using? thanks
  7. ironborn65

    Netatalk 2.4.0 available

    foreword: I'm not a linux/unix expert. https://en.wikipedia.org/wiki/Inotify Differently from Docker, I never used Inotify in my job, this is just a Google thing ;) I hope this helps, others here might have different ideas
  8. ironborn65

    Netatalk 2.4.0 available

    it's possible. You must install Docker daemon in the webmin container by mounting the Docker socket docker run -v /var/run/docker.sock:/var/run/docker.sock -it webmin-container-name then you can run docker commands from webmin like: docker kill --signal=SIGHUP netatalk-container-name (or id)...
  9. ironborn65

    CRT Yoke rev A vs rev B

    There are a couple of threads about this topic. https://68kmla.org/bb/index.php?threads/adapting-the-late-mac-classic-crt-yoke.46777/ https://68kmla.org/bb/index.php?threads/are-the-early-and-late-macintosh-classic-analog-boards-different.46814/ There is a common understanding that they are...
  10. ironborn65

    Netatalk 2.4.0 available

    @slipperygrey , for the first point, sharing a file via a volume, it can be something like this (the YAML example is not computable or complete): services: netatalk: container_name: netatalk2 image: netatalk/netatalk2:latest network_mode: "host" cap_add: - NET_ADMIN...
  11. ironborn65

    Netatalk 2.4.0 available

    Hi, I understand it's a matter of principles, so this is only my two pence. I prefer the docker-compose file because I have a single configuration file to maintain and backup. Since I have to modify the docker-compose YAML file for username, password and volume name, it's more convenient to...
  12. ironborn65

    Netatalk 2.4.0 available

    Hi @slipperygrey, thanks for maintaining this software. I've successfully installed Netatalk2 using docker in my Synology. I found it more convenient to use only the YAML composer without the Substitute parameter to the docker run. So I added the volume mapping as volumes: -...
  13. ironborn65

    I fried the ADB controller of a SE/30

    thanks you *all* guys!! My beloved Mac SE/30 is working, what a relief!!! I could not think clearly ... and I was not aware of the fuse with the form factor of a resistor. It's a great community, thank thanks again. And since you might be curious, here is the beast (Carrera040 + cache +...
  14. ironborn65

    I fried the ADB controller of a SE/30

    the opposite side of the capacitor had a -5V charge when I removed it when it was inserted on that side there was a 10V difference and a surge of charge passed through the fuse, inside->out this is what I thought, does it make sense?
  15. ironborn65

    I fried the ADB controller of a SE/30

    ... ok, take the popcorn, the soda, and enjoy the movie ;) ----------------------------------------------------- Once upon a time, there was an excited guy who wanted to assemble the 3rd Boole's card in his most loved SE/30. But he wanted to monitor the +5V rail. to see if the PSU was performing...
  16. ironborn65

    I fried the ADB controller of a SE/30

    Hi mates for the suggestion @Daniël. I took courage and I tested the F1 fuse. Indeed there is no continuity. Can I just temporarily bypass it for testing purposes and later replace it with a new one? thanks @croissantking for putting it in the right perspective... I'm too hard on myself ;)
  17. ironborn65

    I fried the ADB controller of a SE/30

    This is a very sad post that will show my dumbness, I really would like to be anonymous now. I was assembling my lovely SE/30 adding the Bolle's GreyCake card on top of the Carrera040 and the Ethernet card. It was all fine, until the last reboot before closing the case, when I did the dumbest...
  18. ironborn65

    SCSI to Ethernet Adapter on New Hardware

    right, "In a perfect world.." as someone said ;)
  19. ironborn65

    Partition Magic for SCSI emulated Macs?

    amazing! I'd need the extension installed in all the images I will use I will give it a try thanks
  20. ironborn65

    Partition Magic for SCSI emulated Macs?

    System picker is fine. Still, I need to assemble a single image file with different folders, this makes the file bigger and less manageable. Also creating a brand new image from Apple System Install is trickier if I then have to copy contents in a "master" image. I like to have a set of...
Back
Top