Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

jom

Members
  • Joined

  • Last visited

  1. Working again. Thank you!
  2. Thank you! i have already switched back to binhex/arch-qbittorrentvpn:4.5.1-1-01 Perhaps this also helps:
  3. Same problem here with a QNAP 453be, Firmware version QTS 5.0.1.2277 Build 20230112 & Container-Station.
  4. jom joined the community
  5. Hello everybody, is there somewhere a summary of what to do to get this container running on a QNAP? Here's what I've been doing so far: 1. Changed Config (Folder /data, /config, IP_Network, PUID, PGID & VPN): docker run -d \ --cap-add=NET_ADMIN \ -p 8112:8112 \ -p 8118:8118 \ -p 58846:58846 \ -p 58946:58946 \ --name=delugevpn \ -v /share/Download/torrent/complete:/data \ -v /share/Download/torrent/config:/config \ -v /etc/localtime:/etc/localtime:ro \ -e VPN_ENABLED=yes \ -e VPN_USER=REMOVED \ -e VPN_PASS=REMOVED \ -e VPN_PROV=pia \ -e STRICT_PORT_FORWARD=yes \ -e ENABLE_PRIVOXY=yes \ -e LAN_NETWORK=192.168.178.0/24 \ -e NAME_SERVERS=209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1 \ -e DELUGE_DAEMON_LOG_LEVEL=info \ -e DELUGE_WEB_LOG_LEVEL=info \ -e DEBUG=false \ -e UMASK=000 \ -e PUID=505 \ -e PGID=100 \ binhex/arch-delugevpn 2. Created Dockeruser on qnap [~] # id dockeruser uid=505(dockeruser) gid=100(everyone) groups=100(everyone) 3. Disabled QVPN Service on Qnap. 3. Logs Created by... ___. .__ .__ \_ |__ |__| ____ | |__ ____ ___ ___ | __ \| |/ \| | \_/ __ \\ \/ / | \_\ \ | | \ Y \ ___/ > < |___ /__|___| /___| /\___ >__/\_ \ \/ \/ \/ \/ \/ https://hub.docker.com/u/binhex/ 2020-03-16 23:59:42.416354 [info] System information Linux c71f2a4ef297 4.14.24-qnap #1 SMP Fri Feb 14 01:13:38 CST 2020 x86_64 GNU/Linux 2020-03-16 23:59:42.484742 [info] PUID defined as '505' 2020-03-16 23:59:42.904720 [info] PGID defined as '100' 2020-03-16 23:59:43.507039 [info] UMASK defined as '000' 2020-03-16 23:59:43.574016 [info] Permissions already set for volume mappings 2020-03-16 23:59:43.647206 [info] DELUGE_DAEMON_LOG_LEVEL defined as 'info' 2020-03-16 23:59:43.719217 [info] DELUGE_WEB_LOG_LEVEL defined as 'info' 2020-03-16 23:59:43.791383 [info] VPN_ENABLED defined as 'yes' 2020-03-16 23:59:43.867437 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/DEBerlin.ovpn 2020-03-16 23:59:44.150302 [info] VPN remote line defined as 'remote de-berlin.privateinternetaccess.com 1198' 2020-03-16 23:59:44.222324 [info] VPN_REMOTE defined as 'de-berlin.privateinternetaccess.com' 2020-03-16 23:59:44.288646 [info] VPN_PORT defined as '1198' 2020-03-16 23:59:44.360455 [info] VPN_PROTOCOL defined as 'udp' 2020-03-16 23:59:44.429092 [info] VPN_DEVICE_TYPE defined as 'tun0' 2020-03-16 23:59:44.494813 [info] VPN_PROV defined as 'pia' 2020-03-16 23:59:44.560775 [info] LAN_NETWORK defined as '192.168.178.0/24' 2020-03-16 23:59:44.626671 [info] NAME_SERVERS defined as '209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1' 2020-03-16 23:59:44.695872 [info] VPN_USER defined as 'REMOVED' 2020-03-16 23:59:44.762561 [info] VPN_PASS defined as 'REMOVED' 2020-03-16 23:59:44.828458 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS) 2020-03-16 23:59:44.895785 [info] STRICT_PORT_FORWARD defined as 'yes' 2020-03-16 23:59:44.963687 [info] ENABLE_PRIVOXY defined as 'yes' 2020-03-16 23:59:47.979177 [info] Deleting files in /tmp (non recursive)... 2020-03-16 23:59:48.041860 [info] Starting Supervisor... 2020-03-16 23:59:48,493 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing 2020-03-16 23:59:48,493 INFO Set uid to user 0 succeeded 2020-03-16 23:59:48,499 INFO supervisord started with pid 7 2020-03-16 23:59:49,506 INFO spawned: 'start-script' with pid 169 2020-03-16 23:59:49,509 INFO spawned: 'watchdog-script' with pid 170 2020-03-16 23:59:49,509 INFO reaped unknown pid 8 2020-03-16 23:59:49,522 DEBG 'start-script' stdout output: [info] VPN is enabled, beginning configuration of VPN 2020-03-16 23:59:49,523 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2020-03-16 23:59:49,523 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2020-03-16 23:59:49,544 DEBG 'watchdog-script' stdout output: [info] Line ending conversion required, moving '/tmp/dos2unixtemp.4o0tcE5lB' to '/config/core.conf' 2020-03-16 23:59:49,608 DEBG 'watchdog-script' stderr output: mv: inter-device move failed: '/tmp/dos2unixtemp.4o0tcE5lB' to '/config/core.conf'; unable to remove target: Permission denied 2020-03-16 23:59:49,698 DEBG 'start-script' stdout output: [info] Default route for container is 10.0.3.1 2020-03-16 23:59:49,705 DEBG 'start-script' stdout output: [info] Adding 209.222.18.222 to /etc/resolv.conf 2020-03-16 23:59:49,712 DEBG 'start-script' stdout output: [info] Adding 84.200.69.80 to /etc/resolv.conf 2020-03-16 23:59:49,718 DEBG 'start-script' stdout output: [info] Adding 37.235.1.174 to /etc/resolv.conf 2020-03-16 23:59:49,724 DEBG 'start-script' stdout output: [info] Adding 1.1.1.1 to /etc/resolv.conf 2020-03-16 23:59:49,731 DEBG 'start-script' stdout output: [info] Adding 209.222.18.218 to /etc/resolv.conf 2020-03-16 23:59:49,737 DEBG 'start-script' stdout output: [info] Adding 37.235.1.177 to /etc/resolv.conf 2020-03-16 23:59:49,744 DEBG 'start-script' stdout output: [info] Adding 84.200.70.40 to /etc/resolv.conf 2020-03-16 23:59:49,750 DEBG 'start-script' stdout output: [info] Adding 1.0.0.1 to /etc/resolv.conf 2020-03-16 23:59:49,843 DEBG 'start-script' stdout output: [info] Attempting to load iptable_mangle module... 2020-03-16 23:59:49,845 DEBG 'start-script' stderr output: modprobe: FATAL: Module iptable_mangle not found in directory /lib/modules/4.14.24-qnap 2020-03-16 23:59:49,846 DEBG 'start-script' stdout output: [warn] Unable to load iptable_mangle module using modprobe, trying insmod... 2020-03-16 23:59:49,848 DEBG 'start-script' stderr output: insmod: ERROR: could not load module /lib/modules/iptable_mangle.ko: No such file or directory 2020-03-16 23:59:49,848 DEBG 'start-script' stdout output: [warn] Unable to load iptable_mangle module, you will not be able to connect to the applications Web UI or Privoxy outside of your LAN [info] unRAID/Ubuntu users: Please attempt to load the module by executing the following on your host: '/sbin/modprobe iptable_mangle' [info] Synology users: Please attempt to load the module by executing the following on your host: 'insmod /lib/modules/iptable_mangle.ko' 2020-03-16 23:59:49,883 DEBG 'start-script' stdout output: [info] Docker network defined as 10.0.3.0/24 2020-03-16 23:59:49,889 DEBG 'start-script' stdout output: [info] Adding 192.168.178.0/24 as route via docker eth0 2020-03-16 23:59:49,892 DEBG 'start-script' stdout output: [info] ip route defined as follows... -------------------- 2020-03-16 23:59:49,895 DEBG 'start-script' stdout output: default via 10.0.3.1 dev eth0 10.0.3.0/24 dev eth0 proto kernel scope link src 10.0.3.2 192.168.178.0/24 via 10.0.3.1 dev eth0 -------------------- 2020-03-16 23:59:49,998 DEBG 'start-script' stdout output: [info] iptables defined as follows... -------------------- 2020-03-16 23:59:50,001 DEBG 'start-script' stdout output: -P INPUT DROP -P FORWARD DROP -P OUTPUT DROP -A INPUT -s 10.0.3.0/24 -d 10.0.3.0/24 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --sport 1198 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 8112 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 8112 -j ACCEPT -A INPUT -s 192.168.178.0/24 -i eth0 -p tcp -m tcp --dport 58846 -j ACCEPT -A INPUT -s 192.168.178.0/24 -d 10.0.3.0/24 -i eth0 -p tcp -j ACCEPT -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT -i tun0 -j ACCEPT -A OUTPUT -s 10.0.3.0/24 -d 10.0.3.0/24 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --dport 1198 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 8112 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT -A OUTPUT -d 192.168.178.0/24 -o eth0 -p tcp -m tcp --sport 58846 -j ACCEPT -A OUTPUT -s 10.0.3.0/24 -d 192.168.178.0/24 -o eth0 -p tcp -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT -A OUTPUT -o tun0 -j ACCEPT 2020-03-16 23:59:50,003 DEBG 'start-script' stdout output: -------------------- 2020-03-16 23:59:50,005 DEBG 'start-script' stdout output: [info] Starting OpenVPN... 2020-03-16 23:59:50,015 DEBG 'start-script' stdout output: Mon Mar 16 23:59:50 2020 WARNING: file 'credentials.conf' is group or others accessible Mon Mar 16 23:59:50 2020 OpenVPN 2.4.8 [git:makepkg/3976acda9bf10b5e+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Jan 3 2020 2020-03-16 23:59:50,016 DEBG 'start-script' stdout output: Mon Mar 16 23:59:50 2020 library versions: OpenSSL 1.1.1d 10 Sep 2019, LZO 2.10 2020-03-16 23:59:50,016 DEBG 'start-script' stdout output: [info] OpenVPN started 2020-03-16 23:59:50,017 DEBG 'start-script' stdout output: Mon Mar 16 23:59:50 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-03-16 23:59:50,020 DEBG 'start-script' stdout output: Mon Mar 16 23:59:50 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]185.230.127.233:1198 Mon Mar 16 23:59:50 2020 UDP link local: (not bound) Mon Mar 16 23:59:50 2020 UDP link remote: [AF_INET]185.230.127.233:1198 2020-03-16 23:59:50,081 DEBG 'start-script' stdout output: Mon Mar 16 23:59:50 2020 [0ce02cafecb3990b8f942641af884118] Peer Connection Initiated with [AF_INET]185.230.127.233:1198 2020-03-16 23:59:51,266 DEBG 'start-script' stdout output: Mon Mar 16 23:59:51 2020 AUTH: Received control message: AUTH_FAILED 2020-03-16 23:59:51,267 DEBG 'start-script' stdout output: Mon Mar 16 23:59:51 2020 SIGTERM[soft,auth-failure] received, process exiting 2020-03-17 00:00:20,032 DEBG 'start-script' stdout output: [warn] OpenVPN process terminated, restarting OpenVPN... 2020-03-17 00:00:20,042 DEBG 'start-script' stdout output: Tue Mar 17 00:00:20 2020 WARNING: file 'credentials.conf' is group or others accessible Tue Mar 17 00:00:20 2020 OpenVPN 2.4.8 [git:makepkg/3976acda9bf10b5e+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Jan 3 2020 Tue Mar 17 00:00:20 2020 library versions: OpenSSL 1.1.1d 10 Sep 2019, LZO 2.10 2020-03-17 00:00:20,044 DEBG 'start-script' stdout output: [info] OpenVPN restarted 2020-03-17 00:00:20,044 DEBG 'start-script' stdout output: Tue Mar 17 00:00:20 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-03-17 00:00:20,047 DEBG 'start-script' stdout output: Tue Mar 17 00:00:20 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]185.230.127.233:1198 Tue Mar 17 00:00:20 2020 UDP link local: (not bound) Tue Mar 17 00:00:20 2020 UDP link remote: [AF_INET]185.230.127.233:1198 2020-03-17 00:00:20,109 DEBG 'start-script' stdout output: Tue Mar 17 00:00:20 2020 [0ce02cafecb3990b8f942641af884118] Peer Connection Initiated with [AF_INET]185.230.127.233:1198 2020-03-17 00:00:21,295 DEBG 'start-script' stdout output: Tue Mar 17 00:00:21 2020 AUTH: Received control message: AUTH_FAILED 2020-03-17 00:00:21,295 DEBG 'start-script' stdout output: Tue Mar 17 00:00:21 2020 SIGTERM[soft,auth-failure] received, process exiting 2020-03-17 00:00:50,052 DEBG 'start-script' stdout output: [warn] OpenVPN process terminated, restarting OpenVPN... 2020-03-17 00:00:50,061 DEBG 'start-script' stdout output: Tue Mar 17 00:00:50 2020 WARNING: file 'credentials.conf' is group or others accessible Tue Mar 17 00:00:50 2020 OpenVPN 2.4.8 [git:makepkg/3976acda9bf10b5e+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Jan 3 2020 Tue Mar 17 00:00:50 2020 library versions: OpenSSL 1.1.1d 10 Sep 2019, LZO 2.10 2020-03-17 00:00:50,063 DEBG 'start-script' stdout output: [info] OpenVPN restarted 2020-03-17 00:00:50,064 DEBG 'start-script' stdout output: Tue Mar 17 00:00:50 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-03-17 00:00:50,067 DEBG 'start-script' stdout output: Tue Mar 17 00:00:50 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]185.230.127.233:1198 Tue Mar 17 00:00:50 2020 UDP link local: (not bound) Tue Mar 17 00:00:50 2020 UDP link remote: [AF_INET]185.230.127.233:1198 2020-03-17 00:00:50,130 DEBG 'start-script' stdout output: Tue Mar 17 00:00:50 2020 [0ce02cafecb3990b8f942641af884118] Peer Connection Initiated with [AF_INET]185.230.127.233:1198 2020-03-17 00:00:56,280 DEBG 'start-script' stdout output: Tue Mar 17 00:00:56 2020 AUTH: Received control message: AUTH_FAILED Tue Mar 17 00:00:56 2020 SIGTERM[soft,auth-failure] received, process exiting 2020-03-17 00:01:20,071 DEBG 'start-script' stdout output: [warn] OpenVPN process terminated, restarting OpenVPN... 2020-03-17 00:01:20,081 DEBG 'start-script' stdout output: Tue Mar 17 00:01:20 2020 WARNING: file 'credentials.conf' is group or others accessible Tue Mar 17 00:01:20 2020 OpenVPN 2.4.8 [git:makepkg/3976acda9bf10b5e+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Jan 3 2020 Tue Mar 17 00:01:20 2020 library versions: OpenSSL 1.1.1d 10 Sep 2019, LZO 2.10 2020-03-17 00:01:20,082 DEBG 'start-script' stdout output: [info] OpenVPN restarted 2020-03-17 00:01:20,083 DEBG 'start-script' stdout output: Tue Mar 17 00:01:20 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-03-17 00:01:20,085 DEBG 'start-script' stdout output: Tue Mar 17 00:01:20 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]185.230.127.234:1198 Tue Mar 17 00:01:20 2020 UDP link local: (not bound) Tue Mar 17 00:01:20 2020 UDP link remote: [AF_INET]185.230.127.234:1198 2020-03-17 00:01:20,146 DEBG 'start-script' stdout output: Tue Mar 17 00:01:20 2020 [3da71deeca053d577fd293fbf7d20ca2] Peer Connection Initiated with [AF_INET]185.230.127.234:1198 2020-03-17 00:01:21,383 DEBG 'start-script' stdout output: Tue Mar 17 00:01:21 2020 AUTH: Received control message: AUTH_FAILED 2020-03-17 00:01:21,384 DEBG 'start-script' stdout output: Tue Mar 17 00:01:21 2020 SIGTERM[soft,auth-failure] received, process exiting 2020-03-17 00:01:50,091 DEBG 'start-script' stdout output: [warn] OpenVPN process terminated, restarting OpenVPN... 2020-03-17 00:01:50,101 DEBG 'start-script' stdout output: Tue Mar 17 00:01:50 2020 WARNING: file 'credentials.conf' is group or others accessible Tue Mar 17 00:01:50 2020 OpenVPN 2.4.8 [git:makepkg/3976acda9bf10b5e+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Jan 3 2020 Tue Mar 17 00:01:50 2020 library versions: OpenSSL 1.1.1d 10 Sep 2019, LZO 2.10 2020-03-17 00:01:50,102 DEBG 'start-script' stdout output: [info] OpenVPN restarted 2020-03-17 00:01:50,104 DEBG 'start-script' stdout output: Tue Mar 17 00:01:50 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-03-17 00:01:50,107 DEBG 'start-script' stdout output: Tue Mar 17 00:01:50 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]193.176.86.146:1198 2020-03-17 00:01:50,107 DEBG 'start-script' stdout output: Tue Mar 17 00:01:50 2020 UDP link local: (not bound) Tue Mar 17 00:01:50 2020 UDP link remote: [AF_INET]193.176.86.146:1198 2020-03-17 00:01:50,169 DEBG 'start-script' stdout output: Tue Mar 17 00:01:50 2020 [aa3ebcc9c9c3c10f6bb2c681500e5150] Peer Connection Initiated with [AF_INET]193.176.86.146:1198 2020-03-17 00:01:51,407 DEBG 'start-script' stdout output: Tue Mar 17 00:01:51 2020 AUTH: Received control message: AUTH_FAILED 2020-03-17 00:01:51,407 DEBG 'start-script' stdout output: Tue Mar 17 00:01:51 2020 SIGTERM[soft,auth-failure] received, process exiting 2020-03-17 00:02:20,111 DEBG 'start-script' stdout output: [warn] OpenVPN process terminated, restarting OpenVPN... 2020-03-17 00:02:20,121 DEBG 'start-script' stdout output: Tue Mar 17 00:02:20 2020 WARNING: file 'credentials.conf' is group or others accessible Tue Mar 17 00:02:20 2020 OpenVPN 2.4.8 [git:makepkg/3976acda9bf10b5e+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Jan 3 2020 Tue Mar 17 00:02:20 2020 library versions: OpenSSL 1.1.1d 10 Sep 2019, LZO 2.10 2020-03-17 00:02:20,123 DEBG 'start-script' stdout output: [info] OpenVPN restarted Tue Mar 17 00:02:20 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-03-17 00:02:20,126 DEBG 'start-script' stdout output: Tue Mar 17 00:02:20 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]193.176.86.146:1198 Tue Mar 17 00:02:20 2020 UDP link local: (not bound) Tue Mar 17 00:02:20 2020 UDP link remote: [AF_INET]193.176.86.146:1198 2020-03-17 00:02:20,189 DEBG 'start-script' stdout output: Tue Mar 17 00:02:20 2020 [aa3ebcc9c9c3c10f6bb2c681500e5150] Peer Connection Initiated with [AF_INET]193.176.86.146:1198 2020-03-17 00:02:21,301 DEBG 'start-script' stdout output: Tue Mar 17 00:02:21 2020 AUTH: Received control message: AUTH_FAILED 2020-03-17 00:02:21,301 DEBG 'start-script' stdout output: Tue Mar 17 00:02:21 2020 SIGTERM[soft,auth-failure] received, process exiting 2020-03-17 00:02:50,149 DEBG 'start-script' stdout output: [warn] OpenVPN process terminated, restarting OpenVPN... 2020-03-17 00:02:50,150 DEBG 'start-script' stdout output: Tue Mar 17 00:02:50 2020 WARNING: file 'credentials.conf' is group or others accessible Tue Mar 17 00:02:50 2020 OpenVPN 2.4.8 [git:makepkg/3976acda9bf10b5e+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Jan 3 2020 Tue Mar 17 00:02:50 2020 library versions: OpenSSL 1.1.1d 10 Sep 2019, LZO 2.10 [info] OpenVPN restarted 2020-03-17 00:02:50,150 DEBG 'start-script' stdout output: Tue Mar 17 00:02:50 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-03-17 00:02:50,153 DEBG 'start-script' stdout output: Tue Mar 17 00:02:50 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]185.230.127.241:1198 Tue Mar 17 00:02:50 2020 UDP link local: (not bound) Tue Mar 17 00:02:50 2020 UDP link remote: [AF_INET]185.230.127.241:1198 2020-03-17 00:02:50,227 DEBG 'start-script' stdout output: Tue Mar 17 00:02:50 2020 [549ba32cedc293f70bd0b668cb85651f] Peer Connection Initiated with [AF_INET]185.230.127.241:1198 2020-03-17 00:02:56,303 DEBG 'start-script' stdout output: Tue Mar 17 00:02:56 2020 AUTH: Received control message: AUTH_FAILED 2020-03-17 00:02:56,304 DEBG 'start-script' stdout output: Tue Mar 17 00:02:56 2020 SIGTERM[soft,auth-failure] received, process exiting 2020-03-17 00:03:20,157 DEBG 'start-script' stdout output: [warn] OpenVPN process terminated, restarting OpenVPN... 2020-03-17 00:03:20,167 DEBG 'start-script' stdout output: Tue Mar 17 00:03:20 2020 WARNING: file 'credentials.conf' is group or others accessible 2020-03-17 00:03:20,169 DEBG 'start-script' stdout output: Tue Mar 17 00:03:20 2020 OpenVPN 2.4.8 [git:makepkg/3976acda9bf10b5e+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Jan 3 2020 Tue Mar 17 00:03:20 2020 library versions: OpenSSL 1.1.1d 10 Sep 2019, LZO 2.10 [info] OpenVPN restarted Tue Mar 17 00:03:20 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-03-17 00:03:20,171 DEBG 'start-script' stdout output: Tue Mar 17 00:03:20 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]185.230.127.241:1198 Tue Mar 17 00:03:20 2020 UDP link local: (not bound) Tue Mar 17 00:03:20 2020 UDP link remote: [AF_INET]185.230.127.241:1198 2020-03-17 00:03:20,238 DEBG 'start-script' stdout output: Tue Mar 17 00:03:20 2020 [549ba32cedc293f70bd0b668cb85651f] Peer Connection Initiated with [AF_INET]185.230.127.241:1198 2020-03-17 00:03:21,360 DEBG 'start-script' stdout output: Tue Mar 17 00:03:21 2020 AUTH: Received control message: AUTH_FAILED 2020-03-17 00:03:21,361 DEBG 'start-script' stdout output: Tue Mar 17 00:03:21 2020 SIGTERM[soft,auth-failure] received, process exiting 2020-03-17 00:03:50,179 DEBG 'start-script' stdout output: [warn] OpenVPN process terminated, restarting OpenVPN... 2020-03-17 00:03:50,192 DEBG 'start-script' stdout output: Tue Mar 17 00:03:50 2020 WARNING: file 'credentials.conf' is group or others accessible Tue Mar 17 00:03:50 2020 OpenVPN 2.4.8 [git:makepkg/3976acda9bf10b5e+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Jan 3 2020 Tue Mar 17 00:03:50 2020 library versions: OpenSSL 1.1.1d 10 Sep 2019, LZO 2.10 [info] OpenVPN restarted 2020-03-17 00:03:50,195 DEBG 'start-script' stdout output: Tue Mar 17 00:03:50 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-03-17 00:03:50,199 DEBG 'start-script' stdout output: Tue Mar 17 00:03:50 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]193.176.86.166:1198 Tue Mar 17 00:03:50 2020 UDP link local: (not bound) Tue Mar 17 00:03:50 2020 UDP link remote: [AF_INET]193.176.86.166:1198 2020-03-17 00:03:50,261 DEBG 'start-script' stdout output: Tue Mar 17 00:03:50 2020 [e4a2c67d6de953a7c16d6a98a05245cd] Peer Connection Initiated with [AF_INET]193.176.86.166:1198 2020-03-17 00:03:51,478 DEBG 'start-script' stdout output: Tue Mar 17 00:03:51 2020 AUTH: Received control message: AUTH_FAILED 2020-03-17 00:03:51,478 DEBG 'start-script' stdout output: Tue Mar 17 00:03:51 2020 SIGTERM[soft,auth-failure] received, process exiting 2020-03-17 00:04:20,208 DEBG 'start-script' stdout output: [warn] OpenVPN process terminated, restarting OpenVPN... 2020-03-17 00:04:20,244 DEBG 'start-script' stdout output: Tue Mar 17 00:04:20 2020 WARNING: file 'credentials.conf' is group or others accessible Tue Mar 17 00:04:20 2020 OpenVPN 2.4.8 [git:makepkg/3976acda9bf10b5e+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Jan 3 2020 Tue Mar 17 00:04:20 2020 library versions: OpenSSL 1.1.1d 10 Sep 2019, LZO 2.10 2020-03-17 00:04:20,246 DEBG 'start-script' stdout output: [info] OpenVPN restarted 2020-03-17 00:04:20,248 DEBG 'start-script' stdout output: Tue Mar 17 00:04:20 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-03-17 00:04:20,253 DEBG 'start-script' stdout output: Tue Mar 17 00:04:20 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]185.230.127.234:1198 Tue Mar 17 00:04:20 2020 UDP link local: (not bound) Tue Mar 17 00:04:20 2020 UDP link remote: [AF_INET]185.230.127.234:1198 2020-03-17 00:04:20,320 DEBG 'start-script' stdout output: Tue Mar 17 00:04:20 2020 [3da71deeca053d577fd293fbf7d20ca2] Peer Connection Initiated with [AF_INET]185.230.127.234:1198 2020-03-17 00:04:21,523 DEBG 'start-script' stdout output: Tue Mar 17 00:04:21 2020 AUTH: Received control message: AUTH_FAILED Tue Mar 17 00:04:21 2020 SIGTERM[soft,auth-failure] received, process exiting Can any of you see the error, why the container does not work? Thank your very much! jom

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.