qBittorrent Container: All trackers "Not Working"

Linux specific questions, problems.
Post Reply
Jackbob

qBittorrent Container: All trackers "Not Working"

Post by Jackbob »

I'm using the linuxserver.io qBittorrent image on a CentOS machine and all trackers are listed as either "not working" or "not contacted yet". I thought this was a networking issue, but I've configured all the ports and can confirm they're working. The logs say there is an issue with GeoIP, but I'm not sure this is related to the connection problem. Any help would be greatly appreciated.

Docker config:

Code: Select all

docker create --name=qbittorrent -e PUID=1000 -e PGID=1000 -e TZ=America/Los_Angeles -e UMASK_SET=022 -e WEBUI_PORT=8080 -p 6881:6881 -p 6881:6881/udp -p 8080:8080 -v /RAID5Storage/qbt-config:/config -v /RAID5Storage/qbt-dl:/downloads --restart unless-stopped linuxserver/qbittorrent 
Log:

Code: Select all

(I) 2020-05-28T20:09:22 - UPnP / NAT-PMP support [OFF]
(N) 2020-05-28T20:09:27 - qBittorrent v4.2.5 started
(N) 2020-05-28T20:09:27 - Using config directory: /config/qBittorrent/
(I) 2020-05-28T20:09:27 - Trying to listen on: 0.0.0.0:6881,[::]:6881
(N) 2020-05-28T20:09:27 - Peer ID: -qB4250-
(N) 2020-05-28T20:09:27 - HTTP User-Agent is 'qBittorrent/4.2.5'
(I) 2020-05-28T20:09:27 - DHT support [ON]
(I) 2020-05-28T20:09:27 - Local Peer Discovery support [ON]
(I) 2020-05-28T20:09:27 - PeX support [ON]
(I) 2020-05-28T20:09:27 - Anonymous mode [OFF]
(I) 2020-05-28T20:09:27 - Encryption support [ON]
(W) 2020-05-28T20:09:27 - Couldn't load IP geolocation database. Reason: No such file or directory
(N) 2020-05-28T20:09:27 - Using built-in Web UI.
(W) 2020-05-28T20:09:27 - Couldn't load Web UI translation for selected locale (en_US).
(N) 2020-05-28T20:09:27 - Web UI: Now listening on IP: *, port: 8080
(I) 2020-05-28T20:09:27 - Successfully listening on IP: 127.0.0.1, port: TCP/6881
(I) 2020-05-28T20:09:27 - Successfully listening on IP: 127.0.0.1, port: UDP/6881
(I) 2020-05-28T20:09:27 - Successfully listening on IP: 172.17.0.2, port: TCP/6881
(I) 2020-05-28T20:09:27 - Successfully listening on IP: 172.17.0.2, port: UDP/6881
(N) 2020-05-28T20:09:27 - 'linuxmint-17-cinnamon-64bit-v2.iso' restored.
(N) 2020-05-28T20:09:27 - 'ubuntu-20.04-desktop-amd64.iso' restored.
(N) 2020-05-28T20:09:36 - WebAPI login success. IP: ::ffff:192.168.1.193
(W) 2020-05-28T20:09:37 - Couldn't download IP geolocation database file. Reason: The remote host name was not found (invalid hostname)
(N) 2020-05-29T15:28:22 - WebAPI login success. IP: ::ffff:192.168.1.193
Jackbob

Re: qBittorrent Container: All trackers "Not Working"

Post by Jackbob »

Ok, it seems that the issue was with my firewalld configuration. Ultimately the solution I found was disabling firewalld and setting qbittorrent to use different ports on each startup. Obviously, disabling your firewall is hardly an acceptable solution so I'm still experimenting different options. However, the end result was working trackers and a containerized qbittorrent working as intended.
Post Reply