• 1 Post
  • 408 Comments
Joined 2 years ago
cake
Cake day: June 23rd, 2023

help-circle





  • I had issues with Boxbuddy on Aurora, couldn’t get it to clone containers. Pinged the BB author, he said it was distro related and I’d agree since the same version worked on regular Fedora. Then I started having other issues with it just pausing doing standard things like opening files, sometimes for like 15 seconds. Generally it was slow as hell and I blew it out and went back to Fedora. This was maybe a couple weeks ago.

    I’m not really holding it against Aurora, but sure didn’t seem like it was ready to be used as a DD on that laptop yet.





  • I would try setting the size=0. AFAIK, you are expected to put a size in, but PM might be smart enough to derive the actual remaining size as correct. I’ve never come at this from behind like you are, I’ve always built my storage out directly into ZFS storage as I built the CTs.

    As to the storage questions, I’ve always done it as all nodes, but I also set up and name my pools exactly the same across all nodes, they are hardware alike. I don’t know what would happen if there wasn’t a pool named that in the other node, I would guess it would just fail out and that would mess up HA and probably replication.








  • So I run a debian server, it’s a shitty little i5 4th gen of some sort with 8GB of RAM. It runs BI in a docker of Windows using Dockur, as well as docker stacks for mosquitto and deepstack, and other containers for my solar array and inverters.

    I have BI AI pointing to the debian host machine’s IP with the port I used for deepstack container. This seems to be pretty good at object detection without any GPU and on a shitty little I3 processor that’s about a decade or more old.

    I use BI because Frigate and any other FOSS just don’t have anything approaching the usefulness and ease of setup of BI. I’d love if there were an alternative, because I fucking loathe having a Windows install in my network, even if it is running as a docker container. But that’s not the case, so I pay for BI and use some mitigations for having to deal with Windows.

    I can post the compose files if you think you might want to give this a try.