Configure container args with Big Blue Button

silverback

Contributor
Joined
Jun 26, 2016
Messages
134
I am deploying a container that requires a command that I formally entered as a docker run command: "--sysctl net.ipv6.conf.all.disable_ipv6=0"

Is it possible to add this with the big blue button, I have tried several different entries but with all of them the container won't start.

Do the CMD and args entries even work at all?

Thanks in advance.
 

waqarahmed

iXsystems
iXsystems
Joined
Aug 28, 2019
Messages
136
@silverback on latest nightlies, i have tested container cmd/args and both are working as desired. Can you perhaps point me to the docker image in question ? And i am not sure some image will like "--sysctl net.ipv6.conf.all.disable_ipv6=0" as docker CMD, it looks more like an argument.
 

silverback

Contributor
Joined
Jun 26, 2016
Messages
134
@silverback on latest nightlies, i have tested container cmd/args and both are working as desired. Can you perhaps point me to the docker image in question ? And i am not sure some image will like "--sysctl net.ipv6.conf.all.disable_ipv6=0" as docker CMD, it looks more like an argument.

Thank You Waqar, for confirming the entries will work if properly formatted.

The container I am trying to build is here: https://hub.docker.com/r/markusmcnugen/qbittorrentvpn

I am unable to get it to working properly on Scale latest nightlies with the setting "VPN_ENABLED=yes".

Using the command "--sysctl net.ipv6.conf.all.disable_ipv6=0" worked on TrueNAS-SCALE-20.10-ALPHA.

But in the latest nightlies the log error is different:

