Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kernel mnodule not found on RHEL/Rocky 9.4 using kABI #16219

Open
tuxmaster5000 opened this issue May 23, 2024 · 5 comments
Open

Kernel mnodule not found on RHEL/Rocky 9.4 using kABI #16219

tuxmaster5000 opened this issue May 23, 2024 · 5 comments
Labels
Type: Defect Incorrect behavior (e.g. crash, hang)

Comments

@tuxmaster5000
Copy link

On RHEL 9.4 the kernel module will not be found using the kABI version.

modinfo zfs
modinfo: ERROR: Module zfs not found.

OS Kernel: 5.14.0-427.16.1.el9_4.x86_64
package: kmod-zfs-2.1.15-2.el9.x86_64

@tuxmaster5000 tuxmaster5000 added the Type: Defect Incorrect behavior (e.g. crash, hang) label May 23, 2024
@tonyhutter
Copy link
Contributor

Thanks for reporting this. It looks like RHEL updated their patch version minor number:

RHEL ZFS kmod
5.14.0-427.16.1 5.14.0-427.13.1

I will rebuild the kmods. In the meantime you can use the DKMS packages if you want.

@tonyhutter
Copy link
Contributor

@tuxmaster5000 I uploaded the new kmods - please give it another try.

@tuxmaster5000
Copy link
Author

Hi, I have tried the new packages. And after signing the modules it will work.
Do you have an idea, when the problem with the lost module signatures will be resolved?
Because until now I must sign the kernel modules after every update with my own key, because the modules from the rpm package are not signed and then an secure boot system will refuse loading the modules.

@tonyhutter
Copy link
Contributor

The modules don't really need to be signed since we sign the RPMs and the repository:

$ rpm -qpi http://download.zfsonlinux.org/epel/9.4/kmod/x86_64/kmod-zfs-2.1.15-3.el9.x86_64.rpm | grep -i signature
warning: http://download.zfsonlinux.org/epel/9.4/kmod/x86_64/kmod-zfs-2.1.15-3.el9.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID 9db84141: NOKEY
Signature   : RSA/SHA256, Thu 23 May 2024 03:50:18 PM PDT, Key ID a599fd5e9db84141

@tuxmaster5000
Copy link
Author

@tonyhutter Unfortunately, you are wrong. Because secureboot requires signed modules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Defect Incorrect behavior (e.g. crash, hang)
Projects
None yet
Development

No branches or pull requests

2 participants