Closed VanirDev closed 1 year ago
I have a very similar problem with the latest (5031298a57e1) version running on Synology DSM 7.1.1-42962:
Attaching to gluetun
...
gluetun | 2023-06-08T13:08:52Z INFO [routing] default route found: interface eth0, gateway 172.20.0.1, assigned IP 172.20.0.2 and family v4
gluetun | 2023-06-08T13:08:52Z ERROR getting assigned IP of lo: IP address not found for interface: interface lo in 1 addresses
gluetun | 2023-06-08T13:08:52Z INFO Shutdown successful
v3.34 works just fine.
Same issue here (fixed by using 3.34). Also on DSM 7.1.1-42962.
I have the same problem when using either openvpn or wiregard through various providers
========================================
========================================
=============== gluetun ================
========================================
=========== Made with ā¤ļø by ============
======= https://github.com/qdm12 =======
========================================
========================================
Running version latest built on 2023-06-08T09:55:12.339Z (commit 2ec9293)
š§ 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-06-08T14:26:22Z INFO [routing] default route found: interface eth0, gateway 172.17.0.1, assigned IP 172.17.0.2 and family v4
2023-06-08T14:26:22Z ERROR getting assigned IP of lo: IP address not found for interface: interface lo in 1 addresses
2023-06-08T14:26:22Z INFO Shutdown successful
I'm sure you've identified that there's a problem with this build by now, I pulled a fresh version of the image less than 10 min ago. Getting the same error as the issue creator.
Confirmed on my end that 'image: qmcgaw/gluetun:v3.34' works as expected for me.
Here are the logs:
{"log":"2023-06-08T07:53:11-07:00 INFO [routing] default route found: interface eth0, gateway 172.20.0.1, assigned IP 172.20.0.2 and family v4\n","stream":"stdout","time":"2023-06-08T14:53:11.40458447Z"}
{"log":"2023-06-08T07:53:11-07:00 ERROR getting assigned IP of lo: IP address not found for interface: interface lo in 1 addresses\n","stream":"stdout","time":"2023-06-08T14:53:11.40673417Z"}
{"log":"2023-06-08T07:53:11-07:00 INFO Shutdown successful\n","stream":"stdout","time":"2023-06-08T14:53:11.407815403Z"}
Same problem here
Same problem on Synology DSM 7.2-74561. V3.34 works perfectly
This might be fixed in 412921fc1f69b39453aa3b3cdc08d3292884f545 on the latest image. I'm not 100% sure it fixes it since the 'broken' version was working fine on my machine, it really depends on the ip routes of the host (which I don't want to change š).
For context, this was due to 40cdb4f662e87e685a209351fec959919360c30b which changed the routes listing to return all routes from all tables (equivalent to ip route show table all
), whereas before it would only return routes from the main table (equivalent to ip route
). - change was made to help support #1488 -
Let me know if it fixes/doesn't fix it š Thanks!
EDIT: Whoops broke it again, 2 minutes, I'll push another fix
46755723285740bd73875df16dff28a12ecde379 should fix it for good š Let me know, and of course thanks for running the latest image and enduring the occasional breakdowns!š It helps produce more stable release images šļø
@qdm12 Sorry to be a docker noob here, but is there a way to use 4675572
before a new version is released? I've just reverted my docker-compose to image: qmcgaw/gluetun:v3.34.1
for the time being.
Also, I am getting the same "sanitizing" of the server_regions to lowercase as we had a few weeks back.
Sorry to be a docker noob here, but is there a way to use
4675572
before a new version is released
That's just a commit hash pushed to the master git branch, which triggers a new build for the latest image overriding the previous latest image, so you can docker pull qmcgaw/gluetun
and then restart the container to use the new latest image.
Also, I am getting the same "sanitizing" of the server_regions to lowercase as we had a few weeks back.
I think that's expected to be, all inputs are lowercased, does this cause a problem? If so, please create another issue about this, since it's a bit out of scope. As far as I know both v3.34 and the latest images are clear from this problem you linked.
4675572 should fix it for good š Let me know, and of course thanks for running the latest image and enduring the occasional breakdowns!š It helps produce more stable release images šļø
This is now working, thanks for the quick fix!
Awesome, thanks @b-col for confirming. I'll early-close the issue then, please create another issue if it still doesn't work for you! š
Discussed in https://github.com/qdm12/gluetun/discussions/1662