-
Notifications
You must be signed in to change notification settings - Fork 905
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
Binary pre-built eBPF module missing for recent amzn linux kernel #1720
Comments
Issues go stale after 90d of inactivity. Mark the issue as fresh with Stale issues rot after an additional 30d of inactivity and eventually close. If this issue is safe to close now please do so with Provide feedback via https://github.com/falcosecurity/community. /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh with Rotten issues close after an additional 30d of inactivity. If this issue is safe to close now please do so with Provide feedback via https://github.com/falcosecurity/community. /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue with Mark the issue as fresh with Provide feedback via https://github.com/falcosecurity/community. |
@poiana: Closing this issue. In response to this:
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/test-infra repository. |
The kernel module is available:
$ curl -i https://download.falco.org/driver/5c0b863ddade7a45568c0ac97d037422c9efb750/falco_amazonlinux2_5.4.129-63.229.amzn2.x86_64_1.ko
HTTP/2 200
content-type: binary/octet-stream
content-length: 3617208
last-modified: Wed, 04 Aug 2021 16:40:53 GMT
But the ebpf module for the same kernel is not:
$ curl -i https://download.falco.org/driver/5c0b863ddade7a45568c0ac97d037422c9efb750/falco_amazonlinux2_5.4.129-63.229.amzn2.x86_64_1.o
HTTP/2 404
content-type: application/xml
date: Wed, 01 Sep 2021 08:53:35 GMT
Could it be that it failed to build/upload the ebpf module in some pipeline? Maybe related to #1718
Try to download module. See above.
Both the kernel module and the ebpf module should be available:
https://falco.org/docs/getting-started/installation/#install-driver
Amazon linux 2
Additional context
The text was updated successfully, but these errors were encountered: