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
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
Describe the bug
Running Falco fails with:
[libs]: libbpf: prog 'sys_exit': BPF program load failed: Invalid argument
[libs]: libbpf: prog 'sys_exit': failed to load: -22
[libs]: libbpf: failed to load object 'bpf_probe'
[libs]: libbpf: failed to load BPF skeleton 'bpf_probe': -22
[libs]: libpman: failed to load BPF object (errno: 22 | message: Invalid argument)
An error occurred in an event source, forcing termination...
Stopping capture for event source 'syscall'
How to reproduce it
Running Falco, both as a pod on Kubernetes and from command line (falco -c ./falco.yaml -r ./falco_rules.yaml) on one of the worker nodes.
Expected behaviour
Falco works.
Screenshots
Environment
Falco version: 0.39.2
Libs version: 0.18.2
Plugin API: 3.7.0
Engine: 0.43.0
Driver:
API version: 8.0.0
Schema version: 2.0.0
Default driver: 7.3.0+driver
{
"machine": "x86_64",
"nodename": "kcoplane",
"release": "6.12.8-artix1-1",
"sysname": "Linux",
"version": "#1 SMP PREEMPT_DYNAMIC Fri, 03 Jan 2025 16:31:28 +0000"
}
QEMU/KVM virtual hardware
NAME="Artix Linux"
PRETTY_NAME="Artix Linux"
ID=artix
BUILD_ID=rolling
ANSI_COLOR="38;2;23;147;209"
HOME_URL="https://artixlinux.org/"
DOCUMENTATION_URL="https://wiki.artixlinux.org/"
SUPPORT_URL="https://forum.artixlinux.org/"
BUG_REPORT_URL="https://bugs.artixlinux.org/"
PRIVACY_POLICY_URL="https://terms.artixlinux.org/docs/privacy-policy/"
LOGO=artixlinux-logo
Linux kcoplane 6.12.8-artix1-1 #1 SMP PREEMPT_DYNAMIC Fri, 03 Jan 2025 16:31:28 +0000 x86_64 GNU/Linux
Kubernetes and from source
Additional context
I've Attached the debug log and the output of strace.
falco-strace.log
falco-debug.log
The text was updated successfully, but these errors were encountered: