-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Is there a pinned issue for this?
- I have read the pinned issues and could not find my issue
Is there an existing or similar issue/discussion for this?
- I have searched the existing issues
- I have searched the existing discussions
Is there any comment in the documentation for this?
- I have read the documentation, especially the FAQ and Troubleshooting parts
Is this related to a provider?
- I have checked the provider repo for issues
- My issue is NOT related to a provider
Are you using the latest release?
- I am using the latest release
Have you tried using the dev branch latest?
- I have tried using dev branch
Docker run config used
"env_variables" : [
{
"key" : "PATH",
"value" : "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
},
{
"key" : "OPENVPN_USERNAME",
"value" : "xxxxxxxxxxxx"
},
{
"key" : "OPENVPN_PASSWORD",
"value" : "xxxxxxxxxxxxxx"
},
{
"key" : "OPENVPN_PROVIDER",
"value" : "NORDVPN"
},
{
"key" : "GLOBAL_APPLY_PERMISSIONS",
"value" : "true"
},
{
"key" : "TRANSMISSION_HOME",
"value" : "/config/transmission-home"
},
{
"key" : "TRANSMISSION_RPC_PORT",
"value" : "9091"
},
{
"key" : "TRANSMISSION_RPC_USERNAME",
"value" : "xxxx"
},
{
"key" : "TRANSMISSION_RPC_PASSWORD",
"value" : "xxxxx"
},
{
"key" : "TRANSMISSION_DOWNLOAD_DIR",
"value" : "/data/completed"
},
{
"key" : "TRANSMISSION_INCOMPLETE_DIR",
"value" : "/data/incomplete"
},
{
"key" : "TRANSMISSION_WATCH_DIR",
"value" : "/data/watch"
},
{
"key" : "CREATE_TUN_DEVICE",
"value" : "true"
},
{
"key" : "ENABLE_UFW",
"value" : "false"
},
{
"key" : "UFW_ALLOW_GW_NET",
"value" : "false"
},
{
"key" : "UFW_DISABLE_IPTABLES_REJECT",
"value" : "false"
},
{
"key" : "PEER_DNS",
"value" : "true"
},
{
"key" : "PEER_DNS_PIN_ROUTES",
"value" : "true"
},
{
"key" : "WEBPROXY_ENABLED",
"value" : "false"
},
{
"key" : "WEBPROXY_PORT",
"value" : "8888"
},
{
"key" : "LOG_TO_STDOUT",
"value" : "false"
},
{
"key" : "HEALTH_CHECK_HOST",
"value" : "google.com"
},
{
"key" : "SELFHEAL",
"value" : "false"
},
{
"key" : "REVISION",
"value" : "de6ec44c4a92311ae0c5ddf72f42bda58cfde20b"
},
{
"key" : "TRANSMISSION_WEB_UI",
"value" : "transmission-web-control"
},
{
"key" : "NORDVPN_PROTOCOL",
"value" : "TCP"
},
{
"key" : "NORDVPN_COUNTRY",
"value" : "DE"
},
{
"key" : "NORDVPN_CATEGORY",
"value" : "P2P"
},
{
"key" : "TRANSMISSION_RPC_AUTHENTICATION_REQUIRED",
"value" : "true"
}
],
"exporting" : false,
"id" : "983339de25d62c75bb11f9ae2591b947ac5f96c12c7f6e4bca7c9cd099270c7c",
"image" : "haugene/transmission-openvpn:latest",
"is_ddsm" : false,
"is_package" : false,
"links" : [],
"memory_limit" : 0,
"name" : "haugene-transmission-openvpn2-copy",
"network" : [
{
"driver" : "bridge",
"name" : "bridge"
}
],
"network_mode" : "bridge",
"port_bindings" : [
{
"container_port" : 8888,
"host_port" : 32770,
"type" : "tcp"
},
{
"container_port" : 9091,
"host_port" : 32771,
"type" : "tcp"
}
],
"privileged" : false,
"shortcut" : {
"enable_shortcut" : false,
"enable_status_page" : false,
"enable_web_page" : false,
"web_page_url" : ""
},
"use_host_network" : false,
"volume_bindings" : [
{
"host_absolute_path" : "45e563424b4ea969f25932686cb930fffc58d64a57983a8756e31fb42ea174c9",
"mount_point" : "/config",
"type" : "rw"
},
{
"host_absolute_path" : "247afe71284bcaabcce112cc7f0ca6dcf79cd5ee34745e81efeaff348cb6cf53",
"mount_point" : "/data",
"type" : "rw"
},
{
"host_volume_file" : "/video/complete",
"mount_point" : "/data/completed/PROWLARR",
"type" : "rw"
},
{
"host_volume_file" : "/video/complete/PROWLARR",
"mount_point" : "/data/completed",
"type" : "rw"
},
{
"host_volume_file" : "/docker/transmission-openvpn/resolv.conf",
"mount_point" : "/etc/resolv.conf",
"type" : "ro"
},
{
"host_volume_file" : "/video/complete/series",
"mount_point" : "/data/completed2",
"type" : "rw"
}
]
}
Current Behavior
Since latest update, I am getting this error on my Synology :
Starting container with revision: de6ec44 | stdout
WARNING: initial DNS resolution test failed
Creating TUN device /dev/net/tun
Using OpenVPN provider: NORDVPN
Running with VPN_CONFIG_SOURCE auto
Provider NORDVPN has a bundled setup script. Defaulting to internal config
Executing setup script for NORDVPN
INFO: OVPN: Checking curl installation
dig: parse of /etc/resolv.conf failed
Expected Behavior
Return back to normal (it had been working flawlessly for years)
How have you tried to solve the problem?
Tried updating and applying
OVERRIDE_DNS_1=8.8.8.8
OVERRIDE_DNS_2=8.8.4.4
but it says the conf file is read only...
Log output
Starting container with revision: de6ec44 | stdout
WARNING: initial DNS resolution test failed
Creating TUN device /dev/net/tun
Using OpenVPN provider: NORDVPN
Running with VPN_CONFIG_SOURCE auto
Provider NORDVPN has a bundled setup script. Defaulting to internal config
Executing setup script for NORDVPN
INFO: OVPN: Checking curl installation
dig: parse of /etc/resolv.conf failed
HW/SW Environment
- OS: DSM 7.1-42661 Update 4
- Docker: 20.10.3-1308Anything else?
No response