27 Apr 2024 |
hexa | just need to recharge | 12:59:17 |
adamcstephens | take your time. thanks though :) | 12:59:37 |
adamcstephens | i'm going to go audit the incus repo for more commands we're missing | 13:00:04 |
hexa | 🙂 | 13:05:54 |
adamcstephens | 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 | wow, that's quite the list 😄 | 13:57:34 |
adamcstephens | yeah | 13:58:05 |
adamcstephens | luckily most of them are relatively small. | 13:59:37 |
adamcstephens | i added ceph for you :) | 14:01:45 |
adamcstephens | hopefully 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 needed | 14:09:38 |
rungmc | Awesome, 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, too | 14:38:51 |
adamcstephens | Many of these deps depend on how you are holding incus | 14:48:59 |
adamcstephens | Like I’ve never considered passing though a wireless device :) | 14:49:18 |
adamcstephens | * Like I’ve never considered passing through a wireless device :) | 15:01:16 |
adamcstephens | 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 | I 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 | Stephane is clearly some sort of wizard because containers are usually really stubborn in my experience. | 15:53:30 |
rungmc | But 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 |
adamcstephens | Well I strive to support everything incus does, out of the box, so we should add it | 16:01:51 |
| nadir joined the room. | 18:24:21 |
28 Apr 2024 |
hexa | In reply to @hexa:lossy.network and everything coming crashing down right now I dropped the ball here, sorry | 23:11:56 |
adamcstephens | No worries. As I said, when you get a chance. If you take too long I may roll back the testing refactor ;) | 23:31:45 |
adamcstephens | I spent most of my free time today outside anyway | 23:33:24 |
29 Apr 2024 |
| NixOS Moderation Botchanged room power levels. | 15:28:29 |
adamcstephens | lol, well adding in the suid wrapper path fixed subuid/subgid handling in incus | 20:49:48 |
adamcstephens | laughing because i have 65534 mapped to the same in my containers (for some legacy file sharing purposes) and my containers refused to start after | 20:50:25 |
adamcstephens | fixed by adding:
users.users.root = {
subGidRanges = [
{
count = 1;
startGid = 65534;
}
];
subUidRanges = [
{
count = 1;
startUid = 65534;
}
];
};
| 20:51:02 |
1 May 2024 |
| NixOS Moderation Botchanged room power levels. | 15:06:04 |
rungmc | On a totally non-specific and overly broad note, thanks for all the hard work hexa | 17:07:28 |
hexa | wdym? 😄 adam is doing the hard work! | 17:07:44 |