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

On ubuntu 22.04 the kmod module is not correctly loaded at boot by default #3

Open
Nottt opened this issue Aug 3, 2024 · 3 comments

Comments

@Nottt
Copy link

Nottt commented Aug 3, 2024

In a clean ubuntu 22.04 install i followed install instructions with a 6.8 hwe kernel.

After rebooting and trying zfs --version I get a message zfs_version_kernel() failed; No such file or directory

I can fix this with modprobe -r zfs and then modprobe zfs.

But after rebooting again the issue persists. I fixed it by adding zfs to /etc/modules.

Is this expected ? or should be there a better way to fix this?

@stgraber
Copy link
Member

stgraber commented Dec 5, 2024

Not expected. We actively test on 24.04 and haven't seen any issue loading it up on boot.

Is that still a problem?

@Nottt
Copy link
Author

Nottt commented Dec 5, 2024 via email

@stgraber
Copy link
Member

stgraber commented Dec 5, 2024

That's interesting because I just checked and I have a bunch of production servers using this package on Ubuntu 22.04 LTS. Though on those systems I'm also using https://github.com/zabbly/linux on the kernel side, so not sure if that's what's fixing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants