Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transmission crash #2733

Closed
8 tasks done
casaoui86 opened this issue Oct 14, 2023 · 2 comments
Closed
8 tasks done

Transmission crash #2733

casaoui86 opened this issue Oct 14, 2023 · 2 comments

Comments

@casaoui86
Copy link

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

sudo docker run --name="TO-NordVPN" --privileged -d
-v /volume1/docker/TO-NordVPN/custom:/data
-v /etc/localtime:/etc/localtime:ro
-v /volume1/docker/TO-NordVPN/resolv.conf:/etc/resolv.conf:ro
-e OPENVPN_PROVIDER=NORDVPN
-e OPENVPN_USERNAME=Username
-e OPENVPN_PASSWORD="Password"
-e NORDVPN_CATEGORY=legacy_p2p
-e NORDVPN_COUNTRY=ca
-e NORDVPN_PROTOCOL=tcp
-p 9091:9091
-p 8888:8888
haugene/transmission-openvpn

Current Behavior

The container crash everytime,

Here is the logs :

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
/etc/openvpn/nordvpn/..

Expected Behavior

Be able to connecter to transmission

How have you tried to solve the problem?

I use Docker on synology
And already tested the logins work fine on my computer
Tired differente script :
sudo docker run --name="TO-NordVPN" --privileged -d
-v /volume1/docker/TO-NordVPN/custom:/data
-v /etc/localtime:/etc/localtime:ro
-v /volume1/docker/TO-NordVPN/resolv.conf:/etc/resolv.conf:ro
-e CREATE_TUN_DEVICE=true
-e OPENVPN_PROVIDER=NORDVPN
-e OPENVPN_USERNAME=Login
-e OPENVPN_PASSWORD="Password"
-e NORDVPN_CATEGORY=legacy_p2p
-e NORDVPN_COUNTRY=ca
-e NORDVPN_PROTOCOL=udp
-e WEBPROXY_ENABLED=false
-e LOCAL_NETWORK=192.168.1.0/24
-e OPENVPN_OPTS="--inactive 3600 --ping 10 --ping-exit 60"
-e TRANSMISSION_WEB_UI=transmission-web-control
-e TZ=Canada/Eastern
-e PUID=1033
-e PGID=100
-p 9091:9091
-p 8888:8888
--log-driver json-file
--log-opt max-size=10m
--sysctl net.ipv6.conf.all.disable_ipv6=0
--dns 8.8.8.8
--cap-add=NET_ADMIN
--device=/dev/net/tun
haugene/transmission-openvpn

resolv.conf ==> 8.8.8.8

Log output

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
/etc/openvpn/nordvpn/..

HW/SW Environment

- OS: Synology DSM 7.1.1
- Docker: 20.10.3

Anything else?

No response

@pkishino
Copy link
Collaborator

pkishino commented Oct 14, 2023

Please look through the wiki and other issues, you submit an incomplete log and not very detailed description,
You are missing a config mount
If you need help, open a discussion..

@pkishino pkishino closed this as not planned Won't fix, can't repro, duplicate, stale Oct 14, 2023
@edgd1er
Copy link
Contributor

edgd1er commented Oct 14, 2023

resolving the dns problem would be a good start.
Not a transmission nor a openvpn/nordvpn problem though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants