Container start but is in loop #2802
BeastGithub69
started this conversation in
General
Replies: 2 comments 4 replies
-
-v /volume1/Download/Transmission-OpenVPN\completed:/download has a backslash instead of a forward slash. Should be: -v /volume1/Download/Transmission-OpenVPN/completed:/download |
Beta Was this translation helpful? Give feedback.
3 replies
-
My guess is that with backslash error, the container kept restarting and then triggered a PIA self protection measure. youmay start the container with DEBUG set, and/or change curl to curl -v to have more information about the process kill. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
2-3 days ago I realized that Sonar and I couldn't connect to Transmission anymore which was running for many months. After a few troubleshoot I decided to reinstall from scratch
My container starts but seems in a loop from what I'm seeing in the logs, that same message will loop the only change will be the temporary path. that home folder is empty and obviously can't access the UI
here's my log and config, hopefully, someone can help, I'm far from being a pro, and I'm more of a newbie enthusiast.
_Transmission-OpenVPN_logs.txt
docker run --cap-add=NET_ADMIN -d --net=bridge --name Transmission-OpenVPN
-v /volume1/Download/Transmission-OpenVPN:/data
-v /volume1/Docker/Transmission-OpenVPN:/config
-v /volume1/Download/Transmission-OpenVPN/bin:/watch
-v /volume1/Download/Transmission-OpenVPN\completed:/download
-e TZ=Canada/Eastern
-e OPENVPN_PROVIDER=PIA
-e OPENVPN_CONFIG=ca_montreal
-e OPENVPN_USERNAME=*****
-e OPENVPN_PASSWORD=*****
-e PIA_OPENVPN_CONFIG_BUNDLE=openvpn
-e LOCAL_NETWORK=192.168.1.0/24
-e TRANSMISSION_HOME=/volume1/Docker/Transmission-OpenVPN/config/transmission-home
-e TRANSMISSION_DOWNLOAD_DIR=/volume1/Download/Transmission-OpenVPN/completed
-e TRANSMISSION_INCOMPLETE_DIR=/volume1/Download/Transmission-OpenVPN/incomplete
-e TRANSMISSION_WEB_UI=transmission-web-control
-e GLOBAL_APPLY_PERMISSIONS=false
--log-driver json-file
--log-opt max-size=10m
-p 9091:9091
--privileged=true
--restart=always
haugene/transmission-openvpn
Beta Was this translation helpful? Give feedback.
All reactions