Open Jannomag opened 2 years ago
Found the issue. The chown command for the download directory in /etc/cont-init.d/01-Setup-permission takes a bit longer because my downloads directory is big. The container seems to be frozen, like if docker has a timeout.
After setting an empty download directory in the docker run command it works well.
Any way to disable this?
Hi, I'll look into improving that script after the holidays, I'll probably just remove it
It's not necessary to check every file in the download directory but just the directory itself. Maybe add something like:
if [ -w $DIRECTORY ]
...
fi
Hi, I'm currently trying to get this container to work on my Raspberry Pi 4B with Raspberry OS Buster.
I tried it using haugenes config files and also using the ovpn file of my provider (Surfshark).
Here's my current docker command:
The
docker logs []
output:And the qBittorrent log:
Both using the ovpn file and included config causing the exact same issue. When I'm using transmission-openvpn container with the exact same config it works.
What's going wrong here?
Btw, I'm trying to switch from haugenes transmission-openvpn container because it crashes after starting a download. But this container works at least.