Synology NAS -> Docker -> qBitTorrent "errored"
Hej alle - jeg krydsposter lige fra reddit, derfor på engelsk. Jeg er kommet på dybt vand, og håber der er en smart person herinde der kan hjælpe mig. :)I'm having trouble getting my qbittorrent to work on my NAS, using docker. All is set up and installed, but when I test qbittorrent by loading a link to a .torrent file, it downloads the .torrent, but then immediately stops, and posts "errored" as status.
When I look in the docker/qbittorrent log, it says:
(W) 2025-01-18T11:59:33 - File error alert. Torrent: "ubuntu-unity-24.10-desktop-amd64.iso". File: "/incomplete/ubuntu-unity-24.10-desktop-amd64.iso". Reason: "ubuntu-unity-24.10-desktop-amd64.iso file_stat (/incomplete/ubuntu-unity-24.10-desktop-amd64.iso) error: Permission denied"
I interpret this as a permission issue, so I did two things:
1: Went into the DSM and turned full read/write permissions on for all users and user groups.
2: Went into the Docker containerpermissions, and ensured that all volume/file/folder/mount paths had "rw" as "type".
The issue persists, even after restarting.
Any ideas?