-
Notifications
You must be signed in to change notification settings - Fork 57
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
[Bug Report] something went wrong in docker container. level=fatal msg="dae.Run: load eBPF objects: field TproxyWanEgress: program tproxy_wan_egress: load program: argument list too long: ;: 1428: (71) r2 (truncated, 879 line(s) omitted)"
#250
Comments
Thanks for opening this issue! |
https://github.com/daeuniverse/dae/blob/main/docs/en/troubleshooting.md#fail-to-load-ebpf-objects |
@mzz2017 @kunish This is what I got from # in the system terminal:
docker run -it --rm golang:1.20-bookworm
# in the container:
apt-get update
apt-get install clang -y This is the output of root@9ad12dc3dc97:/go# clang --version
Debian clang version 14.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
root@9ad12dc3dc97:/go# exit
exit NOTE:
Maybe change line 21 into |
Another question, Why there isn't a |
Can you help improve the Dockerfile and dockrt-compose? Thanks so much! |
I'll make a pull request later. |
@hero-intelligent Thanks for your contribution! Let's discuss the implementation details further in the PR. |
Checks
Current Behavior
docker-compose.yml
terminal output:
Expected Behavior
just work correctly!
Steps to Reproduce
build image works just fine, but when running a container, it spits out an error. this is what the last line of the log looks like:
Environment
cat /etc/os-release
): Debian 12uname -a
): 6.1.0-11-amd64output of cat /etc/os-release:
output of uname -a:
Anything else?
No response
The text was updated successfully, but these errors were encountered: