gluetun: Bug: Container exits on startup (commit ac5141b)
Is this urgent?
Yes
Host OS
Ubuntu 22.04
CPU arch
x86_64
VPN service provider
Mullvad
What are you using to run the container
docker run
What is the version of Gluetun
Running version latest built on 2023-02-26T19:18:36.074Z (commit ac5141b)
Whatβs the problem π€
Container exits on startup. Reverting back to v3 works successfully.
Share your logs
========================================
========================================
=============== gluetun ================
========================================
=========== Made with β€οΈ by ============
======= https://github.com/qdm12 =======
========================================
========================================
Running version latest built on 2023-02-26T19:18:36.074Z (commit ac5141b)
π§ 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-02-26T20:19:54Z INFO [routing] default route found: interface eth0, gateway 172.18.0.1 and assigned IP 172.18.0.3
2023-02-26T20:19:54Z INFO [routing] local ethernet link found: eth0
2023-02-26T20:19:54Z INFO [routing] local ipnet found: 172.18.0.0/16
2023-02-26T20:19:54Z INFO [firewall] enabling...
2023-02-26T20:19:54Z INFO [firewall] enabled successfully
2023-02-26T20:19:55Z INFO [storage] merging by most recent 13163 hardcoded servers and 13163 servers read from /gluetun/servers.json
2023-02-26T20:19:55Z INFO Alpine version: 3.17.2
2023-02-26T20:19:55Z ERROR exit status 127
2023-02-26T20:19:55Z INFO Shutdown successful
Share your configuration
image: qmcgaw/gluetun:latest
volumes:
- /home/oester/docker/gluetun:/gluetun
ports:
- 8888:8888/tcp
- 8081:8081/tcp
- 5800:5800/tcp
- 7878:7878/tcp
- 9117:9117/tcp
- 9089:8989/tcp
- 6789:6789/tcp
- 6767:6767/tcp
- 8083:8080/tcp
- 8009:8000/tcp
- 9696:9696/tcp
- 3000:3000/tcp
environment:
- VPN_SERVICE_PROVIDER=mullvad
- VPN_TYPE=wireguard
- WIREGUARD_PRIVATE_KEY=XXXX
- WIREGUARD_ADDRESSES=10.67.227.216/32
- SERVER_CITIES=Toronto
cap_add:
- NET_ADMIN
About this issue
- Original URL
- State: closed
- Created a year ago
- Reactions: 5
- Comments: 15 (2 by maintainers)
Fixed in e955adc1e1fca5701835ced3ec45620b05aab392 my bad, I just jumped back into development yesterday after 2 months offline, what a mess π
Iβll add a CI step to actually run Gluetun fully for a minute, to prevent this from happening again.
Same here.
Docker host DSM Synology (Two Servers)
Third server on Pi seems to be working fine on older version
Update: Here is a workaround to use different tag (stable) https://github.com/qdm12/gluetun/issues/1420
use
:v3
tagsame⦠happy to see its not just me
Setting it to an older version works
gluetun: image: qmcgaw/gluetun:v3.32.0