MarkusMcNugen / docker-qBittorrentvpn

Docker container which runs a headless qBittorrent client with WebUI and optional OpenVPN
https://hub.docker.com/r/markusmcnugen/qbittorrentvpn/
GNU General Public License v3.0
170 stars 92 forks source link

cannot get openvpn to run - openmediavault docker install #38

Open commandcontrolit opened 4 years ago

commandcontrolit commented 4 years ago

Hello, I've installed the docker image using OpenMeadiaVault and I've been hacking at the configuration for quite a few hours now and I don't know what else to try.

After going through the documentation and all the parameters and doing some searching here and there, I think the config is correct. I say that because I can get qbittorrent to run with no issues. What's not launching or even presenting me errors at all is the openvpn portion.

I have the config folders and structure as required per the docs. I pulled a ovpn config file from my VPN provider IPVanish and put in the qbittorrentvpn/openvpn folder, along with credentials.conf, but I'm having no success.

When I "Run Image" in OpenMediaVault and check the logs, the below is all I see.

019-12-28 16:34:31.010254 [info] Started qBittorrent daemon successfully... 2019-12-28 16:36:37.066720 [info] VPN_ENABLED defined as 'Yes' 2019-12-28 16:36:37.165346 [info] Adding 8.8.8.8 to resolv.conf 2019-12-28 16:36:37.201590 [info] Adding 8.8.4.4 to resolv.conf Adding 100 group groupadd: GID '100' already exists Adding 1000 user useradd: user 'qbittorent' already exists 2019-12-28 16:36:37.735117 [warn] UMASK not defined (via -e UMASK), defaulting to '002' 2019-12-28 16:36:37.768705 [info] Starting qBittorrent daemon... Logging to /config/qBittorrent/data/logs/qbittorrent-daemon.log. 2019-12-28 16:36:39.092520 [info] Started qBittorrent daemon successfully... 2019-12-28 16:36:39.108261 [info] qBittorrent PID: 49

Is there anything else I can try?

tentsubore commented 4 years ago

I'm also in similar position. The docker says that the container will not run if we specify VPN_ENABLED=Yes.

As far as I can see, I have not even created an openvpn folder at all yet it starts up fine? I also installed ping via the docker shell and it is pinging out to google fine (without a VPN connection) which is definitely not what I am going for. Is there something I am missing?