-
-
Notifications
You must be signed in to change notification settings - Fork 391
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: Alpine upgrade to 3.19 iptables no longer working: Could not fetch rule set generation id: Invalid argument
#2256
Comments
@qdm12 is more or less the only maintainer of this project and works on it in his free time.
|
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
That's the upgrade from Alpine 3.18 to 3.19 causing this. Damn this Docker image is so tight with the host, this is frustrating 😄 |
This comment was marked as duplicate.
This comment was marked as duplicate.
Could not fetch rule set generation id: Invalid argument
This is due to the recent (today) upgrade to Alpine 3.19 causing some errors on some hosts (not mine - WSL and Arch linux both on x86_64). Please report what your host machine OS and architecture is ideally to help debug this. Also try the steps detailed in #2200 (comment) to help me find out what's wrong with iptables 1.8.10 and Alpine 3.19. Thanks! |
Can any of you try on the host running EDIT to future me: if this is indeed the case, install |
Thanks for your quick answer. I am not skilled enough at this stage to run the suggested commands. I am running DSM 7.2 on a Synology DS224+ NAS, Architecture is x86_64ThanksLe 2 mai 2024 à 18:43, Quentin McGaw ***@***.***> a écrit :
This is due to the recent (today) upgrade to Alpine 3.19 causing some errors on some hosts (not mine - WSL and Arch linux both on x86_64). Please report what your host machine OS and architecture is ideally to help debug this. Also try the steps detailed in #2200 (comment) to help me find out what's wrong with iptables 1.8.10 and Alpine 3.19. Thanks!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Synology DSM 7.2.1-69057 Update 4 (x86_64) Wonder if these might be helpful? |
Yeah that's very likely the problem, it's the nf_tables missing in the kernel (damn you Synology!). For alpine 3.18 and before, the default was legacy:
But for alpine 3.19 the default is now nf_tables:
So I pushed fb145d6 which adds the |
This comment was marked as off-topic.
This comment was marked as off-topic.
That works! Thanks so much for the quick fix @qdm12 |
Working once again on Synology DSM 7.2.1-69057 Update 5, thanks! |
Awesome thanks for confirming! |
Closed issues are NOT monitored, so commenting here is likely to be not seen. This is an automated comment setup because @qdm12 is the sole maintainer of this project |
Confirmed fixed on QNAP NAS as well. Thanks for the ridiculously fast update! |
Hi, I am running on an Asustor NAS. I am now getting this after updating: 2024-05-02T23:07:34Z INFO [storage] creating /gluetun/servers.json with 19425 hardcoded servers Thanks! |
@mikefromnj As it says in the comment two above yours, this issue is now closed, so your report is unlikely to be seen. If you're still having an issue, you need to open a new bug report. Also, from reading your logs, your bug is different to the one in this thread. It's may well have a related / similar cause, but it is not the same bug, so please submit a complete bug report with all the requested details / logs / configs / descriptions in it. |
@mikefromnj and others, see #2260 (comment) which might solve this. Sorry I didn't see this problem either, especially since this is all kernel-specific so hard to reproduce and check all corner cases 😉 |
Hi, Thanks for "iptables-legacy" I had to modify qbittorrent-natmap to use it : Once done it works again :) I'm still using qbittorrent-natmap container as if I'm not wrong, custom provider wireguard (with protonvpn) is not able to handle natmap / pmp from gluetun directly. |
Is this urgent?
None
Host OS
QNAP OS 5.1
CPU arch
x86_64
VPN service provider
ProtonVPN
What are you using to run the container
Portainer
What is the version of Gluetun
Running version latest built on 2024-05-02T08:16:52.183Z (commit e0a977c)
What's the problem 🤔
Since updating, the container exits almost immediately with an error that iptables is not found. The same config was working fine until updated, and rolling back the config to :v3.38 instead of :latest make it work fine again.
Share your logs (at least 10 lines)
Share your configuration
The text was updated successfully, but these errors were encountered: