-
Notifications
You must be signed in to change notification settings - Fork 431
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
Tracee doesn't work on CentOS 8 #349
Comments
Hi @NeonSludge , It seems that redhat backported a commit from a more recent kernel to their 4.18 kernel. We will need to figure out in which kernel version that changed for redhat (and thus for centos as well). Please let me know if that worked for you |
related: draios/sysdig#1650 |
Yep, Tracee works with these changes in
|
Thanks @NeonSludge I just opened a PR to fix this issue, and I'll appreciate if you can test it on your machine and verify if it works: |
I've compiled a version of Tracee from that PR on a CentOS 8.3 machine with the stock RedHat kernel and it works fine. |
Thank you for the quick fix! 👏 |
Tracee doesn't seem to be compatible with the stock kernel on CentOS 8.
Steps to reproduce:
Here is the output of an attempt to run Tracee 0.3.0 on CentOS 8.3.2011 (Linux 4.18.0-240.1.1.el8_3.x86_64, clang 10.0.1). I've tried building Tracee from source (master) but it doesn't make any difference.
At the same time, BCC and bpftrace (latest versions built from source) work perfectly and do not produce any errors on the same machine.
The text was updated successfully, but these errors were encountered: