omanko78

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by omanko78

  1. 2021-03-09 11:59:47,239 DEBG 'start-script' stdout output: [info] Attempting to load tun kernel module... 2021-03-09 11:59:47,240 DEBG 'start-script' stderr output: modprobe: FATAL: Module tun not found in directory /lib/modules/5.4.0-66-generic 2021-03-09 11:59:47,241 DEBG 'start-script' stdout output: [warn] Unable to load tun kernel module using modprobe, trying insmod... 2021-03-09 11:59:47,242 DEBG 'start-script' stderr output: insmod: ERROR: could not load module /lib/modules/tun.ko: No such file or directory 2021-03-09 11:59:47,242 DEBG 'start-script' stdout output: [warn] Unable to load tun kernel module, assuming its dynamically loaded i'm also having issues connecting to the UI recently. I tried rolling back to a previous version but still the same. sudo docker run --restart always --cap-add=NET_ADMIN -p 9080:9080 -p 9443:9443 --name=rtorrentvpn -v /home/omanko/rtorrentvpn/config:/config -v /etc/localtime:/etc/localtime:ro -v /media/omanko/TOURO1TB:/media/omanko/TOURO1TB -v /home/omanko/scripts:/scripts -e VPN_ENABLED=yes -e VPN_USER=*** -e VPN_PASS=*** -e VPN_PROV=pia -e STRICT_PORT_FORWARD=yes -e ENABLE_PRIVOXY=no -e ENABLE_FLOOD=no -e ENABLE_AUTODL_IRSSI=no -e RPC2_USER=*** -e RPC2_PASS=*** -e WEBUI_USER=*** -e WEBUI_PASS=*** -e LAN_NETWORK=192.168.1.0/24 -e NAME_SERVERS=8.8.8.8,8.8.4.4 -e DEBUG=true -e PHP_TZ=America/Los_Angeles -e UMASK=000 -e PUID=0 -e PGID=0 binhex/arch-rtorrentvpn:latest