Skip to content
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

tcpdump error on ubuntu 20.04 x86_64 guest executed arm64 host #194

Open
jhaxhiaj opened this issue Jul 26, 2024 · 1 comment
Open

tcpdump error on ubuntu 20.04 x86_64 guest executed arm64 host #194

jhaxhiaj opened this issue Jul 26, 2024 · 1 comment

Comments

@jhaxhiaj
Copy link

jhaxhiaj commented Jul 26, 2024

Hello,

Platform: Ubuntu 20.04 for arm64 (Graviton3)
Guest Image: ubuntu 20.04 for arm64

tcpdump returns the following error:
tcpdump: lo: SIOCETHTOOL(ETHTOOL_GET_TS_INFO) ioctl failed: Function not implemented

How to reproduce the issue :

$ docker run -it --platform=amd64 --entrypoint=bash ubuntu
$ apt update && apt install -y tcpdump
$ tcpdump -i lo

The native execution works as excpected:

$ docker run -it --entrypoint=bash ubuntu
$ apt update && apt install -y tcpdump
$ tcpdump -i lo

Results
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode listening on lo, link-type EN10MB (Ethernet), snapshot length 262144 bytes

@rudamaia
Copy link

I believe I have the same networking problem. Trying to run rocketchat amd64 but the container can never reach mongodb or anything else outside of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants