You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to upgrade my system from a v6.6 hardened kernel to a v6.11 hardened kernel and it didn't mount my ZFS partitions after reboot. Some problem with loading the module - OK, let's investigate!
So I looked into the issue and found this fix: #16805 - that would make sense since my kernel config does indeed use that option. So I applied that fix, recompiled and rebooted and... exact same result!
The compilation DID succeed with that patch in place but the outcome remains sadly the same and I have no idea where to look next.
This is obviously very Nix specific but essentially it is pulling the diff from the patch listed above, applying it and then compiling v2.3.0-rc3 with that additional patch.
Describe how to reproduce the problem
Add the above to your kernel config on an existing working install of NixOS
Rebuild (nixos-rebuild switch)
Reboot
Observe the very unwelcome "sysctl table check failed: kernel/spl/(null) No proc_handler" messages spamming your screen whilst the zfs module fails to load successfully.
The text was updated successfully, but these errors were encountered:
Did you run ./autogen.sh after applying the patch? The change is only used when run ./autogen.sh before ./configure as it changes the configure script itself.
Did you run ./autogen.sh after applying the patch? The change is only used when run ./autogen.sh before ./configure as it changes the configure script itself.
That is likely the problem to be honest - I'll invesigate and report back.
System information
Describe the problem you're observing
I am trying to upgrade my system from a v6.6 hardened kernel to a v6.11 hardened kernel and it didn't mount my ZFS partitions after reboot. Some problem with loading the module - OK, let's investigate!
So I looked into the issue and found this fix: #16805 - that would make sense since my kernel config does indeed use that option. So I applied that fix, recompiled and rebooted and... exact same result!
The compilation DID succeed with that patch in place but the outcome remains sadly the same and I have no idea where to look next.
My relevant NixOS config is:
This is obviously very Nix specific but essentially it is pulling the diff from the patch listed above, applying it and then compiling v2.3.0-rc3 with that additional patch.
Describe how to reproduce the problem
nixos-rebuild switch
)The text was updated successfully, but these errors were encountered: