-
-
Notifications
You must be signed in to change notification settings - Fork 521
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
-check-requirements
: kernel config not found
#1239
Comments
Compile the kernel with the option Also see if the config file is under any of these paths: "/proc/config.gz"
"/boot/config-$(uname -r)"
"/usr/src/linux-$(uname -r)/.config"
"/usr/src/linux/.config"
"/usr/lib/modules/$(uname -r)/config"
"/usr/lib/ostree-boot/config-$(uname -r)"
"/usr/lib/kernel/config-$(uname -r)"
"/usr/src/linux-headers-$(uname -r)/.config"
"/lib/modules/$(uname -r)/build/.config" |
Thank you @gustavo-iniguez-goya I had CONFIG_IKCONFIG=m
CONFIG_IKCONFIG_PROC=y but
I'll fix this and try to launch again |
ok so I've fixed the here the two fail of it Checking => CONFIG_KPROBES_ON_FTRACE=y Checking => CONFIG_HAVE_KPROBES_ON_FTRACE=y While building my kernel ( 6.6.63 ) https://github.com/raspberrypi/linux I guess those two features are not available in that kernel version ? So will opensnitch works without them ? Thanks. |
Yes, it should work. We discussed that flag here: #1145 CONFIG_KPROBES_ON_FTRACE flag is not set for arm: So we could check the architecture when checking for that flag. |
Thank you @gustavo-iniguez-goya indeed it's the same topic ( I'll close this one in a few )
I'll look if I can do a commit for it :) |
Describe the bug
$ opensnitchd -check-requirements ❌ kernel config not found (6.6.63-v8_TESTTT+) in any of the expected paths
Include the following information
1.6.6
Devuan GNU/Linux 5 (daedalus)
Additional context
I've build my own kernel in order to have the missing "modules"
Cross-compiled commands
The text was updated successfully, but these errors were encountered: