-
-
Notifications
You must be signed in to change notification settings - Fork 367
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 segmentation fault v1.8.9 + v1.4.21 #1852
Comments
After seeing the following provide no output. So I substituted the It works! So it seems the QNAP OS 5.1.1.2491 is not friendly with alpine 3.18. Now I am not a developer or programmer so I am not sure of the repercussions of this change or if this will break anything else, so I will await your reply for a more suitable solution. |
Also tried the above with earlier versions of alpine 3.18; 3.18.0, 3.18.2, all show the same symptoms. |
What do you get from: docker run -it --rm alpine:3.18
apk add iptables
iptables -L
echo $?
exit What's the code? Usually Sticking to Alpine 3.17 isn't too bad, it's just that your Openvpn version will be stuck on Openvpn 2.5 and Openvpn 2.6 won't be available. |
|
Hi there, did you figure it out in the end? Thanks! |
Closing due to inactivity |
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 |
Is this urgent?
Yes
Host OS
QNAP QTS 5.1.1.2491
CPU arch
armv7l
VPN service provider
ProtonVPN
What are you using to run the container
docker-compose
What is the version of Gluetun
Running version v3.35.0 built on 2023-06-28T13:06:38.000Z (commit 44bc60b)
What's the problem 🤔
On v3.35.0 I encountered:
ERROR no iptables supported found: errors encountered are: iptables-nft: (signal: segmentation fault); iptables: (signal: segmentation fault)
as seen in the logs when running on my QNAP host.
I tested error to not be present on v3.34.3.
I tested error to not be present on a Windows Host.
Symptom looks similar to: #1062
Per @qdm12's comment running
docker run -it --rm alpine:3.18
apk add iptables
iptables -L
exit
Yields no stdout.
Share your logs
Share your configuration
The text was updated successfully, but these errors were encountered: