You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thanks for opening this issue!
Driver 7.3.0+driver fixed build against linux 6.11 on x86_64; unfortunately, a small typo prevented the same fix to be applied to arm64 too (and that will be fixed by next driver release).
That's not your case because you are on x86_64 though. You need to use version 0.39.0 that includes latest driver release: https://github.com/draios/sysdig/releases/tag/0.39.0
Describe the bug
When trying to use
sysdig --bpf ...
I was unable to download the prebuilt bpf probe, and compiling the bpf probe resulted in the error.How to reproduce it
run
sysdig --bpf ...
Expected behaviour
*Capturing events with sysdig.
Screenshots
Environment
sysdig version 0.38.1
Additional context
In Arch, the patch from #1884 fixes the problem that kmod cannot be compiled in 6.10+ kernel, but does not solve the problem that bpf cannot be used.
The text was updated successfully, but these errors were encountered: