!VhzbGHamdfMiGxpXyg:robins.wtf

NixOS LXC

33 Members
lxc, lxd, incus discussions related to NixOS14 Servers

Load older messages


SenderMessageTime
27 Apr 2024
@hexa:lossy.networkhexajust need to recharge12:59:17
@adam:robins.wtfadamcstephenstake your time. thanks though :)12:59:37
@adam:robins.wtfadamcstephensi'm going to go audit the incus repo for more commands we're missing 13:00:04
@hexa:lossy.networkhexa🙂 13:05:54
@adam:robins.wtfadamcstephens
In reply to @rungmc:matrix.org
incus config device add testContainer wlan0 nic name=wlan0 nictype=physical parent=wlp11s0... I think. I'm working at like 2% mental capacity with a migraine that I'm blaming on looking into the community drama earlier 🙃
thanks, this should fix it: https://github.com/NixOS/nixpkgs/pull/307218
13:56:49
@hexa:lossy.networkhexawow, that's quite the list 😄 13:57:34
@adam:robins.wtfadamcstephensyeah13:58:05
@adam:robins.wtfadamcstephensluckily most of them are relatively small. 13:59:37
@adam:robins.wtfadamcstephensi added ceph for you :)14:01:45
@adam:robins.wtfadamcstephenshopefully this will be the last time i need to do this audit. i actually follow the incus repo for a while now, hence why i added the minio-client before it's needed14:09:38
@rungmc:matrix.orgrungmcAwesome, thanks a ton for looking into it. Definitely caught one or two others in that list I would probably have run into eventually given enough slow days to screw around with it, too14:38:51
@adam:robins.wtfadamcstephens Many of these deps depend on how you are holding incus 14:48:59
@adam:robins.wtfadamcstephensLike I’ve never considered passing though a wireless device :)14:49:18
@adam:robins.wtfadamcstephens* Like I’ve never considered passing through a wireless device :)15:01:16
@adam:robins.wtfadamcstephens I even pondered for a moment how I was going to test it, then I remembered I have incus installed on my laptop 15:18:06
@rungmc:matrix.orgrungmcI have a fairly extensive track record of trying to pass hardware devices through to VMs/containers just to see how much of a pain in the ass it'll be. It's a morbid curiosity thing and Incus is weirdly really good at just doing a lot of that nonsense without any sort of fuss.15:52:24
@rungmc:matrix.orgrungmcStephane is clearly some sort of wizard because containers are usually really stubborn in my experience.15:53:30
@rungmc:matrix.orgrungmcBut yeah, I have a couple wired up machines with totally unused wireless devices and just happened to see openwrt in the image repo 😉15:57:38
@adam:robins.wtfadamcstephens Well I strive to support everything incus does, out of the box, so we should add it 16:01:51
@ygt:matrix.orgnadir joined the room.18:24:21
28 Apr 2024
@hexa:lossy.networkhexa
In reply to @hexa:lossy.network
and everything coming crashing down right now
I dropped the ball here, sorry
23:11:56
@adam:robins.wtfadamcstephensNo worries. As I said, when you get a chance. If you take too long I may roll back the testing refactor ;)23:31:45
@adam:robins.wtfadamcstephensI spent most of my free time today outside anyway23:33:24
29 Apr 2024
@mjolnir:nixos.orgNixOS Moderation Botchanged room power levels.15:28:29
@adam:robins.wtfadamcstephenslol, well adding in the suid wrapper path fixed subuid/subgid handling in incus20:49:48
@adam:robins.wtfadamcstephenslaughing because i have 65534 mapped to the same in my containers (for some legacy file sharing purposes) and my containers refused to start after20:50:25
@adam:robins.wtfadamcstephens

fixed by adding:

    users.users.root = {
      subGidRanges = [
        {
          count = 1;
          startGid = 65534;
        }
      ];
      subUidRanges = [
        {
          count = 1;
          startUid = 65534;
        }
      ];
    };

20:51:02
1 May 2024
@mjolnir:nixos.orgNixOS Moderation Botchanged room power levels.15:06:04
@rungmc:matrix.orgrungmc On a totally non-specific and overly broad note, thanks for all the hard work hexa 17:07:28
@hexa:lossy.networkhexawdym? 😄 adam is doing the hard work!17:07:44

Show newer messages


Back to Room ListRoom Version: 10