We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally posted by jamroks April 1, 2024
Hi, i launch an x86_64 ubuntu instance on a public subnet inside an aws vpc. i used this command :
docker run -u root --cap-add SYS_ADMIN --net=host --restart unless-stopped --privileged -dit -v /dev/log:/dev/log --name loxilb ghcr.io/loxilb-io/loxilb:latest --host=0.0.0.0
name -r
6.5.0-1016-aws
i tail the logs to take a look at the bootstrap and i found this error , i don't really know what it is , but i was concern since it's about ebpf
libbpf: failed to statfs /opt/loxilb/dp/bpf: No such file or directory
You can found an extract of the logs attached to this issue loxilb.txt
please can you help me understand this error and how to troubleshoot
The text was updated successfully, but these errors were encountered:
Merge pull request #615 from TrekkieCoder/main
f2ab8dd
gh-613 Fixed certain misleading logs
No branches or pull requests
Discussed in #612
Originally posted by jamroks April 1, 2024
Hi,
i launch an x86_64 ubuntu instance on a public subnet inside an aws vpc. i used this command :
name -r
i tail the logs to take a look at the bootstrap and i found this error , i don't really know what it is , but i was concern since it's about ebpf
You can found an extract of the logs attached to this issue
loxilb.txt
please can you help me understand this error and how to troubleshoot
The text was updated successfully, but these errors were encountered: