-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[FILE-6398] JBD2 is mistakenly undetected as a missing module in kernel while being built-in to it #1508
Comments
I second this, seeing the same on Ubuntu 24.04: root@srv:~# modinfo jbd2 Running 6.8.0-45-generic |
Is this still an issue with the latest release (3.1.2)? |
yes, as mentioned in the first message, i've quoted even an exact commit to pin point what code state was used when reporting this |
Thanks for confirming. Had a look, but wondering if it is built-in, what the easiest way is to detect if it also being used. If that is not possible in a reliable way, we might consider dropping the test. Any suggestions or thoughts? |
Is it possible to run a supplementary command to gather extra output, e.g. to gauge which filesystems are actively used? Not a developer/coder so ignore me if my suggestions are stupid or not possible. I take your point however - being present does not necessarily indicate usage. I also think this may be somewhat independent of kernel version, as I see this on Ubuntu 22.04 as well running 5.15. |
I can confirm, I am seeing the same thing on
It's probably running an older version of
|
For now I have disabled this test, until there is a better solution. Otherwise more people will get an unsolvable suggestion while support for JBD might be present already. Related commit f6275f6 Closing issue now that the test is (temporarily) gone. |
Thank you; this error also appears on btrfs systems (FYI) |
Describe the bug
JBD2 is mistakenly undetected as a missing module in kernel while being built-in to it. This kernel module is built-in into probably all 6.x kernels, so it's a false-positive.
Here is the output from my VPS with the latest kernel in Ubuntu 24.04 stable repository.
Version
Expected behavior
No warning about not having JBD2 running.
Output
If applicable, add output that you get from the tool or the related section of lynis.log
The text was updated successfully, but these errors were encountered: