Cant find the container logs in data #2560
Replies: 4 comments 8 replies
-
this is not an issue but a Q&A request for help... |
Beta Was this translation helpful? Give feedback.
-
Docker logs (
I hope I didn´t make a mistake in the commands obove. |
Beta Was this translation helpful? Give feedback.
-
i eddited the compose.yaml to run the container in privileged mode
i restarted the container
|
Beta Was this translation helpful? Give feedback.
-
Hmm,
I just tried rubbing it in a Ubuntu vm with same version on my proxmox and
it ran just fine.. sorry, can’t think of anything else now
…On Thu, 23 Mar 2023 at 21:07, Hanni007112 ***@***.***> wrote:
It changed nothing.
Thats weird. Other images are running just fine.
like 2 types of minecraft servers which i tested
or duckdns.
i think i might try to set transmission up with a wireguard interface and
some ip rules.
If someone is interested:
I´ll try this approach:
https://askubuntu.com/questions/37412/how-can-i-ensure-transmission-traffic-uses-a-vpn
Again thank you for your time :)
—
Reply to this email directly, view it on GitHub
<#2560 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7OFYRRA5TG7FKW2AVZ6ETW5Q4IRANCNFSM6AAAAAAWC2NALQ>
.
You are receiving this because you commented.Message ID:
<haugene/docker-transmission-openvpn/repo-discussions/2560/comments/5404951
@github.com>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a pinned issue for this?
Is there an existing or similar issue/discussion for this?
Is there any comment in the documentation for this?
Is this related to a provider?
Are you using the latest release?
Have you tried using the dev branch latest?
Docker run config used
I am using compose:
version: '4.3.2'
services:
transmission-openvpn:
cap_add:
- NET_ADMIN
volumes:
- '/home/hannes/transmission-openvpn/data/:/data'
- '/home/hannes/transmission-openvpn/config/:/config'
environment:
- OPENVPN_PROVIDER=NORDVPN
- OPENVPN_CONFIG=default
- OPENVPN_USERNAME=xxx
- OPENVPN_PASSWORD=xxx
- LOCAL_NETWORK=192.168.2.0/24
Current Behavior
i have a simmilar behavior to issue #1551 and i am trying to see the logs to figure out where the problem is.
I couldnt find the logs so i read issue #1300
Still the logs are not there
Has this something to do with read/write privileges?
Expected Behavior
find the logs in data
How have you tried to solve the problem?
i tried using docker run
i tried moutung data and config to other folders
still i nerver was able to find a log
Log output
logs provided through docker logs ###
transmission-openvpn-transmission-openvpn-1 | Starting container with revision: 3d0fe4c938259a0d4eb844e55468f387456121
transmission-openvpn-transmission-openvpn-1 | Creating TUN device /dev/net/tun
transmission-openvpn-transmission-openvpn-1 | Using OpenVPN provider: NORDVPN
transmission-openvpn-transmission-openvpn-1 | Running with VPN_CONFIG_SOURCE auto
transmission-openvpn-transmission-openvpn-1 | Provider NORDVPN has a bundled setup script. Defaulting to internal config
transmission-openvpn-transmission-openvpn-1 | Executing setup script for NORDVPN
transmission-openvpn-transmission-openvpn-1 | INFO: OVPN: Checking curl installation
transmission-openvpn-transmission-openvpn-1 | INFO: OVPN: DNS resolution ok
transmission-openvpn-transmission-openvpn-1 | INFO: OVPN: ok, configurations download site reachable
transmission-openvpn-transmission-openvpn-1 | INFO: OVPN: Removing existing configs in /etc/openvpn/nordvpn
HW/SW Environment
Anything else?
i have transmission installed and it runs perfectly
now i wanted to bundle it with a vpn
Beta Was this translation helpful? Give feedback.
All reactions