-
Notifications
You must be signed in to change notification settings - Fork 13
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
Couldn't load match `comment':No such file or directory #23
Comments
The commit 2e9d22f should fix your issue |
I've just pulled the latest release using I've attached an update log, I hope that helps shed some light. |
Can you run |
There was a problem with the regex. It should now be fixed (bc7ec8e) |
I'm trying to help my son get set up on an Asustor AS1102T NAS device and have run into problems that we are unable to solve with our limited networking knowledge.
This is the command we're using to create the container
sudo docker run --privileged -d -v /volume1/Docker/Qbittorrentvpn/config/:/config -v /volume1/downloads/:/downloads -e "VPN_ENABLED=yes" -e "VPN_TYPE=openvpn" -e "LAN_NETWORK=192.168.1.0/24" -e "PUID=1001" -e "TZ=Africa/Johannesburg" -e "DEBUG=yes" -p 8080:8080 --restart unless-stopped trigus42/qbittorrentvpn
It seems that
iptables
is failing to set up the rules and it logs the following for each rule.iptables v1.8.7 (legacy): Couldn't load match `comment':No such file or directory Try `iptables -h' or 'iptables --help' for more information.
We have enabled debugging and followed through the 03-network.sh file and the log (attached). All seems to be fine except for these
iptables
failures. From some searching and reading of iptables documentation, it would seem that a possible cause is that thecomment
extension module is not available with the version ofiptables
being used. But we have no idea how to try to solve this._agitated_boyd_logs.txt
The text was updated successfully, but these errors were encountered: