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: iptables v1.8.10 (nf_tables): Could not fetch rule set generation id: Invalid argument #2255

Closed
giorgiooriani opened this issue May 2, 2024 · 6 comments
Labels
Closed: 👥 Duplicate Issue duplicates an existing issue

Comments

@giorgiooriani
Copy link

Is this urgent?

No

Host OS

Synology DSM 7.2

CPU arch

x86_64

VPN service provider

NordVPN

What are you using to run the container

docker-compose

What is the version of Gluetun

Running version latest built on 2024-05-02T09:21:40.587Z (commit 6dd27e5)

What's the problem 🤔

gluetun instantly shuts down when I start the container

Share your logs (at least 10 lines)

========================================
========================================
=============== gluetun ================
========================================
=========== Made with ❤️ by ============
======= https://github.com/qdm12 =======
========================================
========================================
Running version latest built on 2024-05-02T09:21:40.587Z (commit 6dd27e5)
🔧 Need help? https://github.com/qdm12/gluetun/discussions/new
🐛 Bug? https://github.com/qdm12/gluetun/issues/new
✨ New feature? https://github.com/qdm12/gluetun/issues/new
☕ Discussion? https://github.com/qdm12/gluetun/discussions/new
💻 Email? [email protected]
💰 Help me? https://www.paypal.me/qmcgaw https://github.com/sponsors/qdm12
2024-05-02T14:11:52Z INFO [routing] default route found: interface eth0, gateway 10.0.5.1, assigned IP 10.0.5.19 and family v4
2024-05-02T14:11:52Z INFO [routing] local ethernet link found: eth0
2024-05-02T14:11:52Z INFO [routing] local ipnet found: 10.0.5.0/24
2024-05-02T14:11:52Z ERROR no iptables supported found: errors encountered are: iptables-nft: iptables v1.8.10 (nf_tables): Could not fetch rule set generation id: Invalid argument (exit status 4); iptables: iptables v1.8.10 (nf_tables): Could not fetch rule set generation id: Invalid argument (exit status 4)
2024-05-02T14:11:52Z INFO Shutdown successful

Share your configuration

version: "3"
services:
  gluetun:
    image: qmcgaw/gluetun
    container_name: gluetun
    cap_add:
      - NET_ADMIN
    networks:  
      - media_bridge
    devices:
      - /dev/net/tun:/dev/net/tun
    volumes:
      - /volume1/configs/gluetun:/gluetun
    environment:
      - VPN_SERVICE_PROVIDER=nordvpn
      - VPN_TYPE=openvpn # or wireguard
      - OPENVPN_USER=[username]
      - OPENVPN_PASSWORD=[password]
      - SERVER_COUNTRIES=Switzerland
      - TZ:Europe/Rome
      - PUID:[puid]
      - PGID:[guid]
Copy link
Contributor

github-actions bot commented May 2, 2024

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

@TrishenSuresh
Copy link

Having the same issue as well using Synology

@giorgiooriani
Copy link
Author

#2256 fixes it for me, using :v3.38 instead of :latest

@johnwyles
Copy link

Confirmed. Change your docker image from qmcgaw/gluetun:latest or qmcgaw/gluetun to qmcgaw/gluetun:v3 for a temporary workaround.

@qdm12 qdm12 added the Closed: 👥 Duplicate Issue duplicates an existing issue label May 2, 2024
@qdm12
Copy link
Owner

qdm12 commented May 2, 2024

Please subscribe to issue #2256 and let's continue the conversation there 😉

@qdm12 qdm12 closed this as not planned Won't fix, can't repro, duplicate, stale May 2, 2024
Copy link
Contributor

github-actions bot commented May 2, 2024

Closed issues are NOT monitored, so commenting here is likely to be not seen.
If you think this is still unresolved and have more information to bring, please create another issue.

This is an automated comment setup because @qdm12 is the sole maintainer of this project
which became too popular to monitor issues closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Closed: 👥 Duplicate Issue duplicates an existing issue
Projects
None yet
Development

No branches or pull requests

4 participants