25 Apr 2025 |
adamcstephens | hmm | 19:47:03 |
adamcstephens | https://github.com/lxc/incus/issues/1994 | 20:05:43 |
adamcstephens | Nice thing about that issue is it's breaking on preseed, so don't need to run any tests to hit it. 🥺 | 21:02:44 |
26 Apr 2025 |
hexa | eh | 00:41:47 |
hexa | 4 hours until fixed | 00:41:57 |
hexa | ❤️ upstream | 00:42:03 |
adamcstephens | Yep! Quick fix 😊i | 01:59:51 |
adamcstephens | * Yep! Quick fix 😊 | 02:00:01 |
adamcstephens | merged 6.12 | 03:52:29 |
adamcstephens | also took a chance to migrate the tests to a runTest module https://github.com/NixOS/nixpkgs/pull/401937 | 03:52:51 |
adamcstephens | * also took a chance to migrate the tests to a runTest and a simple module https://github.com/NixOS/nixpkgs/pull/401937 | 03:53:02 |
adamcstephens | i still want to do some cleanup of the abstractions used to run them, but may separate that out to keep the PRs reasonable :) | 03:54:55 |
29 Apr 2025 |
hexa | $ incus image import https://channels.nixos.org/nixos-24.11/latest-nixos-minimal-x86_64-linux.iso -v
Error: Head "https://channels.nixos.org/nixos-24.11/latest-nixos-minimal-x86_64-linux.iso": remote error: tls: protocol version not supported
| 11:36:24 |
hexa | am I holding this wrong? | 11:36:27 |
hexa | I assume so | 11:36:30 |
adamcstephens | I haven't done much with ISOs. If you download it can you import it from disk? | 11:37:47 |
adamcstephens | I think they're not considered images, but some sort of volume? | 11:38:18 |
hexa | probably | 11:38:18 |
hexa | yeah, something | 11:38:26 |
hexa | anyway, I have a problem with one of the nixos test vms | 11:38:37 |
hexa | # nix-collect-garbage
error: creating directory '/nix/var/nix/temproots': No space left on device
| 11:38:51 |
hexa | /dev/sda2 on / type ext4 (rw,relatime)
| 11:38:55 |
hexa | /dev/disk/by-label/nixos 30G 15G 14G 51% /
| 11:39:00 |
hexa | e2fsck 1.47.2 (1-Jan-2025)
Warning! /dev/sda2 is mounted.
Warning: skipping journal recovery because doing a read-only filesystem check.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
Free blocks count wrong (3964872, counted=3961782).
Fix? no
Free inodes count wrong (6, counted=0).
Fix? no
Feature orphan_present is set but orphan file is clean.
Clear? no
nixos: 1903994/1904000 files (0.1% non-contiguous), 3833651/7798523 blocks
| 11:39:07 |
hexa | I kinda need to fsck the filesystem I think | 11:39:18 |
hexa | although it doesn't seem too kaput | 11:39:30 |
hexa | but not being able to gc on a 51% full disk is weird | 11:39:41 |
adamcstephens | Are you out of inodes? | 11:40:25 |
hexa | oh | 11:40:29 |
hexa | bummer | 11:40:30 |