Comment on Stuck at 0% Progress with qBittorrent on Torrent/Media Server Setup - Seeking Help and Insights
Nouveau_Burnswick@lemmy.world 1 year ago
File permissions would be my best guess.
Comment on Stuck at 0% Progress with qBittorrent on Torrent/Media Server Setup - Seeking Help and Insights
Nouveau_Burnswick@lemmy.world 1 year ago
File permissions would be my best guess.
foggy@lemmy.world 1 year ago
Yeah same guess here.
Navigate to the dir you’re downloading to and given it a little ls -l
If you don’t see
rwxr-xr-x
Most importantly that final x… you’re gonna want to
sudo chmod 755 /path/to/your/directory
Assuming this is a private network.
Then try again.
MoonlitSanguine@lemmy.one 1 year ago
Thankyou, I tried it however it didn’t work. But I did find the solution. I’m not sure why but changing from Wireguard to OpenVPN worked.
nutbutter@discuss.tchncs.de 1 year ago
And if it’s not a private network?
foggy@lemmy.world 1 year ago
Then be more careful what you’re giving permissions to.