-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
zfs-dkms-2.1.13 missing dkms.conf file #15336
Comments
This is happening to me too. But my ZFS is not working fine. The mount points goes away until I can fix the dkms modules. Fixing it I remove all dkms versions and then build and install 2.1.13. That usually works for me but I've had scenarios where I can't get the host up within 1 hour. How can I manually fix this if the config is not found in an efficient manner? |
This is likely due to the issue, that #13182 tried to resolve. As a workaround maybe this helps: If the dkms modules are not getting build: Edit: this only applies to .deb packages... overlooked the .rpm thing. Might be a similar workaround for that. |
I get this with 2.1.11 on latest arch linux.
edit: It seems unrelated because 2.2.0 is installed.
|
I was able to reproduce the error (on Fedora 38):
The dangling sysmlink is |
As I can't build latest zfs, maybe I'll stop here, until latest zfs is fixed :) |
You have the same thing with version 2.1.12! |
Long trip :) Thanks |
I can confirm that manually removing the dangling symbolic link [root@repo1 ~]# rpm -qa | grep zfs zfs-dkms-2.1.13-1.el8.noarch libzfs5-2.1.13-1.el8.x86_64 zfs-2.1.13-1.el8.x86_64 [root@repo1 ~]# dkms status Error! Could not locate dkms.conf file. File: /var/lib/dkms/zfs/2.1.12/source/dkms.conf does not exist. [root@repo1 ~]# ls -l /var/lib/dkms/zfs/2.1.* /var/lib/dkms/zfs/2.1.12: total 0 drwxr-xr-x 3 root root 20 Jul 4 10:32 4.18.0-477.13.1.el8_8.x86_64 lrwxrwxrwx 1 root root 19 Jul 4 10:30 source -> /usr/src/zfs-2.1.12 /var/lib/dkms/zfs/2.1.13: total 0 drwxr-xr-x 3 root root 20 Sep 30 09:26 4.18.0-477.27.1.el8_8.x86_64 lrwxrwxrwx 1 root root 19 Sep 30 09:24 source -> /usr/src/zfs-2.1.13 [root@repo1 ~]# ls -l /usr/src/zfs-2.1.12 ls: cannot access '/usr/src/zfs-2.1.12': No such file or directory [root@repo1 ~]# rm /var/lib/dkms/zfs/2.1.12/source rm: remove symbolic link '/var/lib/dkms/zfs/2.1.12/source'? y [root@repo1 ~]# dkms status zfs/2.1.13, 4.18.0-477.27.1.el8_8.x86_64, x86_64: installed |
Did you manage to figure out what broke that symlink in the first place? |
No. But, I have now also ended up with the same broken symlink on some systems after upgrading from 2.1.12 to 2.2.0 rather than 2.1.13. |
@behlendorf |
System information
Describe the problem you're observing
After updating from zfs-dkms-2.1.12 to zfs-dkms-2.1.13 now seeing,
However, ZFS appears to be working just fine.
Describe how to reproduce the problem
Update zfs-dkms rpm package to 2.1.13.
Include any warning/errors/backtraces from the system logs
For comparison and identical system (HW and SW) still running 2.1.12 reports,
The text was updated successfully, but these errors were encountered: