5 Nov 2024 |
raitobezarius | i want NAT64 in the kernel | 23:47:48 |
raitobezarius | but i don't want to write too much C | 23:47:58 |
raitobezarius | only C that's worth for the future | 23:48:03 |
kloenk | yes, but on my work laptop, not sure I can send it to you by tomorrow | 23:48:05 |
raitobezarius | so netfilter abstractions | 23:48:06 |
raitobezarius | In reply to @kloenk:kloenk.eu yes, but on my work laptop, not sure I can send it to you by tomorrow awesome | 23:48:10 |
kloenk | In reply to @kloenk:kloenk.eu yes, but on my work laptop, not sure I can send it to you by tomorrow like not really a helper script, but there is a kernel rootfs (not sure of the exact name) in the packages there which I then use as rootfs | 23:49:27 |
6 Nov 2024 |
kloenk | basically also just using this for how to start qemu and building my image (my images is gitlab:kloenk/nix?host=cyberchaos.dev#kernel_rootfs https://cyberchaos.dev/kloenk/nix/-/blob/main/pkgs/kernel_rootfs.nix?ref_type=heads) | 00:04:25 |
kloenk | * basically also just using this for how to start qemu and building my image (my images is gitlab:kloenk/nix?host=cyberchaos.dev#kernel_rootfs https://cyberchaos.dev/kloenk/nix/-/blob/main/pkgs/kernel_rootfs.nix?ref_type=heads) | 00:04:42 |
8 Nov 2024 |
| jschvz joined the room. | 02:56:59 |
| moved to @amadaluzia:tchncs.de changed their display name from (artur 'manuel) to @amadaluzia:tchncs.de. | 14:28:56 |
| moved to @amadaluzia:tchncs.de changed their display name from @amadaluzia:tchncs.de to moved to @amadaluzia:tchncs.de. | 14:30:18 |
12 Nov 2024 |
| ortolanbunting3002 joined the room. | 00:32:08 |
13 Nov 2024 |
| inayet joined the room. | 22:15:14 |
15 Nov 2024 |
| @rane:junkyard.systems left the room. | 06:22:15 |
17 Nov 2024 |
| Orzklv joined the room. | 02:27:55 |
18 Nov 2024 |
| Luke joined the room. | 06:24:52 |
| pfhuh joined the room. | 15:08:43 |
20 Nov 2024 |
| inayet removed their profile picture. | 00:59:40 |
| imadnyc joined the room. | 01:46:25 |
22 Nov 2024 |
| rager set a profile picture. | 07:49:52 |
26 Nov 2024 |
netpleb | I have an ssd and nvme and I need to decide which one to put my /nix/store and '/home' btrfs subvolumes on (they will share a 500GB partition). The root subvolume will then be on the other device (also in a 500 GB partition). Which should I do? | 16:12:11 |
netpleb | * I have an ssd and nvme and I need to decide which one to put my /nix/store and /home btrfs subvolumes on (they will share a 500GB partition). The root subvolume will then be on the other device (also in a 500 GB partition). Which should I do? | 16:48:57 |
netpleb | also, I am confused whether I can safely run btrfs defrag with nixos. Will it break links from /nix/store? | 19:43:51 |
K900 | Is this the pre-splitbrain #Nix / NixOS or something | 19:51:11 |
27 Nov 2024 |
| pep8 joined the room. | 03:01:12 |
1 Dec 2024 |
sielicki | For out-of-tree kernel modules, it really should be the case that Module.symvers is /always/ put into a $dev output. This makes sure that if there's a group of out-of-tree modules that depend on symbols from one another, the original kernel module never needs to be changed (causing many useless rebuilds) just to add it. I hit this over here. I'm wondering if we might be able to have an out-of-tree-kmod hook that enforces this? | 02:41:10 |
sielicki | The Module.symvers file is produced by Kbuild so it should almost always be present. | 02:41:42 |
sielicki | * The Module.symvers file is produced by Kbuild so it should almost always be present, unless the kmod in question has a really unorthodox build system. | 02:42:00 |
sielicki | Opened https://github.com/NixOS/nixpkgs/issues/360648 to discuss | 02:48:32 |