-
Notifications
You must be signed in to change notification settings - Fork 3
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
dkms fails to build batman module #157
Comments
|
I added the milestone "Beginn der stabilen Phase", as this is marked as bug and should therefore fixed before the "stabile Phase". |
As just discussed in Mumble, we will remove this from the milestone to fulfill the milestone in time. So everyone has to take care of this manually for a few more weeks... |
Hopefully fixed in 97b950d . Was a little hustle to find, but someone in the dkms land thought, it is a good idea to assume that the variable |
You can check you are affected using: Bad output:
(Modules for different kernels should'nt have same checksum) Good output:
(Different kernels have different checksums) |
It seems that 97b950d didn't fix the problem completely. Before 97b950d the output of
After 97b950d the variable
But still the binary for the
|
The logs look odd:
The first line
contains the correct version However, the lines
and
still contain the incorrect version |
At ffda I found this dkms.conf: https://git.darmstadt.ccc.de/ffda/infra/salt/-/blob/master/batman_adv/files/dkms.conf.j2 Not sure, what the KERNELPATH thing does, but maybe we could try them one day. |
For today I'll leave this bug. It's still there, but I need to stop working on this now. We can continue to work on this again, when the next kernel will be delivered. To hotfix the problem, you can reboot to the new kernel and call:
|
We have one shot left with sn07. |
@lemoer Closing it with "won't fix"? Sad but true. |
Apparently on new kernel upgrades dkms fails to build batman properly. On regular kernel updates.
Originally posted by @1977er in #156 (comment)
The text was updated successfully, but these errors were encountered: