| 4 Mar 2025 |
eyJhb |
pkgs.linuxKernel.packages.linux_6_6
^ worked however. Yea. I should not use that path. I forgot about the other one
| 20:57:09 |
K900 | So uh | 20:57:23 |
eyJhb | The fun thing is, LuNeder also had this issue, or had a issue with kernels above 6.6, but that manifested as crrashing instead. https://github.com/alvr-org/ALVR/issues/2476 | 20:58:45 |
K900 | You know where this is going right | 20:58:51 |
eyJhb | Bisecting the linux kernel? | 20:59:48 |
K900 | Yeah | 21:01:19 |
eyJhb | What about 6_13? | 21:01:39 |
K900 | linuxPackages_latest | 21:01:50 |
K900 | But I guess you could try? | 21:01:55 |
eyJhb | Ah, so broken for me. | 21:01:56 |
K900 | oh | 21:02:01 |
eyJhb | I really don't want to bisect the kernel. This has been me just putting on my VR headset, and trying to use my mouse + keyboard as best as I could with passthrough :D | 21:02:48 |
eyJhb | 20 reboots | 21:02:54 |
eyJhb | I think my friends on Steam HATE me by now. | 21:02:59 |
eyJhb | ┃ error: Package ‘zfs-kernel-2.3.0-6.13.4’ in /nix/store/i28l07hpr89c66ks6lmb14f9v3yk4qrm-nixpkgs-src/pkgs/os-specific/…
┃
┃ a) To temporarily allow broken packages, you can use an environment variable
┃ for a single invocation of the nix tools.
┃
┃ $ export NIXPKGS_ALLOW_BROKEN=1
┃
┃ Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake,
┃ then pass `--impure` in order to allow use of environment variables.
┃
┃ b) For `nixos-rebuild` you can set
┃ { nixpkgs.config.allowBroken = true; }
┃ in configuration.nix to override this.
┃
┃ c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
┃ { allowBroken = true; }
┃ to ~/.config/nixpkgs/config.nix.
| 21:03:12 |
eyJhb | Not sure I want to do that :D | 21:03:16 |
K900 | Bisecting: 47022 revisions left to test after this (roughly 16 steps)
| 21:03:26 |
K900 | It would technically be less reboots | 21:03:38 |
eyJhb | TBR (time-between-reboots) would be a lot higher however :D | 21:03:58 |
eyJhb | Lets say I hated my life | 21:04:34 |
eyJhb | What would be the best way to bisect the kernel? Overrideattrs w/ src? | 21:04:45 |
K900 | Yeah something like that | 21:05:02 |
eyJhb | Have you done it before? | 21:05:11 |
K900 | Yes | 21:05:40 |
eyJhb | boot.kernelPackages = pkgs.linuxPackages.overrideAttrs (old: {
src = /state/stash/stash/linux-git;
});
I guess
| 21:07:26 |
eyJhb | Surely this won't screw up ZFS | 21:12:46 |
nim65s | you might want to double check your backups first :) | 21:14:24 |
| nim65s changed their display name from Guilhem to nim65s. | 21:14:38 |
eyJhb | I don't think I'll get very far doing it on this system. | 21:24:32 |
eyJhb | I already had my first fun "error" because of something something rust. | 21:25:01 |