Aka csm10495 on kbin.social

  • 3 posts
  • 72 comments
Joined 3 years ago
Cake day: June 8th, 2023
  • I have a couple pis that run docker containers including pihole. The containers have their storage on a centralized share drive.

    I had a power outage and realized they can’t start if they happen to come up before the share drive PC is back up.

    How do people normally do their docker binds? Optimally I guess they would be local but sync/backup to the share drive regularly.

    Sort of related question: in docker compose I have restart always and yet if a container exits successfully or seemingly early in it’s process (like pihole) it doesn’t restart. Is there an easy way to still have them restart?

  • In what way? Anything on the public internet is likely being used for AI training. I guess by using free GitHub you can’t object to training.

    Then again anywhere you host you sort of run into the same problem. You can use robots.txt, but things don’t have to listen to it.

  • For something end-user facing: I could understand this argument.

    In this case they were more or less just calling a C function that had an unsigned long long as the parameter they were setting negative.

    The whole ‘bug’ was that the other side of the function call was seeing a positive number no matter what.

    The real situation was a bit more complicated, but that’s the gist.