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

Bug: no iptables supported found: exec format error #2604

Open
maydeafmute opened this issue Nov 28, 2024 · 2 comments
Open

Bug: no iptables supported found: exec format error #2604

maydeafmute opened this issue Nov 28, 2024 · 2 comments

Comments

@maydeafmute
Copy link

Is this urgent?

No

Host OS

Archlinux

CPU arch

x86_64

VPN service provider

Mullvad

What are you using to run the container

docker run

What is the version of Gluetun

Latest

What's the problem 🤔

i have 2 nearly identicals archlinux machines, in one run flawless, in the other gives me this error:
ERROR no iptables supported found: errors encountered are: iptables-legacy: (fork/exec /sbin/iptables-legacy: exec format error); iptables-nft: (fork/exec /sbin/iptables-nft: exec format error); iptables: (fork/exec /sbin/iptables: exec format error)

im using docker desktop.

Share your logs (at least 10 lines)

2024-11-28 15:58:00 2024-11-28T14:58:00Z INFO [routing] default route found: interface eth0, gateway 172.17.0.1, assigned IP 172.17.0.2 and family v4
2024-11-28 15:58:00 2024-11-28T14:58:00Z INFO [routing] local ethernet link found: gretap0
2024-11-28 15:58:00 2024-11-28T14:58:00Z INFO [routing] local ethernet link found: erspan0
2024-11-28 15:58:00 2024-11-28T14:58:00Z INFO [routing] local ethernet link found: eth0
2024-11-28 15:58:00 2024-11-28T14:58:00Z INFO [routing] local ipnet found: 172.17.0.0/16
2024-11-28 15:58:00 2024-11-28T14:58:00Z ERROR no iptables supported found: errors encountered are: iptables-legacy:  (fork/exec /sbin/iptables-legacy: exec format error); iptables-nft:  (fork/exec /sbin/iptables-nft: exec format error); iptables:  (fork/exec /sbin/iptables: exec format error)
2024-11-28 15:58:00 2024-11-28T14:58:00Z INFO Shutdown successful

Share your configuration

No response

Copy link
Contributor

@qdm12 is more or less the only maintainer of this project and works on it in his free time.
Please:

@qdm12
Copy link
Owner

qdm12 commented Dec 18, 2024

exec format error usually happens when you try to run a binary for another platform than your platform. Are you sure you are using the correct Docker image for your x86_64 platform, and not something else (such as arm64 etc.)?

@qdm12 qdm12 changed the title Bug: ERROR no iptables supported found: Bug: no iptables supported found: exec format error Dec 18, 2024
@qdm12 qdm12 added the Closed: ⚰️ Inactive No answer was received for weeks label Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants