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
168 stars 92 forks source link

No qBittorrent PID #93

Closed andresatierf closed 2 years ago

andresatierf commented 3 years ago

I'm running qBittorrentvpn in docker and have a watchtower container updating it regularly. I've noticed since the last update (from a couple days ago) the folowing line is missing a PID

2021-04-17 00:18:01.562182 [info] qBittorrent PID:

Since this update I've been unable to access qBittorrentvpn via the WebUI. Looking at the console, everything seems fine,

Here are the logs (same thing happens with vpn on):

2021-04-17 00:17:58.349167 [info] VPN_ENABLED defined as 'no'
2021-04-17 00:17:58.376640 [warn] !!IMPORTANT!! You have set the VPN to disabled, you will NOT be secure!
2021-04-17 00:17:58.403213 [info] Adding 8.8.8.8 to resolv.conf
2021-04-17 00:17:58.429482 [info] Adding 8.8.4.4 to resolv.conf
Adding 1000 group
Adding 1000 user
2021-04-17 00:17:59.767160 [warn] UMASK not defined (via -e UMASK), defaulting to '002'
2021-04-17 00:17:59.805653 [info] Starting qBittorrent daemon...
Logging to /config/qBittorrent/data/logs/qbittorrent-daemon.log.
2021-04-17 00:18:00.847268 [info] Started qBittorrent daemon successfully...
2021-04-17 00:18:01.562182 [info] qBittorrent PID: 
istbarp commented 3 years ago

I'm also unable to reach WEBUI via network, but fine via vnc to my server, but mine shows the PID. Otherwise completely fine log.

Shasdo commented 3 years ago

Same problem with watchtower and updated to the lastet image.

Stuck to `[info] qBittorrent PID:

I will try to go back to previous version `

pled commented 3 years ago

Hi, I have same issue with OMV-Portainer. qBittorrent process can't start because remaining /var/run/qbittorrent-nox.pid file, which should be deleted at some step I presume. Workaround is to delete that file then restart container. All is fine then. I hope that helps.

lgaudreau commented 3 years ago

Also having this issue after updating. Deleting /var/run/qbittorrent-nox.pid and restarting didn't resolve it.

Looks like a working workaround is listed under: https://github.com/MarkusMcNugen/docker-qBittorrentvpn/issues/91#issue-847475970