| 1 Apr 2026 |
adamcstephens | https://github.com/lxc/incus/issues/2956#issuecomment-4173076650 | 21:37:17 |
Tom | Yeah, that's good to hear :) | 22:24:56 |
| 2 Apr 2026 |
adamcstephens | yeah, i hope they find something to swap out before 7.0 | 17:22:32 |
| 3 Apr 2026 |
| Hadi 🤒 changed their display name from Hadi Chokr to Hadi. | 17:50:16 |
| 6 Apr 2026 |
Tom | There is now a virtualisation.incus.useACMEHost option. :) | 09:53:31 |
| flx joined the room. | 20:15:06 |
| 20 Apr 2026 |
Tom | i'm getting more worried by the day 🫠 | 21:58:49 |
| 22 Apr 2026 |
| Hadi 🤒 changed their display name from Hadi to Hadi 🤒. | 18:11:32 |
| 23 Apr 2026 |
Tom | https://github.com/lxc/incus/issues/3161 | 18:00:10 |
Tom | not too wild | 18:00:39 |
Tom | * not too wild for now | 18:00:59 |
| 25 Apr 2026 |
hexa | https://discuss.linuxcontainers.org/t/what-happened-to-the-nixos-images/26596/1 | 09:21:10 |
hexa | https://jenkins.linuxcontainers.org/view/Images/job/image-nixos/ | 09:21:49 |
Tom | https://discuss.linuxcontainers.org/t/what-happened-to-the-nixos-images/26596/2 | 17:12:43 |
adamcstephens | sigh | 17:53:59 |
adamcstephens | i follow the image failures, but this is the first time we've triggered this test job failure. which unfortunately is mixed with all images so can't be tracked by rss | 17:55:32 |
adamcstephens | ===> FAIL: systemd clean: test-image-4ErzRs-unpriv
===> DEBUG: systemd failed: test-image-4ErzRs-unpriv
UNIT LOAD ACTIVE SUB DESCRIPTION
● nix-channel-init.service loaded failed failed Initialize NixOS Channel
Legend: LOAD → Reflects whether the unit definition was properly loaded.
ACTIVE → The high-level unit activation state, i.e. generalization of SUB.
SUB → The low-level unit activation state, values depend on unit type.
1 loaded units listed. | 17:56:12 |
adamcstephens | * ===> FAIL: systemd clean: test-image-4ErzRs-unpriv
===> DEBUG: systemd failed: test-image-4ErzRs-unpriv
UNIT LOAD ACTIVE SUB DESCRIPTION
● nix-channel-init.service loaded failed failed Initialize NixOS Channel
Legend: LOAD → Reflects whether the unit definition was properly loaded.
ACTIVE → The high-level unit activation state, i.e. generalization of SUB.
SUB → The low-level unit activation state, values depend on unit type.
1 loaded units listed.
| 17:56:26 |
hexa | amazing, how as a maintainer you find out via the forums | 17:57:41 |
hexa | and only after removal | 17:57:51 |
adamcstephens | i've silently complained about this "publish within 10 days or your images are gone" to myself before | 17:58:28 |
adamcstephens | e.g. when the downloads were getting blocked by hydra | 17:58:53 |
Tom | Yeah, that's like an order of magnitude too low | 18:08:28 |
adamcstephens | 𑁱 nix-build ./nixos/release.nix --attr incusContainerMeta --attr incusContainerImage --arg supportedSystems '["x86_64-linux"]'
/nix/store/fkw4c0h4mmkangllkaqcs3vjzp03bizl-tarball
/nix/store/fg0a6klhgc7ainws189yh1llcaplbv28-nixos-lxc-image-x86_64-linux
𑁱 incus image import --alias nixos/manual ./result/tarball/nixos-image-lxc-26.05pre708350.gfedcba-x86_64-linux.tar.xz ./result-2/nixos-lxc-image-x86_64-linux.squashfs
Image imported with fingerprint: 81e4e80d471b9fed3ebca2f2a2d05b1e01e7ef5aecf82d576a037f0396eac38f
𑁱 incus launch --ephemeral nixos/manual
Launching the instance
Instance name is: valid-goose
𑁱 incus shell valid-goose
[root@nixos:~]# journalctl --no-pager -eu nix-channel-init.service
Apr 25 18:12:46 nixos systemd[1]: Starting Initialize NixOS Channel...
Apr 25 18:12:46 nixos nix-channel-init-start[350]: unpacking the NixOS/Nixpkgs sources...
Apr 25 18:12:46 nixos nix-channel-init-start[373]: ln: failed to create symbolic link '/root/.nix-defexpr/channels/channels': Read-only file system
Apr 25 18:12:46 nixos systemd[1]: nix-channel-init.service: Main process exited, code=exited, status=1/FAILURE
Apr 25 18:12:46 nixos systemd[1]: nix-channel-init.service: Failed with result 'exit-code'.
Apr 25 18:12:46 nixos systemd[1]: Failed to start Initialize NixOS Channel.
| 18:14:23 |
adamcstephens | oh, fun. the 25.11 images having been passing because they're unaffected by that issue. but they got purged anyway | 18:43:28 |
adamcstephens | this is the offending PR https://github.com/NixOS/nixpkgs/pull/496852 | 18:56:25 |
adamcstephens | i did approve it, but we also don't test the channel stuff currently since it makes iteration on the incus tests very slow, so it wasn't caught by the tests | 18:57:17 |
adamcstephens | typical symlink args gotcha | 19:32:18 |
adamcstephens | https://github.com/NixOS/nixpkgs/pull/513441 | 20:01:28 |
Tom | stgraber seems to be quite opposed to extend the 10 day ttl :/ | 21:42:09 |