binhex / arch-delugevpn

Docker build script for Arch Linux base with Deluge, Privoxy and OpenVPN
GNU General Public License v3.0
695 stars 112 forks source link

Missing iptables module in 'latest' (> '2.1.1-3-02') #354

Closed jh125486 closed 1 year ago

jh125486 commented 1 year ago

I'm hitting a an issue on latest:

Created by...
___.   .__       .__
\_ |__ |__| ____ |  |__   ____ ___  ___
 | __ \|  |/    \|  |  \_/ __ \\  \/  /
 | \_\ \  |   |  \   Y  \  ___/ >    <
 |___  /__|___|  /___|  /\___  >__/\_ \
     \/        \/     \/     \/      \/
   https://hub.docker.com/u/binhex/

2023-02-16 18:11:32.750023 [info] System information Linux 0b61f7a981e9 5.10.60-qnap #1 SMP Thu Jan 12 10:25:38 CST 2023 x86_64 GNU/Linux
2023-02-16 18:11:32.771508 [info] OS_ARCH defined as 'x86-64'
2023-02-16 18:11:32.795850 [info] PUID defined as '911'
2023-02-16 18:11:32.818047 [info] PGID defined as '911'
2023-02-16 18:11:33.273457 [info] UMASK defined as '000'
2023-02-16 18:11:33.294282 [info] Permissions already set for '/config'
2023-02-16 18:11:33.315438 [info] Deleting files in /tmp (non recursive)...
2023-02-16 18:11:33.339311 [info] VPN_ENABLED defined as 'yes'
2023-02-16 18:11:33.360578 [warn] VPN_CLIENT not defined (via -e VPN_CLIENT), defaulting to 'openvpn'
2023-02-16 18:11:33.381226 [info] VPN_PROV defined as 'pia'
2023-02-16 18:11:33.404208 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/ca_toronto.ovpn
2023-02-16 18:11:33.451208 [info] VPN remote server(s) defined as 'ca-toronto.privacy.network,'
2023-02-16 18:11:33.469299 [info] VPN remote port(s) defined as '1198,'
2023-02-16 18:11:33.487441 [info] VPN remote protcol(s) defined as 'udp,'
2023-02-16 18:11:33.509509 [info] VPN_DEVICE_TYPE defined as 'tun0'
2023-02-16 18:11:33.530590 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS)
2023-02-16 18:11:33.645342 [crit] iptables kernel module 'ip_tables' not available, exiting script...
--

Pinning 2.1.1-3-02 resolves the exit loop.

binhex commented 1 year ago

try pulling latest, this is now fixed.