-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
Not expected. We actively test on 24.04 and haven't seen any issue loading it up on boot. Is that still a problem? |
Yes, still happening
…On Thu, Dec 5, 2024 at 12:04, Stéphane Graber ***@***.***(mailto:On Thu, Dec 5, 2024 at 12:04, Stéphane Graber <<a href=)> wrote:
Not expected. We actively test on 24.04 and haven't seen any issue loading it up on boot.
Is that still a problem?
—
Reply to this email directly, [view it on GitHub](#3 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ADHH2FF5F3SDKR3ZLOGE5PT2EBTRBAVCNFSM6AAAAABL5YLW7SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRQGU3DQMRQGA).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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. |
I still suffer from the same issue in a recent fresh install I did just today, I use the standard linux-generic-hwe-22.04-edge package kernel. And it happened with multiple kernel versions so its not related to the version, and should be easy for you to reproduce... Also btw seems the script is now building 2.2.7 instead of 2.3.0 any reason for that? |
Yeah, ZFS has a terrible track record on their .0 releases ;) |
What do you mean ? |
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?
The text was updated successfully, but these errors were encountered: