qdm12 / gluetun

VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in.
https://hub.docker.com/r/qmcgaw/gluetun
MIT License
7.44k stars 350 forks source link

Bug: DNS seemingly stops working, then all of docker chokes. Have to restart, not quit docker and then I can restart and it works again. #1327

Open bewareofgeek opened 1 year ago

bewareofgeek commented 1 year ago

Is this urgent?

No

Host OS

macOS Ventura 13.1

CPU arch

None

VPN service provider

Private Internet Access

What are you using to run the container

docker-compose

What is the version of Gluetun

2022-12-31T17:50:58.654Z (commit ea40b84)

What's the problem πŸ€”

I connect other containers through gluetun for VPN. Just the typical sonarr/radarr, jackett, transmission, sabnzbd. I've done this with just transmission to keep it as simple as possible with the same result. Gluetun and transmission container logs end with Unrecognized input header: 99

It will run indefinitely with no issue until downloads start running. They will run for a couple minutes at most, then all of docker chokes. If I attempt to quit, it does nothing, but if I choose restart, I get an error box Screenshot 2023-01-02 at 12 54 03 PM I choose exit on that window and it closes docker. I can start it up and it works again, but same thing.

Share your logs

Last login: Mon Jan  2 12:36:15 on ttys001

The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
Deans-MBP:~ dean$ docker-compose up -d
no configuration file provided: not found
Deans-MBP:~ dean$ cd /Volumes/DATA/config/Docker\ Run\ Commands
Deans-MBP:Docker Run Commands dean$ docker-compose up -d
[+] Running 6/6
 β Ώ Network dockerruncommands_default  Created                                                    0.0s
 β Ώ Container gluetun                  Started                                                    0.4s
 β Ώ Container sonarr                   Started                                                    0.5s
 β Ώ Container transmission             Started                                                    0.5s
 β Ώ Container jackett                  Started                                                    0.5s
 β Ώ Container sabnzbd                  Started                                                    0.5s
Deans-MBP:Docker Run Commands dean$ docker logs -f gluetun
========================================
========================================
=============== gluetun ================
========================================
=========== Made with ❀️ by ============
======= https://github.com/qdm12 =======
========================================
========================================

Running version latest built on 2022-12-31T17:50:58.654Z (commit ea40b84)

πŸ”§ Need help? https://github.com/qdm12/gluetun/discussions/new
πŸ› Bug? https://github.com/qdm12/gluetun/issues/new
✨ New feature? https://github.com/qdm12/gluetun/issues/new
β˜• Discussion? https://github.com/qdm12/gluetun/discussions/new
πŸ’» Email? quentin.mcgaw@gmail.com
πŸ’° Help me? https://www.paypal.me/qmcgaw https://github.com/sponsors/qdm12
2023-01-02T12:40:32-05:00 INFO [routing] default route found: interface eth0, gateway 172.18.0.1 and assigned IP 172.18.0.2
2023-01-02T12:40:32-05:00 INFO [routing] local ethernet link found: eth0
2023-01-02T12:40:32-05:00 INFO [routing] local ipnet found: 172.18.0.0/16
2023-01-02T12:40:32-05:00 INFO [firewall] enabling...
2023-01-02T12:40:32-05:00 INFO [firewall] enabled successfully
2023-01-02T12:40:32-05:00 INFO [storage] merging by most recent 13224 hardcoded servers and 13224 servers read from /gluetun/servers.json
2023-01-02T12:40:32-05:00 INFO Alpine version: 3.16.3
2023-01-02T12:40:32-05:00 INFO OpenVPN 2.4 version: 2.4.12
2023-01-02T12:40:32-05:00 INFO OpenVPN 2.5 version: 2.5.6
2023-01-02T12:40:32-05:00 INFO Unbound version: 1.15.0
2023-01-02T12:40:32-05:00 INFO IPtables version: v1.8.8
2023-01-02T12:40:32-05:00 INFO Settings summary:
β”œβ”€β”€ VPN settings:
|   β”œβ”€β”€ VPN provider settings:
|   |   β”œβ”€β”€ Name: private internet access
|   |   β”œβ”€β”€ Server selection settings:
|   |   |   β”œβ”€β”€ VPN type: openvpn
|   |   |   β”œβ”€β”€ Regions: ca toronto
|   |   |   └── OpenVPN server selection settings:
|   |   |       β”œβ”€β”€ Protocol: UDP
|   |   |       └── Private Internet Access encryption preset: strong
|   |   └── Automatic port forwarding settings:
|   |       β”œβ”€β”€ Enabled: yes
|   |       └── Forwarded port file path: /tmp/gluetun/forwarded_port
|   └── OpenVPN settings:
|       β”œβ”€β”€ OpenVPN version: 2.5
|       β”œβ”€β”€ User: [set]
|       β”œβ”€β”€ Password: [set]
|       β”œβ”€β”€ Private Internet Access encryption preset: strong
|       β”œβ”€β”€ Network interface: tun0
|       β”œβ”€β”€ Run OpenVPN as: root
|       └── Verbosity level: 1
β”œβ”€β”€ DNS settings:
|   β”œβ”€β”€ DNS server address to use: 127.0.0.1
|   β”œβ”€β”€ Keep existing nameserver(s): no
|   └── DNS over TLS settings:
|       β”œβ”€β”€ Enabled: yes
|       β”œβ”€β”€ Update period: every 24h0m0s
|       β”œβ”€β”€ Unbound settings:
|       |   β”œβ”€β”€ Authoritative servers:
|       |   |   └── cloudflare
|       |   β”œβ”€β”€ Caching: yes
|       |   β”œβ”€β”€ IPv6: no
|       |   β”œβ”€β”€ Verbosity level: 1
|       |   β”œβ”€β”€ Verbosity details level: 0
|       |   β”œβ”€β”€ Validation log level: 0
|       |   β”œβ”€β”€ System user: root
|       |   └── Allowed networks:
|       |       β”œβ”€β”€ 0.0.0.0/0
|       |       └── ::/0
|       └── DNS filtering settings:
|           β”œβ”€β”€ Block malicious: yes
|           β”œβ”€β”€ Block ads: no
|           β”œβ”€β”€ Block surveillance: no
|           └── Blocked IP networks:
|               β”œβ”€β”€ 127.0.0.1/8
|               β”œβ”€β”€ 10.0.0.0/8
|               β”œβ”€β”€ 172.16.0.0/12
|               β”œβ”€β”€ 192.168.0.0/16
|               β”œβ”€β”€ 169.254.0.0/16
|               β”œβ”€β”€ ::1/128
|               β”œβ”€β”€ fc00::/7
|               β”œβ”€β”€ fe80::/10
|               β”œβ”€β”€ ::ffff:7f00:1/104
|               β”œβ”€β”€ ::ffff:a00:0/104
|               β”œβ”€β”€ ::ffff:a9fe:0/112
|               β”œβ”€β”€ ::ffff:ac10:0/108
|               └── ::ffff:c0a8:0/112
β”œβ”€β”€ Firewall settings:
|   └── Enabled: yes
β”œβ”€β”€ Log settings:
|   └── Log level: INFO
β”œβ”€β”€ Health settings:
|   β”œβ”€β”€ Server listening address: 127.0.0.1:9999
|   β”œβ”€β”€ Target address: cloudflare.com:443
|   β”œβ”€β”€ Read header timeout: 100ms
|   β”œβ”€β”€ Read timeout: 500ms
|   └── VPN wait durations:
|       β”œβ”€β”€ Initial duration: 6s
|       └── Additional duration: 5s
β”œβ”€β”€ Shadowsocks server settings:
|   └── Enabled: no
β”œβ”€β”€ HTTP proxy settings:
|   └── Enabled: no
β”œβ”€β”€ Control server settings:
|   β”œβ”€β”€ Listening address: :8000
|   └── Logging: yes
β”œβ”€β”€ OS Alpine settings:
|   β”œβ”€β”€ Process UID: 1000
|   β”œβ”€β”€ Process GID: 1000
|   └── Timezone: US/Eastern
β”œβ”€β”€ Public IP settings:
|   β”œβ”€β”€ Fetching: every 12h0m0s
|   └── IP file path: /tmp/gluetun/ip
└── Version settings:
    └── Enabled: yes
2023-01-02T12:40:32-05:00 INFO [routing] default route found: interface eth0, gateway 172.18.0.1 and assigned IP 172.18.0.2
2023-01-02T12:40:32-05:00 INFO [routing] adding route for 0.0.0.0/0
2023-01-02T12:40:32-05:00 INFO [firewall] setting allowed subnets...
2023-01-02T12:40:32-05:00 INFO [routing] default route found: interface eth0, gateway 172.18.0.1 and assigned IP 172.18.0.2
2023-01-02T12:40:32-05:00 INFO TUN device is not available: open /dev/net/tun: no such file or directory; creating it...
2023-01-02T12:40:32-05:00 INFO [dns over tls] using plaintext DNS at address 1.1.1.1
2023-01-02T12:40:32-05:00 INFO [http server] http server listening on [::]:8000
2023-01-02T12:40:32-05:00 INFO [healthcheck] listening on 127.0.0.1:9999
2023-01-02T12:40:32-05:00 INFO [firewall] allowing VPN connection...
2023-01-02T12:40:32-05:00 INFO [openvpn] OpenVPN 2.5.6 aarch64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Apr 17 2022
2023-01-02T12:40:32-05:00 INFO [openvpn] library versions: OpenSSL 1.1.1s  1 Nov 2022, LZO 2.10
2023-01-02T12:40:32-05:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL-----
2023-01-02T12:40:32-05:00 INFO [openvpn] MIIDWDCCAUAwDQYJKoZIhvcNAQENBQAwgegxCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTETMBEGA1UEBxMKTG9zQW5nZWxlczEgMB4GA1UEChMXUHJpdmF0ZSBJbnRlcm5ldCBBY2Nlc3MxIDAeBgNVBAsTF1ByaXZhdGUgSW50ZXJuZXQgQWNjZXNzMSAwHgYDVQQDExdQcml2YXRlIEludGVybmV0IEFjY2VzczEgMB4GA1UEKRMXUHJpdmF0ZSBJbnRlcm5ldCBBY2Nlc3MxLzAtBgkqhkiG9w0BCQEWIHNlY3VyZUBwcml2YXRlaW50ZXJuZXRhY2Nlc3MuY29tFw0xNjA3MDgxOTAwNDZaFw0zNjA3MDMxOTAwNDZaMCYwEQIBARcMMTYwNzA4MTkwMDQ2MBECAQYXDDE2MDcwODE5MDA0NjANBgkqhkiG9w0BAQ0FAAOCAgEAppFfEpGsasjB1QgJcosGpzbf2kfRhM84o2TlqY1ua+Gi5TMdKydA3LJcNTjlI9a0TYAJfeRX5IkpoglSUuHuJgXhP3nEvX10mjXDpcu/YvM8TdE5JV2+EGqZ80kFtBeOq94WcpiVKFTR4fO+VkOK9zwspFfb1cNs9rHvgJ1QMkRUF8PpLN6AkntHY0+6DnigtSaKqldqjKTDTv2OeH3nPoh80SGrt0oCOmYKfWTJGpggMGKvIdvU3vH9+EuILZKKIskt+1dwdfA5Bkz1GLmiQG7+9ZZBQUjBG9Dos4hfX/rwJ3eU8oUIm4WoTz9rb71SOEuUUjP5NPy9HNx2vx+cVvLsTF4ZDZaUztW9o9JmIURDtbeyqxuHN3prlPWB6aj73IIm2dsDQvs3XXwRIxs8NwLbJ6CyEuvEOVCskdM8rdADWx1J0lRNlOJ0Z8ieLLEmYAA834VN1SboB6wJIAPxQU3rcBhXqO9y8aa2oRMg8NxZ5gr+PnKVMqag1x0IxbIgLxtkXQvxXxQHEMSODzvcOfK/nBRBsqTj30P+R87sU8titOoxNeRnBDRNhdEy/QGAqGh62ShPpQUCJdnKRiRTjnil9hMQHevoSuFKeEMO30FQL7BZyo37GFU+q1WPCplVZgCP9hC8Rn5K2+f6KLFo5bhtowSmu+GY1yZtg+RTtsA=
2023-01-02T12:40:32-05:00 INFO [openvpn] -----END X509 CRL-----
2023-01-02T12:40:32-05:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]154.3.40.126:1197
2023-01-02T12:40:32-05:00 INFO [openvpn] UDP link local: (not bound)
2023-01-02T12:40:32-05:00 INFO [openvpn] UDP link remote: [AF_INET]154.3.40.126:1197
2023-01-02T12:40:38-05:00 INFO [healthcheck] program has been unhealthy for 6s: restarting VPN
2023-01-02T12:40:38-05:00 INFO [vpn] stopping
2023-01-02T12:40:38-05:00 INFO [vpn] starting
2023-01-02T12:40:38-05:00 INFO [firewall] allowing VPN connection...
2023-01-02T12:40:38-05:00 INFO [openvpn] OpenVPN 2.5.6 aarch64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Apr 17 2022
2023-01-02T12:40:38-05:00 INFO [openvpn] library versions: OpenSSL 1.1.1s  1 Nov 2022, LZO 2.10
2023-01-02T12:40:38-05:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL-----
2023-01-02T12:40:38-05:00 INFO [openvpn] MIIDWDCCAUAwDQYJKoZIhvcNAQENBQAwgegxCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTETMBEGA1UEBxMKTG9zQW5nZWxlczEgMB4GA1UEChMXUHJpdmF0ZSBJbnRlcm5ldCBBY2Nlc3MxIDAeBgNVBAsTF1ByaXZhdGUgSW50ZXJuZXQgQWNjZXNzMSAwHgYDVQQDExdQcml2YXRlIEludGVybmV0IEFjY2VzczEgMB4GA1UEKRMXUHJpdmF0ZSBJbnRlcm5ldCBBY2Nlc3MxLzAtBgkqhkiG9w0BCQEWIHNlY3VyZUBwcml2YXRlaW50ZXJuZXRhY2Nlc3MuY29tFw0xNjA3MDgxOTAwNDZaFw0zNjA3MDMxOTAwNDZaMCYwEQIBARcMMTYwNzA4MTkwMDQ2MBECAQYXDDE2MDcwODE5MDA0NjANBgkqhkiG9w0BAQ0FAAOCAgEAppFfEpGsasjB1QgJcosGpzbf2kfRhM84o2TlqY1ua+Gi5TMdKydA3LJcNTjlI9a0TYAJfeRX5IkpoglSUuHuJgXhP3nEvX10mjXDpcu/YvM8TdE5JV2+EGqZ80kFtBeOq94WcpiVKFTR4fO+VkOK9zwspFfb1cNs9rHvgJ1QMkRUF8PpLN6AkntHY0+6DnigtSaKqldqjKTDTv2OeH3nPoh80SGrt0oCOmYKfWTJGpggMGKvIdvU3vH9+EuILZKKIskt+1dwdfA5Bkz1GLmiQG7+9ZZBQUjBG9Dos4hfX/rwJ3eU8oUIm4WoTz9rb71SOEuUUjP5NPy9HNx2vx+cVvLsTF4ZDZaUztW9o9JmIURDtbeyqxuHN3prlPWB6aj73IIm2dsDQvs3XXwRIxs8NwLbJ6CyEuvEOVCskdM8rdADWx1J0lRNlOJ0Z8ieLLEmYAA834VN1SboB6wJIAPxQU3rcBhXqO9y8aa2oRMg8NxZ5gr+PnKVMqag1x0IxbIgLxtkXQvxXxQHEMSODzvcOfK/nBRBsqTj30P+R87sU8titOoxNeRnBDRNhdEy/QGAqGh62ShPpQUCJdnKRiRTjnil9hMQHevoSuFKeEMO30FQL7BZyo37GFU+q1WPCplVZgCP9hC8Rn5K2+f6KLFo5bhtowSmu+GY1yZtg+RTtsA=
2023-01-02T12:40:38-05:00 INFO [openvpn] -----END X509 CRL-----
2023-01-02T12:40:38-05:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]154.3.40.126:1197
2023-01-02T12:40:38-05:00 INFO [openvpn] UDP link local: (not bound)
2023-01-02T12:40:38-05:00 INFO [openvpn] UDP link remote: [AF_INET]154.3.40.126:1197
2023-01-02T12:40:49-05:00 INFO [healthcheck] program has been unhealthy for 11s: restarting VPN
2023-01-02T12:40:49-05:00 INFO [vpn] stopping
2023-01-02T12:40:49-05:00 INFO [vpn] starting
2023-01-02T12:40:49-05:00 INFO [firewall] allowing VPN connection...
2023-01-02T12:40:49-05:00 INFO [openvpn] OpenVPN 2.5.6 aarch64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Apr 17 2022
2023-01-02T12:40:49-05:00 INFO [openvpn] library versions: OpenSSL 1.1.1s  1 Nov 2022, LZO 2.10
2023-01-02T12:40:49-05:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL-----
2023-01-02T12:40:49-05:00 INFO [openvpn] MIIDWDCCAUAwDQYJKoZIhvcNAQENBQAwgegxCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTETMBEGA1UEBxMKTG9zQW5nZWxlczEgMB4GA1UEChMXUHJpdmF0ZSBJbnRlcm5ldCBBY2Nlc3MxIDAeBgNVBAsTF1ByaXZhdGUgSW50ZXJuZXQgQWNjZXNzMSAwHgYDVQQDExdQcml2YXRlIEludGVybmV0IEFjY2VzczEgMB4GA1UEKRMXUHJpdmF0ZSBJbnRlcm5ldCBBY2Nlc3MxLzAtBgkqhkiG9w0BCQEWIHNlY3VyZUBwcml2YXRlaW50ZXJuZXRhY2Nlc3MuY29tFw0xNjA3MDgxOTAwNDZaFw0zNjA3MDMxOTAwNDZaMCYwEQIBARcMMTYwNzA4MTkwMDQ2MBECAQYXDDE2MDcwODE5MDA0NjANBgkqhkiG9w0BAQ0FAAOCAgEAppFfEpGsasjB1QgJcosGpzbf2kfRhM84o2TlqY1ua+Gi5TMdKydA3LJcNTjlI9a0TYAJfeRX5IkpoglSUuHuJgXhP3nEvX10mjXDpcu/YvM8TdE5JV2+EGqZ80kFtBeOq94WcpiVKFTR4fO+VkOK9zwspFfb1cNs9rHvgJ1QMkRUF8PpLN6AkntHY0+6DnigtSaKqldqjKTDTv2OeH3nPoh80SGrt0oCOmYKfWTJGpggMGKvIdvU3vH9+EuILZKKIskt+1dwdfA5Bkz1GLmiQG7+9ZZBQUjBG9Dos4hfX/rwJ3eU8oUIm4WoTz9rb71SOEuUUjP5NPy9HNx2vx+cVvLsTF4ZDZaUztW9o9JmIURDtbeyqxuHN3prlPWB6aj73IIm2dsDQvs3XXwRIxs8NwLbJ6CyEuvEOVCskdM8rdADWx1J0lRNlOJ0Z8ieLLEmYAA834VN1SboB6wJIAPxQU3rcBhXqO9y8aa2oRMg8NxZ5gr+PnKVMqag1x0IxbIgLxtkXQvxXxQHEMSODzvcOfK/nBRBsqTj30P+R87sU8titOoxNeRnBDRNhdEy/QGAqGh62ShPpQUCJdnKRiRTjnil9hMQHevoSuFKeEMO30FQL7BZyo37GFU+q1WPCplVZgCP9hC8Rn5K2+f6KLFo5bhtowSmu+GY1yZtg+RTtsA=
2023-01-02T12:40:49-05:00 INFO [openvpn] -----END X509 CRL-----
2023-01-02T12:40:49-05:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]154.3.40.126:1197
2023-01-02T12:40:49-05:00 INFO [openvpn] UDP link local: (not bound)
2023-01-02T12:40:49-05:00 INFO [openvpn] UDP link remote: [AF_INET]154.3.40.126:1197
2023-01-02T12:41:06-05:00 INFO [healthcheck] program has been unhealthy for 16s: restarting VPN
2023-01-02T12:41:06-05:00 INFO [vpn] stopping
2023-01-02T12:41:06-05:00 INFO [vpn] starting
2023-01-02T12:41:06-05:00 INFO [firewall] allowing VPN connection...
2023-01-02T12:41:06-05:00 INFO [openvpn] OpenVPN 2.5.6 aarch64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Apr 17 2022
2023-01-02T12:41:06-05:00 INFO [openvpn] library versions: OpenSSL 1.1.1s  1 Nov 2022, LZO 2.10
2023-01-02T12:41:06-05:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL-----
2023-01-02T12:41:06-05:00 INFO [openvpn] MIIDWDCCAUAwDQYJKoZIhvcNAQENBQAwgegxCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTETMBEGA1UEBxMKTG9zQW5nZWxlczEgMB4GA1UEChMXUHJpdmF0ZSBJbnRlcm5ldCBBY2Nlc3MxIDAeBgNVBAsTF1ByaXZhdGUgSW50ZXJuZXQgQWNjZXNzMSAwHgYDVQQDExdQcml2YXRlIEludGVybmV0IEFjY2VzczEgMB4GA1UEKRMXUHJpdmF0ZSBJbnRlcm5ldCBBY2Nlc3MxLzAtBgkqhkiG9w0BCQEWIHNlY3VyZUBwcml2YXRlaW50ZXJuZXRhY2Nlc3MuY29tFw0xNjA3MDgxOTAwNDZaFw0zNjA3MDMxOTAwNDZaMCYwEQIBARcMMTYwNzA4MTkwMDQ2MBECAQYXDDE2MDcwODE5MDA0NjANBgkqhkiG9w0BAQ0FAAOCAgEAppFfEpGsasjB1QgJcosGpzbf2kfRhM84o2TlqY1ua+Gi5TMdKydA3LJcNTjlI9a0TYAJfeRX5IkpoglSUuHuJgXhP3nEvX10mjXDpcu/YvM8TdE5JV2+EGqZ80kFtBeOq94WcpiVKFTR4fO+VkOK9zwspFfb1cNs9rHvgJ1QMkRUF8PpLN6AkntHY0+6DnigtSaKqldqjKTDTv2OeH3nPoh80SGrt0oCOmYKfWTJGpggMGKvIdvU3vH9+EuILZKKIskt+1dwdfA5Bkz1GLmiQG7+9ZZBQUjBG9Dos4hfX/rwJ3eU8oUIm4WoTz9rb71SOEuUUjP5NPy9HNx2vx+cVvLsTF4ZDZaUztW9o9JmIURDtbeyqxuHN3prlPWB6aj73IIm2dsDQvs3XXwRIxs8NwLbJ6CyEuvEOVCskdM8rdADWx1J0lRNlOJ0Z8ieLLEmYAA834VN1SboB6wJIAPxQU3rcBhXqO9y8aa2oRMg8NxZ5gr+PnKVMqag1x0IxbIgLxtkXQvxXxQHEMSODzvcOfK/nBRBsqTj30P+R87sU8titOoxNeRnBDRNhdEy/QGAqGh62ShPpQUCJdnKRiRTjnil9hMQHevoSuFKeEMO30FQL7BZyo37GFU+q1WPCplVZgCP9hC8Rn5K2+f6KLFo5bhtowSmu+GY1yZtg+RTtsA=
2023-01-02T12:41:06-05:00 INFO [openvpn] -----END X509 CRL-----
2023-01-02T12:41:06-05:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]154.3.42.40:1197
2023-01-02T12:41:06-05:00 INFO [openvpn] UDP link local: (not bound)
2023-01-02T12:41:06-05:00 INFO [openvpn] UDP link remote: [AF_INET]154.3.42.40:1197
2023-01-02T12:41:27-05:00 INFO [healthcheck] program has been unhealthy for 21s: restarting VPN
2023-01-02T12:41:27-05:00 INFO [vpn] stopping
2023-01-02T12:41:27-05:00 INFO [vpn] starting
2023-01-02T12:41:27-05:00 INFO [firewall] allowing VPN connection...
2023-01-02T12:41:27-05:00 INFO [openvpn] OpenVPN 2.5.6 aarch64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Apr 17 2022
2023-01-02T12:41:27-05:00 INFO [openvpn] library versions: OpenSSL 1.1.1s  1 Nov 2022, LZO 2.10
2023-01-02T12:41:27-05:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL-----
2023-01-02T12:41:27-05:00 INFO [openvpn] MIIDWDCCAUAwDQYJKoZIhvcNAQENBQAwgegxCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTETMBEGA1UEBxMKTG9zQW5nZWxlczEgMB4GA1UEChMXUHJpdmF0ZSBJbnRlcm5ldCBBY2Nlc3MxIDAeBgNVBAsTF1ByaXZhdGUgSW50ZXJuZXQgQWNjZXNzMSAwHgYDVQQDExdQcml2YXRlIEludGVybmV0IEFjY2VzczEgMB4GA1UEKRMXUHJpdmF0ZSBJbnRlcm5ldCBBY2Nlc3MxLzAtBgkqhkiG9w0BCQEWIHNlY3VyZUBwcml2YXRlaW50ZXJuZXRhY2Nlc3MuY29tFw0xNjA3MDgxOTAwNDZaFw0zNjA3MDMxOTAwNDZaMCYwEQIBARcMMTYwNzA4MTkwMDQ2MBECAQYXDDE2MDcwODE5MDA0NjANBgkqhkiG9w0BAQ0FAAOCAgEAppFfEpGsasjB1QgJcosGpzbf2kfRhM84o2TlqY1ua+Gi5TMdKydA3LJcNTjlI9a0TYAJfeRX5IkpoglSUuHuJgXhP3nEvX10mjXDpcu/YvM8TdE5JV2+EGqZ80kFtBeOq94WcpiVKFTR4fO+VkOK9zwspFfb1cNs9rHvgJ1QMkRUF8PpLN6AkntHY0+6DnigtSaKqldqjKTDTv2OeH3nPoh80SGrt0oCOmYKfWTJGpggMGKvIdvU3vH9+EuILZKKIskt+1dwdfA5Bkz1GLmiQG7+9ZZBQUjBG9Dos4hfX/rwJ3eU8oUIm4WoTz9rb71SOEuUUjP5NPy9HNx2vx+cVvLsTF4ZDZaUztW9o9JmIURDtbeyqxuHN3prlPWB6aj73IIm2dsDQvs3XXwRIxs8NwLbJ6CyEuvEOVCskdM8rdADWx1J0lRNlOJ0Z8ieLLEmYAA834VN1SboB6wJIAPxQU3rcBhXqO9y8aa2oRMg8NxZ5gr+PnKVMqag1x0IxbIgLxtkXQvxXxQHEMSODzvcOfK/nBRBsqTj30P+R87sU8titOoxNeRnBDRNhdEy/QGAqGh62ShPpQUCJdnKRiRTjnil9hMQHevoSuFKeEMO30FQL7BZyo37GFU+q1WPCplVZgCP9hC8Rn5K2+f6KLFo5bhtowSmu+GY1yZtg+RTtsA=
2023-01-02T12:41:27-05:00 INFO [openvpn] -----END X509 CRL-----
2023-01-02T12:41:27-05:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]66.115.142.34:1197
2023-01-02T12:41:27-05:00 INFO [openvpn] UDP link local: (not bound)
2023-01-02T12:41:27-05:00 INFO [openvpn] UDP link remote: [AF_INET]66.115.142.34:1197
2023-01-02T12:41:27-05:00 WARN [openvpn] 'link-mtu' is used inconsistently, local='link-mtu 1569', remote='link-mtu 1554'
2023-01-02T12:41:27-05:00 WARN [openvpn] 'keysize' is used inconsistently, local='keysize 256', remote='keysize 128'
2023-01-02T12:41:27-05:00 WARN [openvpn] 'comp-lzo' is present in remote config but missing in local config, remote='comp-lzo'
2023-01-02T12:41:27-05:00 INFO [openvpn] [toronto402] Peer Connection Initiated with [AF_INET]66.115.142.34:1197
2023-01-02T12:41:27-05:00 INFO [openvpn] TUN/TAP device tun0 opened
2023-01-02T12:41:27-05:00 INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500
2023-01-02T12:41:27-05:00 INFO [openvpn] /sbin/ip link set dev tun0 up
2023-01-02T12:41:27-05:00 INFO [openvpn] /sbin/ip addr add dev tun0 10.32.110.182/24
2023-01-02T12:41:27-05:00 INFO [openvpn] UID set to nonrootuser
2023-01-02T12:41:27-05:00 INFO [openvpn] Initialization Sequence Completed
2023-01-02T12:41:27-05:00 INFO [dns over tls] downloading DNS over TLS cryptographic files
2023-01-02T12:41:27-05:00 INFO [dns over tls] downloading hostnames and IP block lists
2023-01-02T12:41:28-05:00 INFO [healthcheck] healthy!
2023-01-02T12:41:32-05:00 INFO [dns over tls] init module 0: validator
2023-01-02T12:41:32-05:00 INFO [dns over tls] init module 1: iterator
2023-01-02T12:41:32-05:00 INFO [dns over tls] start of service (unbound 1.15.0).
2023-01-02T12:41:32-05:00 INFO [dns over tls] generate keytag query _ta-4a5c-4f66. NULL IN
2023-01-02T12:41:32-05:00 INFO [dns over tls] generate keytag query _ta-4a5c-4f66. NULL IN
2023-01-02T12:41:32-05:00 INFO [dns over tls] ready
2023-01-02T12:41:32-05:00 INFO [ip getter] Public IP address is 66.115.142.34 (Canada, Ontario, Toronto)
2023-01-02T12:41:32-05:00 INFO [vpn] You are running on the bleeding edge of latest!
2023-01-02T12:41:32-05:00 INFO [vpn] VPN gateway IP address: 10.32.110.1
2023-01-02T12:41:32-05:00 INFO [port forwarding] Found saved forwarded port data for port 53308
2023-01-02T12:41:32-05:00 INFO [port forwarding] Port forwarded data expires in 61 days
2023-01-02T12:41:32-05:00 INFO [port forwarding] port forwarded is 53308
2023-01-02T12:41:32-05:00 INFO [firewall] setting allowed input port 53308 through interface tun0...
2023-01-02T12:41:32-05:00 INFO [port forwarding] writing port file /tmp/gluetun/forwarded_port
Unrecognized input header: 99

Share your configuration

version: '3'
services:
  gluetun:
    image: qmcgaw/gluetun
    container_name: gluetun
    cap_add:
      - NET_ADMIN
    environment:
      - VPN_SERVICE_PROVIDER=private internet access
      - SERVER_REGIONS=CA Toronto
      - OPENVPN_USER=xxxxxxx
      - OPENVPN_PASSWORD=xxxxxxxxx
      - PRIVATE_INTERNET_ACCESS_VPN_PORT_FORWARDING=on
      - TZ=US/Eastern
    volumes:
      - gluetun:/gluetun
      - /Volumes/DATA:/data
    ports:
      - 7878:7878/tcp #radarr
      - 8080:8080/tcp #sabnzbd
      - 9117:9117/tcp #jackett
      - 9091:9091/tcp #transmission
      - 8989:8989/tcp #sonarr
      - 51413:51413
      - 51413:51413/udp
    restart: unless-stopped
  transmission:
    image: lscr.io/linuxserver/transmission:latest
    container_name: transmission
    network_mode:  "service:gluetun"
    environment:
      - PUID=502
      - PGID=20
      - TZ=US/Eastern
    volumes:
      - /Volumes/DATA/config/transmission:/config
      - /Volumes/DATA:/data
      - /Volumes/DATA/config/transmission/downloads:/downloads
      - /Volumes/DATA/config/transmission/watch:/watch
    restart: unless-stopped
  sonarr:
    image: lscr.io/linuxserver/sonarr:latest
    container_name: sonarr
    network_mode:  "service:gluetun"
    environment:
      - PUID=502
      - PGID=20
      - TZ=US/Eastern
    volumes:
      - /Volumes/DATA/config/sonarr:/config
      - /Volumes/DATA:/data
    restart: unless-stopped
  sabnzbd:
    image: lscr.io/linuxserver/sabnzbd:latest
    container_name: sabnzbd
    network_mode:  "service:gluetun"
    environment:
      - PUID=502
      - PGID=20
      - TZ=US/Eastern
    volumes:
      - /Volumes/DATA/config/sabnzbd:/config
      - /Volumes/DATA:/data
    restart: unless-stopped
  jackett:
    image: lscr.io/linuxserver/jackett:latest
    container_name: jackett
    network_mode:  "service:gluetun"
    environment:
      - PUID=502
      - PGID=20
      - TZ=US/Eastern
      - AUTO_UPDATE=true #optional
    volumes:
      - /Volumes/DATA/config/jackett:/config
    restart: unless-stopped

volumes:
  gluetun:
bewareofgeek commented 1 year ago

I'm noticing also that macOS has crash reports for com.docker.vpnkit:

Translated Report (Full Report Below)

Process: com.docker.vpnkit [2077] Path: /Applications/Docker.app/Contents/Resources/bin/com.docker.vpnkit Identifier: com.docker.vpnkit Version: ??? Code Type: ARM-64 (Native) Parent Process: com.docker.backend [1989] Responsible: Docker [1988] User ID: 501

Date/Time: 2023-01-02 10:22:42.2759 -0500 OS Version: macOS 13.1 (22C65) Report Version: 12 Anonymous UUID: 6BD26AAA-2084-35DF-911E-819A32C68132

Time Awake Since Boot: 300000 seconds

System Integrity Protection: enabled

Crashed Thread: 3

Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000138000000 Exception Codes: 0x0000000000000001, 0x0000000138000000

Termination Reason: Namespace SIGNAL, Code 11 Segmentation fault: 11 Terminating Process: exc handler [2077]

VM Region Info: 0x138000000 is not in any region. Bytes after previous region: 1 Bytes before following region: 31457280 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL MALLOC_MEDIUM 137800000-138000000 [ 8192K] rw-/rwx SM=PRV
---> GAP OF 0x1e00000 BYTES MALLOC_TINY 139e00000-139f00000 [ 1024K] rw-/rwx SM=PRV

Thread 0:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x196ba8a00 __select + 8 1 com.docker.vpnkit 0x102b36834 unix_select + 668 2 com.docker.vpnkit 0x102b605c4 caml_c_call + 28 3 ??? 0x14034dd80 ???

Thread 1: 0 libsystem_kernel.dylib 0x196ba1564 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x196bdd638 _pthread_cond_wait + 1232 2 com.docker.vpnkit 0x102b2d378 caml_condition_wait + 100 3 com.docker.vpnkit 0x102b605c4 caml_c_call + 28 4 com.docker.vpnkit 0x102b551b8 caml_callback_exn + 44 5 com.docker.vpnkit 0x102b2c850 caml_thread_start + 112 6 libsystem_pthread.dylib 0x196bdd06c _pthread_start + 148 7 libsystem_pthread.dylib 0x196bd7e2c thread_start + 8

Thread 2: 0 libsystem_kernel.dylib 0x196ba8a00 __select + 8 1 com.docker.vpnkit 0x102b2c8c4 caml_thread_tick + 88 2 libsystem_pthread.dylib 0x196bdd06c _pthread_start + 148 3 libsystem_pthread.dylib 0x196bd7e2c thread_start + 8

Thread 3 Crashed: 0 com.docker.vpnkit 0x102b5c5d4 caml_ba_sub + 172 1 com.docker.vpnkit 0x102b605c4 caml_c_call + 28 2 com.docker.vpnkit 0x102b605c4 caml_c_call + 28 3 com.docker.vpnkit 0x102b55518 caml_callback3 + 64 4 com.docker.vpnkit 0x102b0ed64 luv_recv_trampoline + 96 5 com.docker.vpnkit 0x102b27f80 uv__udp_io + 268 6 com.docker.vpnkit 0x102b2af8c uv__io_poll + 992 7 com.docker.vpnkit 0x102b1b2a0 uv_run + 392 8 com.docker.vpnkit 0x102b11cd0 luv_stub_blocking_1_uv_run + 104 9 com.docker.vpnkit 0x102b605c4 caml_c_call + 28 10 com.docker.vpnkit 0x102b551b8 caml_callback_exn + 44 11 com.docker.vpnkit 0x102b2c850 caml_thread_start + 112 12 libsystem_pthread.dylib 0x196bdd06c _pthread_start + 148 13 libsystem_pthread.dylib 0x196bd7e2c thread_start + 8

Thread 4: 0 libsystem_kernel.dylib 0x196ba1564 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x196bdd638 _pthread_cond_wait + 1232 2 com.docker.vpnkit 0x102b2659c uv_cond_wait + 12 3 com.docker.vpnkit 0x102b17ad8 worker + 112 4 libsystem_pthread.dylib 0x196bdd06c _pthread_start + 148 5 libsystem_pthread.dylib 0x196bd7e2c thread_start + 8

Thread 5: 0 libsystem_kernel.dylib 0x196ba1564 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x196bdd638 _pthread_cond_wait + 1232 2 com.docker.vpnkit 0x102b2659c uv_cond_wait + 12 3 com.docker.vpnkit 0x102b17ad8 worker + 112 4 libsystem_pthread.dylib 0x196bdd06c _pthread_start + 148 5 libsystem_pthread.dylib 0x196bd7e2c thread_start + 8

Thread 6: 0 libsystem_kernel.dylib 0x196ba1564 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x196bdd638 _pthread_cond_wait + 1232 2 com.docker.vpnkit 0x102b2659c uv_cond_wait + 12 3 com.docker.vpnkit 0x102b17ad8 worker + 112 4 libsystem_pthread.dylib 0x196bdd06c _pthread_start + 148 5 libsystem_pthread.dylib 0x196bd7e2c thread_start + 8

Thread 7: 0 libsystem_kernel.dylib 0x196ba1564 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x196bdd638 _pthread_cond_wait + 1232 2 com.docker.vpnkit 0x102b2659c uv_cond_wait + 12 3 com.docker.vpnkit 0x102b17ad8 worker + 112 4 libsystem_pthread.dylib 0x196bdd06c _pthread_start + 148 5 libsystem_pthread.dylib 0x196bd7e2c thread_start + 8

Thread 3 crashed with ARM Thread State (64-bit): x0: 0x0000000128346e60 x1: 0x0000000128346e60 x2: 0x0000000000000b49 x3: 0x00000001402090d0 x4: 0x0300000000000007 x5: 0x0000000000000003 x6: 0x0000000000000600 x7: 0x00000001404af8e0 x8: 0x00000000000018ff x9: 0x0000000000000000 x10: 0x0000000000000000 x11: 0x0000000001f9722f x12: 0x0000000001f97230 x13: 0x0000000128346e88 x14: 0x0000000000000001 x15: 0x000000027518d801 x16: 0x000000016dbb2920 x17: 0x00000001023f3880 x18: 0x0000000000000000 x19: 0x00000001033b21d0 x20: 0x000000016dbbad10 x21: 0x0000000128346e70 x22: 0x0000000140408ff0 x23: 0x0000000000000001 x24: 0x000000016dbb2a80 x25: 0x000000016dbb2ac0 x26: 0x000000016dbb2950 x27: 0x0000000140408fe8 x28: 0x0000000139f04080 fp: 0x000000016dbb2910 lr: 0x0000000102b605c4 sp: 0x000000016dbb2840 pc: 0x0000000102b5c5d4 cpsr: 0x20001000 far: 0x0000000138000000 esr: 0x92000007 (Data Abort) byte read Translation fault

Binary Images: 0x196b9d000 - 0x196bd5ff3 libsystem_kernel.dylib () /usr/lib/system/libsystem_kernel.dylib 0x1023e4000 - 0x102c9bfff com.docker.vpnkit () /Applications/Docker.app/Contents/Resources/bin/com.docker.vpnkit 0x0 - 0xffffffffffffffff ??? () <00000000-0000-0000-0000-000000000000> ??? 0x196bd6000 - 0x196be2ffb libsystem_pthread.dylib () <132084c6-c347-3489-9ac2-fcaad21cdb73> /usr/lib/system/libsystem_pthread.dylib

External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 0 thread_create: 0 thread_set_state: 0

VM Region Summary: ReadOnly portion of Libraries: Total=787.1M resident=0K(0%) swapped_out_or_unallocated=787.1M(100%) Writable regions: Total=1.9G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.9G(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Kernel Alloc Once 32K 1 MALLOC 618.2M 79 MALLOC guard page 96K 5 MALLOC_MEDIUM (reserved) 880.0M 8 reserved VM address space (unallocated) MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated) STACK GUARD 56.1M 8 Stack 41.6M 8 AUTH 46K 11 AUTH_CONST 70K 38 DATA 7423K 38 DATA_CONST 188K 40 DATA_DIRTY 78K 22 LINKEDIT 773.4M 2 OBJC_CONST 11K 5 OBJC_RO 65.4M 1 __OBJC_RW 1986K 1 __TEXT 13.7M 42 dyld private memory 256K 1 shared memory 32K 2 =========== ======= ======= TOTAL 2.8G 313 TOTAL, minus reserved VM space 1.5G 313


Full Report

{"app_name":"com.docker.vpnkit","timestamp":"2023-01-02 10:22:43.00 -0500","app_version":"","slice_uuid":"e40739d0-83c1-3b31-b71c-5927e3c1d3ec","build_version":"","platform":1,"share_with_app_devs":0,"is_first_party":1,"bug_type":"309","os_version":"macOS 13.1 (22C65)","roots_installed":0,"incident_id":"4C398E34-6B08-41D5-833E-6AB9DDE94637","name":"com.docker.vpnkit"} { "uptime" : 300000, "procRole" : "Unspecified", "version" : 2, "userID" : 501, "deployVersion" : 210, "modelCode" : "MacBookPro18,1", "coalitionID" : 950, "osVersion" : { "train" : "macOS 13.1", "build" : "22C65", "releaseType" : "User" }, "captureTime" : "2023-01-02 10:22:42.2759 -0500", "incident" : "4C398E34-6B08-41D5-833E-6AB9DDE94637", "pid" : 2077, "translated" : false, "cpuType" : "ARM-64", "roots_installed" : 0, "bug_type" : "309", "procLaunch" : "2023-01-02 09:51:59.8844 -0500", "procStartAbsTime" : 7308961122637, "procExitAbsTime" : 7353178194867, "procName" : "com.docker.vpnkit", "procPath" : "\/Applications\/Docker.app\/Contents\/Resources\/bin\/com.docker.vpnkit", "parentProc" : "com.docker.backend", "parentPid" : 1989, "coalitionName" : "com.docker.docker", "crashReporterKey" : "6BD26AAA-2084-35DF-911E-819A32C68132", "responsiblePid" : 1988, "responsibleProc" : "Docker", "sip" : "enabled", "vmRegionInfo" : "0x138000000 is not in any region. Bytes after previous region: 1 Bytes before following region: 31457280\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n MALLOC_MEDIUM 137800000-138000000 [ 8192K] rw-\/rwx SM=PRV \n---> GAP OF 0x1e00000 BYTES\n MALLOC_TINY 139e00000-139f00000 [ 1024K] rw-\/rwx SM=PRV ", "exception" : {"codes":"0x0000000000000001, 0x0000000138000000","rawCodes":[1,5234491392],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x0000000138000000"}, "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":2077}, "vmregioninfo" : "0x138000000 is not in any region. Bytes after previous region: 1 Bytes before following region: 31457280\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n MALLOC_MEDIUM 137800000-138000000 [ 8192K] rw-\/rwx SM=PRV \n---> GAP OF 0x1e00000 BYTES\n MALLOC_TINY 139e00000-139f00000 [ 1024K] rw-\/rwx SM=PRV ", "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0}, "faultingThread" : 3, "threads" : [{"id":11774742,"queue":"com.apple.main-thread","frames":[{"imageOffset":47616,"symbol":"select","symbolLocation":8,"imageIndex":0},{"imageOffset":7678004,"symbol":"unix_select","symbolLocation":668,"imageIndex":1},{"imageOffset":7849412,"symbol":"caml_c_call","symbolLocation":28,"imageIndex":1},{"imageOffset":5372173696,"imageIndex":2}]},{"id":11774790,"frames":[{"imageOffset":17764,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":3},{"imageOffset":7639928,"symbol":"caml_condition_wait","symbolLocation":100,"imageIndex":1},{"imageOffset":7849412,"symbol":"caml_c_call","symbolLocation":28,"imageIndex":1},{"imageOffset":7803320,"symbol":"caml_callback_exn","symbolLocation":44,"imageIndex":1},{"imageOffset":7637072,"symbol":"caml_thread_start","symbolLocation":112,"imageIndex":1},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":3},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":3}]},{"id":11774791,"frames":[{"imageOffset":47616,"symbol":"select","symbolLocation":8,"imageIndex":0},{"imageOffset":7637188,"symbol":"caml_thread_tick","symbolLocation":88,"imageIndex":1},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":3},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":3}]},{"triggered":true,"id":11774794,"threadState":{"x":[{"value":4969492064},{"value":4969492064},{"value":2889},{"value":5370843344},{"value":216172782113783815},{"value":3},{"value":1536},{"value":5373622496},{"value":6399},{"value":0},{"value":0},{"value":33124911},{"value":33124912},{"value":4969492104},{"value":1},{"value":10554497025},{"value":6135949600},{"value":4332664960,"symbolLocation":0,"symbol":"caml_apply3"},{"value":0},{"value":4349174224,"symbolLocation":0,"symbol":"Caml_state"},{"value":6135983376},{"value":4969492080},{"value":5372940272},{"value":1},{"value":6135949952},{"value":6135950016},{"value":6135949648},{"value":5372940264},{"value":5267013760}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4340450756},"cpsr":{"value":536875008},"fp":{"value":6135949584},"sp":{"value":6135949376},"esr":{"value":2449473543,"description":"(Data Abort) byte read Translation fault"},"pc":{"value":4340434388,"matchesCrashFrame":1},"far":{"value":5234491392}},"frames":[{"imageOffset":7833044,"symbol":"caml_ba_sub","symbolLocation":172,"imageIndex":1},{"imageOffset":7849412,"symbol":"caml_c_call","symbolLocation":28,"imageIndex":1},{"imageOffset":7849412,"symbol":"caml_c_call","symbolLocation":28,"imageIndex":1},{"imageOffset":7804184,"symbol":"caml_callback3","symbolLocation":64,"imageIndex":1},{"imageOffset":7515492,"symbol":"luv_recv_trampoline","symbolLocation":96,"imageIndex":1},{"imageOffset":7618432,"symbol":"uvudp_io","symbolLocation":268,"imageIndex":1},{"imageOffset":7630732,"symbol":"uvio_poll","symbolLocation":992,"imageIndex":1},{"imageOffset":7565984,"symbol":"uv_run","symbolLocation":392,"imageIndex":1},{"imageOffset":7527632,"symbol":"luv_stub_blocking_1_uv_run","symbolLocation":104,"imageIndex":1},{"imageOffset":7849412,"symbol":"caml_c_call","symbolLocation":28,"imageIndex":1},{"imageOffset":7803320,"symbol":"caml_callback_exn","symbolLocation":44,"imageIndex":1},{"imageOffset":7637072,"symbol":"caml_thread_start","symbolLocation":112,"imageIndex":1},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":3},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":3}]},{"id":11774795,"frames":[{"imageOffset":17764,"symbol":"psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":3},{"imageOffset":7611804,"symbol":"uv_cond_wait","symbolLocation":12,"imageIndex":1},{"imageOffset":7551704,"symbol":"worker","symbolLocation":112,"imageIndex":1},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":3},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":3}]},{"id":11774796,"frames":[{"imageOffset":17764,"symbol":"psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":3},{"imageOffset":7611804,"symbol":"uv_cond_wait","symbolLocation":12,"imageIndex":1},{"imageOffset":7551704,"symbol":"worker","symbolLocation":112,"imageIndex":1},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":3},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":3}]},{"id":11774797,"frames":[{"imageOffset":17764,"symbol":"psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":3},{"imageOffset":7611804,"symbol":"uv_cond_wait","symbolLocation":12,"imageIndex":1},{"imageOffset":7551704,"symbol":"worker","symbolLocation":112,"imageIndex":1},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":3},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":3}]},{"id":11774798,"frames":[{"imageOffset":17764,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":3},{"imageOffset":7611804,"symbol":"uv_cond_wait","symbolLocation":12,"imageIndex":1},{"imageOffset":7551704,"symbol":"worker","symbolLocation":112,"imageIndex":1},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":3},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":3}]}], "usedImages" : [ { "source" : "P", "arch" : "arm64e", "base" : 6823727104, "size" : 233460, "uuid" : "aebf397e-e2ef-3a49-be58-23d4558511f6", "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib", "name" : "libsystem_kernel.dylib" }, { "source" : "P", "arch" : "arm64", "base" : 4332601344, "size" : 9142272, "uuid" : "e40739d0-83c1-3b31-b71c-5927e3c1d3ec", "path" : "\/Applications\/Docker.app\/Contents\/Resources\/bin\/com.docker.vpnkit", "name" : "com.docker.vpnkit" }, { "size" : 0, "source" : "A", "base" : 0, "uuid" : "00000000-0000-0000-0000-000000000000" }, { "source" : "P", "arch" : "arm64e", "base" : 6823960576, "size" : 53244, "uuid" : "132084c6-c347-3489-9ac2-fcaad21cdb73", "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib", "name" : "libsystem_pthread.dylib" } ], "sharedCache" : { "base" : 6820003840, "size" : 3434283008, "uuid" : "00a1fbb6-43e1-3c11-8483-faf0db659249" }, "vmSummary" : "ReadOnly portion of Libraries: Total=787.1M resident=0K(0%) swapped_out_or_unallocated=787.1M(100%)\nWritable regions: Total=1.9G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.9G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nKernel Alloc Once 32K 1 \nMALLOC 618.2M 79 \nMALLOC guard page 96K 5 \nMALLOC_MEDIUM (reserved) 880.0M 8 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\nSTACK GUARD 56.1M 8 \nStack 41.6M 8 \nAUTH 46K 11 \nAUTH_CONST 70K 38 \nDATA 7423K 38 \nDATA_CONST 188K 40 \nDATA_DIRTY 78K 22 \nLINKEDIT 773.4M 2 \nOBJC_CONST 11K 5 \nOBJC_RO 65.4M 1 \n__OBJC_RW 1986K 1 \nTEXT 13.7M 42 \ndyld private memory 256K 1 \nshared memory 32K 2 \n=========== ======= ======= \nTOTAL 2.8G 313 \nTOTAL, minus reserved VM space 1.5G 313 \n", "legacyInfo" : { "threadTriggered" : {

} }, "trialInfo" : { "rollouts" : [ { "rolloutId" : "62699e1ec1ff2978b47f6c3b", "factorPackIds" : { "SIRI_FIND_MY_CONFIGURATION_FILES" : "631f72d1de559130376df1fb" }, "deploymentId" : 240000023 }, { "rolloutId" : "63582c5f8a53461413999550", "factorPackIds" : {

  },
  "deploymentId" : 240000002
}

], "experiments" : [

] } }

