error creating Tracee: failed to load BPF object #442
Replies: 2 comments
-
@ceeeeb-hao the same command line presented worked here in my Manjaro env. What's your env?
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Duplicate of aquasecurity/tracee#4107 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
docker run --name tracee -it --rm --pid=host --cgroupns=host --privileged -v /etc/os-release:/etc/os-release-host:ro -v /var/run:/var/run:ro -p 3366:3366 aquasec/tracee:latest --metrics
mkfifo: cannot create fifo '/tmp/tracee/pipe': No such file or directory
starting tracee-ebpf...
libbpf: failed to parse target BTF: -22
libbpf: failed to perform CO-RE relocations: -22
libbpf: failed to load object 'embedded-core'
2024/06/08 13:43:19 error creating Tracee: failed to load BPF object
Beta Was this translation helpful? Give feedback.
All reactions