Code:
2021-05-20T16:13:02.665643872Z 2021-05-20 16:13:02.665057 [info] VPN_ENABLED defined as 'yes'
2021-05-20T16:13:02.690031982Z 2021-05-20 16:13:02.689870 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/AirVPN_US-Fremont-California_Aquila_UDP-443-3.ovpn
2021-05-20T16:13:02.692159827Z dos2unix: converting file /config/openvpn/AirVPN_US-Fremont-California_Aquila_UDP-443-3.ovpn to Unix format...
2021-05-20T16:13:02.712041868Z 2021-05-20 16:13:02.711885 [info] VPN remote line defined as '199.249.223.129 443'
2021-05-20T16:13:02.737178598Z 2021-05-20 16:13:02.736989 [info] VPN_REMOTE defined as '199.249.223.129'
2021-05-20T16:13:02.758336905Z 2021-05-20 16:13:02.758164 [info] VPN_PORT defined as '443'
2021-05-20T16:13:02.786154448Z 2021-05-20 16:13:02.786017 [info] VPN_PROTOCOL defined as 'udp'
2021-05-20T16:13:02.807447198Z 2021-05-20 16:13:02.807284 [info] VPN_DEVICE_TYPE defined as 'tun0'
2021-05-20T16:13:02.829313519Z 2021-05-20 16:13:02.829137 [info] LAN_NETWORK defined as '192.168.1.0/24'
2021-05-20T16:13:02.849568469Z 2021-05-20 16:13:02.849403 [warn] NAME_SERVERS not defined (via -e NAME_SERVERS), defaulting to Google and FreeDNS name servers
2021-05-20T16:13:02.869444433Z 2021-05-20 16:13:02.869290 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS)
2021-05-20T16:13:02.892349733Z 2021-05-20 16:13:02.892183 [info] Adding 8.8.8.8 to resolv.conf
2021-05-20T16:13:02.913940588Z 2021-05-20 16:13:02.913786 [info] Adding 37.235.1.174 to resolv.conf
2021-05-20T16:13:02.937991352Z 2021-05-20 16:13:02.937833 [info] Adding 8.8.4.4 to resolv.conf
2021-05-20T16:13:02.957776385Z 2021-05-20 16:13:02.957593 [info] Adding 37.235.1.177 to resolv.conf
2021-05-20T16:13:02.977363342Z 2021-05-20 16:13:02.977185 [info] PUID not defined. Defaulting to root user
2021-05-20T16:13:02.997449965Z 2021-05-20 16:13:02.997269 [info] PGID not defined. Defaulting to root group
2021-05-20T16:13:03.016509536Z 2021-05-20 16:13:03.016323 [info] Starting OpenVPN...
2021-05-20T16:13:03.034552065Z Thu May 20 16:13:03 2021 OpenVPN 2.4.7 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Sep  5 2019
2021-05-20T16:13:03.034584273Z Thu May 20 16:13:03 2021 library versions: OpenSSL 1.1.1f  31 Mar 2020, LZO 2.10
2021-05-20T16:13:03.037306365Z Thu May 20 16:13:03 2021 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
2021-05-20T16:13:03.037343692Z Thu May 20 16:13:03 2021 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
2021-05-20T16:13:03.037493791Z Thu May 20 16:13:03 2021 TCP/UDP: Preserving recently used remote address: [AF_INET]199.249.223.129:443
2021-05-20T16:13:03.037537089Z Thu May 20 16:13:03 2021 Socket Buffers: R=[212992->212992] S=[212992->212992]
2021-05-20T16:13:03.037548469Z Thu May 20 16:13:03 2021 UDP link local: (not bound)
2021-05-20T16:13:03.037556616Z Thu May 20 16:13:03 2021 UDP link remote: [AF_INET]199.249.223.129:443
2021-05-20T16:13:03.050183166Z Thu May 20 16:13:03 2021 TLS: Initial packet from [AF_INET]199.249.223.129:443, sid=0852d9f3 2eb69cae
2021-05-20T16:13:03.084927052Z Thu May 20 16:13:03 2021 VERIFY OK: depth=1, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=airvpn.org CA, emailAddress=info@airvpn.org
2021-05-20T16:13:03.085154428Z Thu May 20 16:13:03 2021 VERIFY KU OK
2021-05-20T16:13:03.085183740Z Thu May 20 16:13:03 2021 Validating certificate extended key usage
2021-05-20T16:13:03.085217768Z Thu May 20 16:13:03 2021 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
2021-05-20T16:13:03.085226856Z Thu May 20 16:13:03 2021 VERIFY EKU OK
2021-05-20T16:13:03.085233113Z Thu May 20 16:13:03 2021 VERIFY OK: depth=0, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=Aquila, emailAddress=info@airvpn.org
2021-05-20T16:13:03.112239614Z Thu May 20 16:13:03 2021 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_CHACHA20_POLY1305_SHA256, 4096 bit RSA
2021-05-20T16:13:03.112289529Z Thu May 20 16:13:03 2021 [Aquila] Peer Connection Initiated with [AF_INET]199.249.223.129:443
2021-05-20T16:13:04.127943653Z Thu May 20 16:13:04 2021 SENT CONTROL [Aquila]: 'PUSH_REQUEST' (status=1)
2021-05-20T16:13:04.198899014Z Thu May 20 16:13:04 2021 PUSH: Received control message: 'PUSH_REPLY,comp-lzo no,redirect-gateway ipv6 def1 bypass-dhcp,dhcp-option DNS 10.9.160.1,dhcp-option DNS6 fde6:7a:7d20:5a0::1,tun-ipv6,route-gateway 10.9.160.1,topology subnet,ping 10,ping-restart 60,ifconfig-ipv6 fde6:7a:7d20:5a0::1051/64 fde6:7a:7d20:5a0::1,ifconfig 10.9.160.83 255.255.255.0,peer-id 2,cipher AES-256-GCM'
2021-05-20T16:13:04.199180772Z Thu May 20 16:13:04 2021 OPTIONS IMPORT: timers and/or timeouts modified
2021-05-20T16:13:04.199298692Z Thu May 20 16:13:04 2021 OPTIONS IMPORT: compression parms modified
2021-05-20T16:13:04.199344932Z Thu May 20 16:13:04 2021 OPTIONS IMPORT: --ifconfig/up options modified
2021-05-20T16:13:04.199379032Z Thu May 20 16:13:04 2021 OPTIONS IMPORT: route options modified
2021-05-20T16:13:04.199403272Z Thu May 20 16:13:04 2021 OPTIONS IMPORT: route-related options modified
2021-05-20T16:13:04.199464856Z Thu May 20 16:13:04 2021 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
2021-05-20T16:13:04.199493193Z Thu May 20 16:13:04 2021 OPTIONS IMPORT: peer-id set
2021-05-20T16:13:04.199519856Z Thu May 20 16:13:04 2021 OPTIONS IMPORT: adjusting link_mtu to 1625
2021-05-20T16:13:04.199577603Z Thu May 20 16:13:04 2021 OPTIONS IMPORT: data channel crypto options modified
2021-05-20T16:13:04.199619493Z Thu May 20 16:13:04 2021 Data Channel: using negotiated cipher 'AES-256-GCM'
2021-05-20T16:13:04.199691123Z Thu May 20 16:13:04 2021 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
2021-05-20T16:13:04.199769704Z Thu May 20 16:13:04 2021 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
2021-05-20T16:13:04.200047914Z Thu May 20 16:13:04 2021 ROUTE_GATEWAY 192.168.1.1/255.255.255.0 IFACE=eno1 HWADDR=ac:1f:6b:d1:1b:68
2021-05-20T16:13:04.200085725Z Thu May 20 16:13:04 2021 GDG6: remote_host_ipv6=n/a
2021-05-20T16:13:04.200147141Z Thu May 20 16:13:04 2021 ROUTE6: default_gateway=UNDEF
2021-05-20T16:13:04.213282204Z Thu May 20 16:13:04 2021 TUN/TAP device tun0 opened
2021-05-20T16:13:04.213308389Z Thu May 20 16:13:04 2021 TUN/TAP TX queue length set to 100
2021-05-20T16:13:04.213325607Z Thu May 20 16:13:04 2021 /sbin/ip link set dev tun0 up mtu 1500
2021-05-20T16:13:04.224970142Z Thu May 20 16:13:04 2021 /sbin/ip addr add dev tun0 10.9.160.83/24 broadcast 10.9.160.255
2021-05-20T16:13:04.226178973Z Thu May 20 16:13:04 2021 /sbin/ip -6 addr add fde6:7a:7d20:5a0::1051/64 dev tun0
2021-05-20T16:13:08.046299946Z 2021-05-20 16:13:08.046097 [info] WebUI port defined as
2021-05-20T16:13:08.071685129Z 2021-05-20 16:13:08.071496 [info] LAN Network defined as 192.168.1.0/24
2021-05-20T16:13:08.093818958Z 2021-05-20 16:13:08.093646 [info] Default gateway defined as 192.168.1.1
2021-05-20T16:13:08.098273163Z Cannot find device "eth0"
2021-05-20T16:13:08.121811337Z 2021-05-20 16:13:08.121625 [info] ip route defined as follows...
2021-05-20T16:13:08.122375805Z --------------------
2021-05-20T16:13:08.123425458Z default via 192.168.1.1 dev eno1 proto static
2021-05-20T16:13:08.123471345Z 10.9.160.0/24 dev tun0 proto kernel scope link src 10.9.160.83
2021-05-20T16:13:08.123481397Z 172.16.0.0/16 dev kube-bridge proto kernel scope link src 172.16.0.1
2021-05-20T16:13:08.123488575Z 192.168.1.0/24 dev eno1 proto kernel scope link src 192.168.1.100
2021-05-20T16:13:08.123568758Z --------------------
2021-05-20T16:13:08.130828651Z iptable_mangle         16384  1
2021-05-20T16:13:08.130866118Z ip_tables              32768  6 iptable_filter,iptable_nat,iptable_mangle
2021-05-20T16:13:08.130877321Z x_tables               53248  17 ip6table_filter,xt_conntrack,iptable_filter,xt_multiport,xt_tcpudp,xt_addrtype,xt_nat,xt_ipvs,xt_comment,xt_set,ip6_tables,ipt_REJECT,ip_tables,ip6table_mangle,xt_MASQUERADE,iptable_mangle,xt_mark
2021-05-20T16:13:08.152996831Z 2021-05-20 16:13:08.152806 [info] iptable_mangle support detected, adding fwmark for tables
2021-05-20T16:13:08.190781046Z 2021-05-20 16:13:08.190600 [info] Docker network defined as 192.168.1.0/24
2021-05-20T16:13:08.839547807Z 2021-05-20 16:13:08.839331 [info] iptables defined as follows...
2021-05-20T16:13:08.840192555Z --------------------
2021-05-20T16:13:08.846494955Z -P INPUT DROP
2021-05-20T16:13:08.846533857Z -P FORWARD ACCEPT
2021-05-20T16:13:08.846553408Z -P OUTPUT DROP
2021-05-20T16:13:08.846564275Z -N KUBE-FIREWALL
2021-05-20T16:13:08.846573341Z -N KUBE-KUBELET-CANARY
2021-05-20T16:13:08.846605111Z -N KUBE-ROUTER-FORWARD
2021-05-20T16:13:08.846616907Z -N KUBE-ROUTER-INPUT
2021-05-20T16:13:08.846625950Z -N KUBE-ROUTER-OUTPUT
2021-05-20T16:13:08.846635470Z -N KUBE-ROUTER-SERVICES
2021-05-20T16:13:08.846644813Z -A INPUT -m comment --comment "kube-router netpol - 4IA2OSFRMVNDXBVV" -j KUBE-ROUTER-INPUT
2021-05-20T16:13:08.846677917Z -A INPUT -m comment --comment "handle traffic to IPVS service IPs in custom chain" -m set --match-set kube-router-service-ips dst -j KUBE-ROUTER-SERVICES
2021-05-20T16:13:08.846689514Z -A INPUT -j KUBE-FIREWALL
2021-05-20T16:13:08.846698650Z -A INPUT -s 192.168.1.100/32 -p tcp -m tcp --dport 6443 -j ACCEPT
2021-05-20T16:13:08.846722714Z -A INPUT -s 127.0.0.1/32 -p tcp -m tcp --dport 6443 -j ACCEPT
2021-05-20T16:13:08.846733696Z -A INPUT -s 127.0.0.1/32 -p tcp -m tcp --dport 6443 -j ACCEPT
2021-05-20T16:13:08.846742724Z -A INPUT -p tcp -m tcp --dport 6443 -j DROP
2021-05-20T16:13:08.846751562Z -A INPUT -i tun0 -j ACCEPT
2021-05-20T16:13:08.846760556Z -A INPUT -s 192.168.1.0/24 -d 192.168.1.0/24 -j ACCEPT
2021-05-20T16:13:08.846781420Z -A INPUT -i eth0 -p udp -m udp --sport 443 -j ACCEPT
2021-05-20T16:13:08.846792563Z -A INPUT -i eth0 -p tcp -m tcp --dport 8080 -j ACCEPT
2021-05-20T16:13:08.846801866Z -A INPUT -i eth0 -p tcp -m tcp --sport 8080 -j ACCEPT
2021-05-20T16:13:08.846811225Z -A INPUT -s 192.168.1.0/24 -i eth0 -p tcp -m tcp --dport 8999 -j ACCEPT
2021-05-20T16:13:08.846832029Z -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT
2021-05-20T16:13:08.846842782Z -A INPUT -i lo -j ACCEPT
2021-05-20T16:13:08.846852031Z -A FORWARD -m comment --comment "kube-router netpol - TEMCG2JMHZYE7H7T" -j KUBE-ROUTER-FORWARD
2021-05-20T16:13:08.846861926Z -A FORWARD -o eno1 -m comment --comment "allow outbound node port traffic on node interface with which node ip is associated" -j ACCEPT
2021-05-20T16:13:08.846887304Z -A FORWARD -o kube-bridge -m comment --comment "allow inbound traffic to pods" -j ACCEPT
2021-05-20T16:13:08.846898824Z -A FORWARD -i kube-bridge -m comment --comment "allow outbound traffic from pods" -j ACCEPT
2021-05-20T16:13:08.846908338Z -A OUTPUT -m comment --comment "kube-router netpol - VEAAIY32XVBHCSCY" -j KUBE-ROUTER-OUTPUT
2021-05-20T16:13:08.846931814Z -A OUTPUT -j KUBE-FIREWALL
2021-05-20T16:13:08.846943251Z -A OUTPUT -o tun0 -j ACCEPT
2021-05-20T16:13:08.846952722Z -A OUTPUT -s 192.168.1.0/24 -d 192.168.1.0/24 -j ACCEPT
2021-05-20T16:13:08.846962779Z -A OUTPUT -o eth0 -p udp -m udp --dport 443 -j ACCEPT
2021-05-20T16:13:08.846984099Z -A OUTPUT -o eth0 -p tcp -m tcp --dport 8080 -j ACCEPT
2021-05-20T16:13:08.846995201Z -A OUTPUT -o eth0 -p tcp -m tcp --sport 8080 -j ACCEPT
2021-05-20T16:13:08.847004585Z -A OUTPUT -d 192.168.1.0/24 -o eth0 -p tcp -m tcp --sport 8999 -j ACCEPT
2021-05-20T16:13:08.847013845Z -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT
2021-05-20T16:13:08.847035278Z -A OUTPUT -o lo -j ACCEPT
2021-05-20T16:13:08.847047507Z -A KUBE-FIREWALL -m comment --comment "kubernetes firewall for dropping marked packets" -m mark --mark 0x8000/0x8000 -j DROP
2021-05-20T16:13:08.847058127Z -A KUBE-FIREWALL ! -s 127.0.0.0/8 -d 127.0.0.0/8 -m comment --comment "block incoming localnet connections" -m conntrack ! --ctstate RELATED,ESTABLISHED,DNAT -j DROP
2021-05-20T16:13:08.847083276Z -A KUBE-ROUTER-INPUT -d 10.96.0.0/12 -m comment --comment "allow traffic to cluster IP - 4H2UH6XHRCCZXCYQ" -j RETURN
2021-05-20T16:13:08.847094810Z -A KUBE-ROUTER-INPUT -p tcp -m comment --comment "allow LOCAL TCP traffic to node ports - LR7XO7NXDBGQJD2M" -m addrtype --dst-type LOCAL -m multiport --dports 30000:32767 -j RETURN
2021-05-20T16:13:08.847119150Z -A KUBE-ROUTER-INPUT -p udp -m comment --comment "allow LOCAL UDP traffic to node ports - 76UCBPIZNGJNWNUZ" -m addrtype --dst-type LOCAL -m multiport --dports 30000:32767 -j RETURN
2021-05-20T16:13:08.847131062Z -A KUBE-ROUTER-SERVICES -m comment --comment "allow input traffic to ipvs services" -m set --match-set kube-router-ipvs-services dst,dst -j ACCEPT
2021-05-20T16:13:08.847140964Z -A KUBE-ROUTER-SERVICES -p icmp -m comment --comment "allow icmp echo requests to service IPs" -m icmp --icmp-type 8 -j ACCEPT
2021-05-20T16:13:08.847163723Z -A KUBE-ROUTER-SERVICES -p icmp -m comment --comment "allow icmp destination unreachable messages to service IPs" -m icmp --icmp-type 3 -j ACCEPT
2021-05-20T16:13:08.847175716Z -A KUBE-ROUTER-SERVICES -p icmp -m comment --comment "allow icmp ttl exceeded messages to service IPs" -m icmp --icmp-type 11 -j ACCEPT
2021-05-20T16:13:08.847198389Z -A KUBE-ROUTER-SERVICES -m comment --comment "reject all unexpected traffic to service IPs" -m set ! --match-set kube-router-local-ips dst -j REJECT --reject-with icmp-port-unreachable
2021-05-20T16:13:08.847210245Z --------------------
2021-05-20T16:13:08.860354036Z root:x:0:0:root:/root:/bin/bash
2021-05-20T16:13:08.860521580Z Group root exists
2021-05-20T16:13:08.862079858Z root:x:0:0:root:/root:/bin/bash
2021-05-20T16:13:08.862246784Z User root exists in /etc/passwd
2021-05-20T16:13:08.891066590Z 2021-05-20 16:13:08.890859 [warn] UMASK not defined (via -e UMASK), defaulting to '002'
2021-05-20T16:13:08.913047066Z 2021-05-20 16:13:08.912856 [info] Starting qBittorrent daemon...
2021-05-20T16:13:08.925213756Z Log file /config/qBittorrent/data/logs/qbittorrent-daemon.log doesn't exist. Creating it...
2021-05-20T16:13:08.928239124Z Logfile created. Logging to /config/qBittorrent/data/logs/qbittorrent-daemon.log
2021-05-20T16:13:09.384146794Z Thu May 20 16:13:09 2021 /sbin/ip route add 199.249.223.129/32 via 192.168.1.1
2021-05-20T16:13:09.385538296Z Thu May 20 16:13:09 2021 /sbin/ip route add 0.0.0.0/1 via 10.9.160.1
2021-05-20T16:13:09.386680207Z Thu May 20 16:13:09 2021 /sbin/ip route add 128.0.0.0/1 via 10.9.160.1
2021-05-20T16:13:09.388177246Z Thu May 20 16:13:09 2021 add_route_ipv6(::/3 -> fde6:7a:7d20:5a0::1 metric -1) dev tun0
2021-05-20T16:13:09.388224563Z Thu May 20 16:13:09 2021 /sbin/ip -6 route add ::/3 dev tun0
2021-05-20T16:13:09.389185162Z Thu May 20 16:13:09 2021 add_route_ipv6(2000::/4 -> fde6:7a:7d20:5a0::1 metric -1) dev tun0
2021-05-20T16:13:09.389211692Z Thu May 20 16:13:09 2021 /sbin/ip -6 route add 2000::/4 dev tun0
2021-05-20T16:13:09.390198812Z Thu May 20 16:13:09 2021 add_route_ipv6(3000::/4 -> fde6:7a:7d20:5a0::1 metric -1) dev tun0
2021-05-20T16:13:09.390245407Z Thu May 20 16:13:09 2021 /sbin/ip -6 route add 3000::/4 dev tun0
2021-05-20T16:13:09.391195251Z Thu May 20 16:13:09 2021 add_route_ipv6(fc00::/7 -> fde6:7a:7d20:5a0::1 metric -1) dev tun0
2021-05-20T16:13:09.391222245Z Thu May 20 16:13:09 2021 /sbin/ip -6 route add fc00::/7 dev tun0
2021-05-20T16:13:09.392252417Z Thu May 20 16:13:09 2021 Initialization Sequence Completed
2021-05-20T16:13:09.392301597Z Thu May 20 16:13:09 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:09.411308175Z Thu May 20 16:13:09 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:09.411375699Z Thu May 20 16:13:09 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:09.951633966Z 2021-05-20 16:13:09.951449 [info] qBittorrent PID: 195
2021-05-20T16:13:09.955302749Z 2021-05-20 16:13:09.955152 [info] Started qBittorrent daemon successfully...
2021-05-20T16:13:10.315956830Z Thu May 20 16:13:10 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:14.415937030Z Thu May 20 16:13:14 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:14.416009434Z Thu May 20 16:13:14 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:17.419242355Z Thu May 20 16:13:17 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:17.419321632Z Thu May 20 16:13:17 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:23.147885699Z Thu May 20 16:13:23 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:23.147950295Z Thu May 20 16:13:23 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:23.423889917Z Thu May 20 16:13:23 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:23.423945707Z Thu May 20 16:13:23 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:28.148079669Z Thu May 20 16:13:28 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:28.148167696Z Thu May 20 16:13:28 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:28.428074653Z Thu May 20 16:13:28 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:28.428161344Z Thu May 20 16:13:28 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:31.431204087Z Thu May 20 16:13:31 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:31.431308954Z Thu May 20 16:13:31 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:33.148350077Z Thu May 20 16:13:33 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:33.148438584Z Thu May 20 16:13:33 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:37.436264504Z Thu May 20 16:13:37 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:37.436372028Z Thu May 20 16:13:37 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:38.148505891Z Thu May 20 16:13:38 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:38.148659845Z Thu May 20 16:13:38 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:42.441332177Z Thu May 20 16:13:42 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:42.441459234Z Thu May 20 16:13:42 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:43.148777685Z Thu May 20 16:13:43 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:43.148935566Z Thu May 20 16:13:43 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:45.444599913Z Thu May 20 16:13:45 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:45.444719347Z Thu May 20 16:13:45 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:48.148983105Z Thu May 20 16:13:48 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:48.149118731Z Thu May 20 16:13:48 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:48.356057869Z Thu May 20 16:13:48 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:48.356139002Z Thu May 20 16:13:48 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:51.450674083Z Thu May 20 16:13:51 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:51.450743686Z Thu May 20 16:13:51 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:53.149153233Z Thu May 20 16:13:53 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:53.149242280Z Thu May 20 16:13:53 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:53.360172899Z Thu May 20 16:13:53 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:53.360250189Z Thu May 20 16:13:53 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:53.362792036Z Thu May 20 16:13:53 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:53.362873360Z Thu May 20 16:13:53 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:56.455826096Z Thu May 20 16:13:56 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:56.455929851Z Thu May 20 16:13:56 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:58.149312952Z Thu May 20 16:13:58 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:58.149416006Z Thu May 20 16:13:58 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:58.365271947Z Thu May 20 16:13:58 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:58.365355491Z Thu May 20 16:13:58 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:58.367877557Z Thu May 20 16:13:58 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:58.368015911Z Thu May 20 16:13:58 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:59.061700148Z Thu May 20 16:13:59 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:59.456054805Z Thu May 20 16:13:59 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:13:59.456131875Z Thu May 20 16:13:59 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:14:03.149736300Z Thu May 20 16:14:03 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:14:03.149847774Z Thu May 20 16:14:03 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:14:03.368045960Z Thu May 20 16:14:03 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:14:03.368186427Z Thu May 20 16:14:03 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:14:03.373058986Z Thu May 20 16:14:03 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:14:03.373187877Z Thu May 20 16:14:03 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:14:06.606475010Z Thu May 20 16:14:06 2021 [Aquila] Inactivity timeout (--ping-restart), restarting
2021-05-20T16:14:06.608186947Z Thu May 20 16:14:06 2021 SIGUSR1[soft,ping-restart] received, process restarting
2021-05-20T16:14:06.608273870Z Thu May 20 16:14:06 2021 Restart pause, 5 second(s)
2021-05-20T16:14:11.608617819Z Thu May 20 16:14:11 2021 TCP/UDP: Preserving recently used remote address: [AF_INET]199.249.223.129:443
2021-05-20T16:14:11.608694755Z Thu May 20 16:14:11 2021 Socket Buffers: R=[212992->212992] S=[212992->212992]
2021-05-20T16:14:11.608744323Z Thu May 20 16:14:11 2021 UDP link local: (not bound)
2021-05-20T16:14:11.608761577Z Thu May 20 16:14:11 2021 UDP link remote: [AF_INET]199.249.223.129:443
2021-05-20T16:14:11.608782274Z Thu May 20 16:14:11 2021 write UDP: Operation not permitted (code=1)
2021-05-20T16:14:13.150122043Z Thu May 20 16:14:13 2021 write UDP: Operation not permitted (code=1)


Should I file a bug report?
 

waqarahmed

iXsystems
iXsystems
Joined
Aug 28, 2019
Messages
136
@silverback that does not look like a CMD/ARG issue ? I'm not sure how the image is intended to work - but it seems like it runs https://github.com/MarkusMcNugen/docker-qBittorrentvpn/blob/focal/openvpn/start.sh where i don't see the arguments specified being respected ? Can you please let me know how/why you think it might be related to being a CMD/ARG issue ?

Also have you tried using the tag which you were using in 20.10 ? Possibly the image changed hence the differences.
 
Top