bnhf commented 1 year ago

@bewareofgeek

A couple of thoughts: there appear to have been some issues with virtualization combined with VPNs on the M1 chip in 2021. So first question, is everything up-to-date on your laptop? MacOS and Docker in particular. And second question, do you have a non-M1 Mac around where you could check to see if you have this same issue?

bewareofgeek commented 1 year ago

@bnhf macOS and docker are both up to date. I do not currently have a non apple silicon mac to test with at the moment. This is actually my first attempt at setting this up. My existing setup is all done on a raspberry pi. That works well, but short on resources and cumbersome to maintain.

bnhf commented 1 year ago

@bewareofgeek

Definitely worth the upgrade. I started with this on an RPi4 myself, and migrated to a NUC10i7. My speed tests through the VPN are as much as 10x better than I ever saw on the Pi. Hopefully @qdm12 will have a moment to look at this, or someone who's running a similar setup on an M1-based Mac will have some advice.

bewareofgeek commented 1 year ago

I got an unofficial build from one of the other similar tickets, which shows v4.16. It doesn't seem to be crashing as before, but the speeds are really slow. I have downloads running in transmission and sabnzbd and between them it maxes out at about 5MB/s. I even paused all downloads on one and the speed of the other increases by the amount that was running on the other. For instance, if each show 2.5MB/s, I stop one of them and the other gains the 2.5MB/s getting up to 5MB/s.

bnhf commented 1 year ago

@bewareofgeek

I got an unofficial build from one of the other similar tickets, which shows v4.16.

I assume you're talking about Docker Desktop for Mac here with this version number? If so, and it's at all similar to Docker Desktop for Windows (WSL2 backend) the networking performance is not great.

You'd probably do better installing Debian directly on just about any old x86 machine (built within the last 6 years or so) you have in the scrap pile that has a gigabit Ethernet adapter and a reasonable amount of RAM.

Hopefully a better version of Docker Desktop will materialize.

bewareofgeek commented 1 year ago

Yes, it's for mac and was just a test build from one of the devs on another similar post with docker. I'd really like to revert to the proper version where I got great speed, albeit for only a few seconds to a couple minutes before the whole thing choked, but have it not choke and die. I have a pretty vanilla setup in terms of a media download system, so I'm surprised more aren't having the issue.

kolossboss commented 1 year ago

I have a similar issue with nearly the same setup. Running docker on an MacMini m2.

After a few hours, most of the containers are unavailable. Everything looks fine in Docker, but the web ui is not accessible.
I need to kill all docker services and restart docker. Then I can restart the containers and everything works again.

In gluetune I found this message for all clients. But no errors and all other contrainers are running and nothing in the logs

[http proxy] cannot process request for client

Not sure if this is an gluetune issue or a general docker issues (maybe only for apple Silicon)

bnhf commented 1 year ago

@kolossboss

This is probably the same VPN-specific Docker issue with Apple Silicon that's been hanging around for a couple of years. @bewareofgeek had some success rolling back to a previous version of Docker Desktop (4.16), though not with hoped-for speeds.

bewareofgeek commented 1 year ago

I ended up getting another 4.17 build that resolved all the issues including speed. If you haven’t already, try installing the latest official 4.17 build.

ο£Ώο£Ώο£Ώο£Ώο£Ώο£Ώο£Ώο£Ώο£Ώο£Ώο£Ώ Dean Wagner @.*** ο£Ώο£Ώο£Ώο£Ώο£Ώο£Ώο£Ώο£Ώο£Ώο£Ώο£Ώ

On Mar 9, 2023, at 3:12 PM, Scott Ueland @.***> wrote:

@kolossboss https://github.com/kolossboss This is probably the same VPN-specific Docker issue with Apple Silicon that's been hanging around for a couple of years. @bewareofgeek https://github.com/bewareofgeek had some success rolling back to a previous version of Docker Desktop (4.16), though not with hoped-for speeds.

β€” Reply to this email directly, view it on GitHub https://github.com/qdm12/gluetun/issues/1327#issuecomment-1462705801, or unsubscribe https://github.com/notifications/unsubscribe-auth/A5AQ2OZW3A6KBTIX5TJ2QDDW3I2TZANCNFSM6AAAAAATO77WVY. You are receiving this because you were mentioned.

kolossboss commented 1 year ago

thanks reply. I'm also using the latest Version auf Docker Desktop (4.17) What exactly do you mean with getting another 4.17 build ?? I installed the official nativ Apple Silicon Build from docker.com

bewareofgeek commented 1 year ago

I just meant that I had gotten 2 different builds of 4.17 prior to its official release. The second one resolved it. In theory, any changes should be included in the final release.Sent from my iPhoneDean WagnerOn Mar 9, 2023, at 6:54 PM, kolossboss @.***> wrote:ο»Ώ thanks reply. I'm also using the latest Version auf Docker Desktop (4.17) What exactly do you mean with getting another 4.17 build ?? I installed the official nativ Apple Silicon Build from docker.com

β€”Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>