Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)NB
Posts
0
Comments
332
Joined
2 yr. ago

  • Which part is speculative?

    You are trying to derive proof from "lack of proof", with which I unfortunately can't help, Senator McCarthy.

    What are you trying to signal by denying my claim that there are bots and trolls among the comments?

  • Read the comments in the Canada community on Lemmy World.

    We are talking about comments that are so obviously meant to provoke, stuff like "Your province never cared for you" instead of "man, I wish our government cared for us". This is an example of reading voice, but there are plenty of examples where the information is too well-formatted or has the signs of being crafted by an LLM.

    There are lots of tells, but by now it should occur to us that Canadians are being fed one line of bs, Americans another, eu yet another. All meant to divide us and put us at each others' throats.

    And at this point, it should be plain that information warfare is here to stay, so it doesn't matter who is behind it now, because it will be someone else in a year or two.

  • Side question, but where are you hearing this about incus?

    I'm wrapping up 9 years of using proxmox and I have very specific reasons for switching to incus, but I this is the third time I'm fielding questions in the last month about incus.

  • I think so.

    It is LXD + KVM, so way more and finer tune control on lxc instances. It can run OCI images as well, so for docker instances with only a few configs and no persistent storage, it is actually quite handy. For docker instances that need pretty complicated compose files, I just run docker inside an lxc for now, until I figure that out.

  • More incus:

    • mounting persistent storage into containers (cheating by exporting NFS from my proxmox zfs into the incus host.
    • wrote a pruning backup script for containers, runs daily, keeps last 7 days and the first of the month
    • passed through hardware (quicksync) into jellyfin container (it works!)
    • launched an OCI container (docker home assistant) natively in incus (this is a game-changer!)

    Next:

    • build 2nd incus node
    • move all containers from proxmox to incus
    • decom proxmox
    • setup Debian with NFS export
  • Permanently Deleted

    Jump
  • I just vi the systemd/system/fancyname.service files father than use systemd edit, but I think the result is the same.

    There are two configs you can add to the [service] directive:

    user=someuser

    This should allow you to run the service under the credentials of your choosing.

    Remember to systemctl daemon-reload after making changes to unit files.

  • Permanently Deleted

    Jump
  • That is not normal. I have much the same setup, sabnzbd, Plex, jellyfin, sonar, radar. They all run under a particular user and their /opt and /var/lib folders don't 'revert' to their old ownership and permissions.

    Either something is watching those folders and setting permissions, or some kind of immutability is in play, but permissions normally don't revert like that.