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

JBD2 is mistakenly undetected as a missing module in kernel while being built-in to it #1508

Open
suprovsky opened this issue Jun 10, 2024 · 0 comments

Comments

@suprovsky
Copy link

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.

 supra@supra  ~  modinfo jbd2
name:           jbd2
filename:       (builtin)
license:        GPL
file:           fs/jbd2/jbd2
 supra@supra  ~  uname -r
6.8.0-35-generic

Version

  • Ubuntu 24.04 LTS amd64
  • Lynis 3.1.2 (copied from 106db35, current master)

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 JBD (Journal Block Device) driver is not loaded. [FILE-6398] 
    - Details  : Since boot-time, you have not been using any filesystems with journaling. Alternatively, reason could be driver is blacklisted.
      https://cisofy.com/lynis/controls/FILE-6398/
2024-06-10 15:10:02 Performing test ID FILE-6398 (Checking if JBD (Journal Block Device) driver is loaded)
2024-06-10 15:10:02 Test: Checking if JBD (Journal Block Device) driver is loaded
2024-06-10 15:10:02 Result: JBD driver not loaded
2024-06-10 15:10:02 Suggestion: The JBD (Journal Block Device) driver is not loaded. [test:FILE-6398] [details:Since boot-time, you have not been using any filesystems with journaling. Alternatively, reason could be driver is blacklisted.] [solution:-]
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

1 participant