Closed nravanelli closed 4 years ago
I am having a similar issue with my container normally it goes unhealthy part way through and prints ` Wed May 22 02:35:22 2019 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Wed May 22 02:35:22 2019 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Wed May 22 02:36:42 2019 RESOLVE: Cannot resolve host address: usnj2-ovpn-tcp.ivacy.net:80 (Temporary failure in name resolution)
Wed May 22 02:38:03 2019 RESOLVE: Cannot resolve host address: usnj2-ovpn-tcp.ivacy.net:80 (Temporary failure in name resolution)
Wed May 22 02:38:03 2019 Could not determine IPv4/IPv6 protocol
Wed May 22 02:38:03 2019 SIGUSR1[soft,init_instance] received, process restarting`
over and over again
@nravanelli Does the WebUI still work? I think this error is just the openvpn daemon trying to add a route that is already there. If it still works I think you can ignore it.
@Todapie That's something else. Seems like the classic DNS issue which is listed first under "Known Issues" of the README. Try adding --dns 8.8.8.8 --dns 8.8.4.4
to your run command and see if that fixes it.
@haugene My original problem in this is no longer occurring but I am now having the same issue as @nravanelli In my case the WebUI does still work the only problem in this case is that it will not retrieve metadata and start torrenting in this case. Probably the case that transmission is working but the route failed issue is openvpn failing and thus transmission works but doesn't torrent without the vpn. What steps could I take to try to see if it is the openvpn daemon problem?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Note: The stale bot was recently added to this project to help weed out outdated issues. This will help us to focus time and energy on issues that are important and move the others out of the way. There could however be many issues that are still relevant but have gotten old without ever being fixed. As this is the first round of cleaning it might have been too eager. Feel free to re-open this issue if you think it deserves another look.
Describe the problem This was working just fine... and recently became an issue. I believe the issue resides with OpenVPN;
I am using IVACY and it worked just fine previously..., I tried different config files too in case it was just a region error...
Add your docker run command Using OpenMediaVault Docker and latest transmission-haugene build
Logs
Host system: Docker (Linux OMV)