binhex / arch-delugevpn

Docker build script for Arch Linux base with Deluge, Privoxy and OpenVPN
GNU General Public License v3.0
691 stars 112 forks source link

All DL/UL speeds stuck at 0 #282

Open david-bingham-va opened 3 years ago

david-bingham-va commented 3 years ago

Following these instructions to configure DelugeVPN with AirVPN.

WebUI starts fine. Adding torrents from Sonarr/Radarr works fine. No traffic whatsoever. I'm guessing it's related to my vpn. not sure how to troubleshoot.

jochemh commented 3 years ago

Same issue here, trying to download ubuntu over deluge but download won't start.

lsaadeh commented 3 years ago

Same here, thought I was going crazy...

binhex commented 3 years ago

Check the incomplete and completed download locations in deluge web UI, these need to be set to /data

panomitrius commented 2 years ago

I have the same issue. Everything seems to work fine. But no data at all gets written. I've set the download folders to /data. I've tried to check the pre allocate disk space, but nothing at all gets written to /data.

panomitrius commented 2 years ago

Found the solution, it's a permission error.

UMASK=000
PUID=0 
PGID=0

Solved it!