8 Dec 2024 |
adamcstephens | hmm, i'll build one and see | 14:46:59 |
adamcstephens | the squashfs is much quicker to work with so i'd rather fix the perms if they're wrong | 14:47:37 |
adamcstephens | also the lxc-ci is pulling that squashfs and i'm not seeing an issue in their served images, unless they're changing the permissions somewhere | 14:50:48 |
adamcstephens | yeah i can reproduce :/ | 14:52:02 |
adamcstephens | looks like anything using nixos/lib/make-squashfs.nix gets 777 by default | 14:58:49 |
adamcstephens | aka the ISO and the netboot images | 15:01:09 |
hexa | hm 😕 | 15:02:31 |
adamcstephens | i can't imagine they need a world writable root? | 15:03:04 |
hexa | probably not, no | 15:03:33 |
adamcstephens | https://github.com/NixOS/nixpkgs/pull/363247 | 15:07:18 |
hexa | sane | 15:08:32 |
adamcstephens | ❯ nix-build -A nixosTests.boot.uefiNetboot -A nixosTests.boot.biosNetboot -A nixosTests.installer
| 15:17:19 |
adamcstephens | i'll come back in a while :) | 15:17:22 |
hexa | enjoy | 15:17:30 |
adamcstephens | maybe i'll limit this installer test | 15:18:00 |
15 Dec 2024 |
mkg20001 | I'm getting Error: Couldn't find one of the required UEFI firmware files: [] when starting a vm with csm, is there anything i forgot to enable? I'm using non-lts incus | 22:10:45 |
mkg20001 | * I'm getting Error: Couldn't find one of the required UEFI firmware files: [] when starting a vm with csm, is there anything i forgot to enable? I'm using non-lts incus 6.7 | 22:10:56 |
adamcstephens | no, that should work out of the box | 22:17:18 |
adamcstephens | can you try lts and/or 6.8 which was already merged? | 22:17:30 |
16 Dec 2024 |
adamcstephens | ┗━ ∑ ⏵ 0 │ ✔ 30 │ ⏸ 0 │ Finished at 19:03:18 after 10m9s
/nix/store/4ra20fag9m2vhr6i9vcqkazkjrzlsfwz-vm-test-run-incus
| 00:19:16 |
adamcstephens | wooo | 00:19:18 |
adamcstephens | spent a few hours yesterday refactoring the incus tests | 00:19:35 |
mkg20001 | still occurs | 20:55:05 |
mkg20001 | filed an issue: https://github.com/NixOS/nixpkgs/issues/365696 | 20:58:33 |
adamcstephens | thanks | 20:59:15 |
17 Dec 2024 |
adamcstephens | i can reproduce it in test, but haven't looked into the root cause yet | 04:40:42 |
adamcstephens | oh it may because it doesn't look like we bundle a csm firmware | 04:42:21 |
19 Dec 2024 |
adamcstephens | bah, i'm running out of disk space in the tests again. i guess i'm going to have to do deletions in cleanup, even though they add time | 04:29:58 |
adamcstephens | i just looked and at the current (too small) size of 12GB, it's larger than any other test | 04:30:43 |
adamcstephens | really tempted to change the default storage pool to zfs or lvm for volume cloning | 04:31:30 |