• 0 Posts
  • 29 Comments
Joined 10 months ago
cake
Cake day: August 15th, 2023

help-circle





  • I can’t remember all the details, but depending on the CPU you are running you may need some extra configuration on opnsense.

    There were a few issues, on my servers, running on older Intel Xeon CPUs, but I eventually fixed them adding proper flags to deal with different bugs.

    Other than that, running on a VM is really handy.




  • On nvidia, there are still too many edge cases involving Wayland that are just crippled. Orca slicer doesn’t work for me for example, you are completely missing any of the 3d accelerated graphics in there.

    On the other hand, the AMD 7x00 series have different kind of bugs, with ring0 errors leading to full resets.

    I think once nvidia drivers are squared out (the proprietary ones) it will be smooth sailing.


  • It is nice that you got it running, but when everything you end up doing is running services in low ports or needing specific IP address in different networks, rootless podman is just a PITA.

    In my case I have one pihole running on a docker container and another one that runs directly on a VM.

    Someone said before “what’s the point of running in a container”… Well, there really isn’t any measurable overhead and you have the benefit of having a very portable configuration.

    I do think the compromises one has to go through for podman rootless are not worth in this case, for me, not even the rootful worked properly (a few years ago), but this is a nice walkthrough for people wanting to understand more.










  • mb_@lemm.eetoProgrammer HumorNever again
    link
    fedilink
    arrow-up
    3
    ·
    4 months ago

    I have dealt with “only works in kubernetes” because developers couldn’t be bothered to make it even work on docker without all the hidden orchestration.

    So, instead of documentation, they just make the service work in that one specific environment.