-
Notifications
You must be signed in to change notification settings - Fork 385
Closed
Labels
kind/bugSomething isn't workingSomething isn't working
Description
Describe the bug
After updating the docker image to latest I am hit with the following error:
ip: RTNETLINK answers: File exists
And the container exits.
To Reproduce
Update an existing deployment from 0.7.20 to 0.7.21.
Expected behavior
I expect latest tag not to break existing deployment.
Screenshots / Logs
tag: 0.7.21
ip: RTNETLINK answers: File exists
tag: 0.7.20
19:09:57.231 erl_level=info application=ecto_sql domain=elixir file=lib/ecto/migrator.ex function=log/2 line=707 mfa=Ecto.Migrator.log/2 module=Ecto.Migrator pid=<0.95.0> [info] Migrations already up
19:09:58.417 erl_level=info application=phoenix domain=elixir file=lib/phoenix/endpoint/cowboy2_adapter.ex function=start_link/3 line=103 mfa=Phoenix.Endpoint.Cowboy2Adapter.start_link/3 module=Phoenix.Endpoint.Cowboy2Adapter pid=<0.388.0> [info] Running FzHttpWeb.Endpoint with cowboy 2.9.0 at 0.0.0.0:13000 (http)
19:09:58.421 erl_level=info application=phoenix domain=elixir file=lib/phoenix/endpoint/supervisor.ex function=log_access_url/2 line=404 mfa=Phoenix.Endpoint.Supervisor.log_access_url/2 module=Phoenix.Endpoint.Supervisor pid=<0.334.0> [info] Access FzHttpWeb.Endpoint at https://firezone.mediarr.org
19:09:58.423 erl_level=warning application=fz_http domain=elixir file=lib/fz_http/config/errors.ex function=legacy_key_used/3 line=94 mfa=FzHttp.Config.Errors.legacy_key_used/3 module=FzHttp.Config.Errors pid=<0.333.0> [warning] A legacy configuration option 'OUTBOUND_EMAIL_CONFIGS' is used and it will be removed in v0.9. Please use 'OUTBOUND_EMAIL_ADAPTER_OPTS' configuration option instead.
19:09:58.423 erl_level=warning application=fz_http domain=elixir file=lib/fz_http/config/errors.ex function=legacy_key_used/3 line=94 mfa=FzHttp.Config.Errors.legacy_key_used/3 module=FzHttp.Config.Errors pid=<0.333.0> [warning] A legacy configuration option 'OUTBOUND_EMAIL_PROVIDER' is used and it will be removed in v0.9. Please use 'OUTBOUND_EMAIL_ADAPTER' configuration option instead.
19:09:58.584 erl_level=warning application=fz_http domain=elixir file=lib/fz_http/config/errors.ex function=legacy_key_used/3 line=94 mfa=FzHttp.Config.Errors.legacy_key_used/3 module=FzHttp.Config.Errors pid=<0.333.0> [warning] A legacy configuration option 'ADMIN_EMAIL' is used and it will be removed in v0.9. Please use 'DEFAULT_ADMIN_EMAIL' configuration option instead.
Platform (please complete the following information):
- Firezone Version: 0.7.21
- OS: linux
- Distro: Ubuntu 22.04
- Kernel version: 5.15.0-67-generic
- Deployment method: Docker
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't workingSomething isn't working