Synology: Container [container_name] in Container Manager stopped unexpectedly. #2931
-
I've been running docker-transmission-openvpn for quite a while now on my Synology DS-920 without any problems. Suddenly, the container fails and tries to restart, only to fail again. I have to stop the container on my DS-920 using the package manager; otherwise, I will keep getting a new email notification every time it restarts, which happens every 5 seconds or so. How do I figure out what is failing? I tried changing the open VPN configuration to a different one from my VPN provider, but that didn't help. Any suggestions for how to diagnose and fix this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
tl;dr - if your working configuration suddenly stops working, try using a different location configuration for your VPN provider. Never mind... I guess the previous config for my VPN was no longer valid. I picked a new location and downloaded the .ovpn file. In my new config, I made the mistake of including the .ovpn at the end of the OPENVPN_CONFIG value. The logs told me it shouldn't be there. When I removed that, my new configuration started just fine. |
Beta Was this translation helpful? Give feedback.
tl;dr - if your working configuration suddenly stops working, try using a different location configuration for your VPN provider.
Never mind... I guess the previous config for my VPN was no longer valid. I picked a new location and downloaded the .ovpn file. In my new config, I made the mistake of including the .ovpn at the end of the OPENVPN_CONFIG value. The logs told me it shouldn't be there. When I removed that, my new configuration started just fine.