You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now when starting reticulum using LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 REPLACE_OS_VARS=true NODE_NAME=test NODE_COOKIE=testetset _build/prod/rel/ret/bin/ret foreground it complains about missing keyfile
Also cat _build/prod/rel/ret/var/sys.config | grep key does not contain keyfile
On Hubs Personal AWS it does, even when I directly launch it it picks up config properly.
Can anyone point me to what I'm doing wrong?
Error msg
12:13:54.553 [info] Application ret exited: Ret.Application.start(:normal, []) returned an error: shutdown: failed to start child: RetWeb.Endpoint
** (EXIT) an exception was raised:
** (ArgumentError) could not start Cowboy2 adapter, missing option :key/:keyfile
(plug_cowboy 2.1.3) lib/plug/cowboy.ex:310: Plug.Cowboy.fail/1
(plug_cowboy 2.1.3) lib/plug/cowboy.ex:62: Plug.Cowboy.args/4
(plug_cowboy 2.1.3) lib/plug/cowboy.ex:170: Plug.Cowboy.child_spec/1
(phoenix 1.4.17) lib/phoenix/endpoint/cowboy2_adapter.ex:44: Phoenix.Endpoint.Cowboy2Adapter.child_spec/3
(phoenix 1.4.17) lib/phoenix/endpoint/supervisor.ex:108: anonymous fn/6 in Phoenix.Endpoint.Supervisor.server_children/4
(elixir 1.11.2) lib/enum.ex:2181: Enum."-reduce/3-lists^foldl/2-0-"/3
(phoenix 1.4.17) lib/phoenix/endpoint/supervisor.ex:99: Phoenix.Endpoint.Supervisor.server_children/4
(phoenix 1.4.17) lib/phoenix/endpoint/supervisor.ex:59: Phoenix.Endpoint.Supervisor.init/1
Currently trying to get a DIY hubs on ubuntu running
Ubuntu 20.04 in LXD deployed with this script
Added some patches for sql via socket and to fix startup errors
Then I compiled with
MIX_ENV=prod mix distillery.release
Then I added config entries to
_build/prod/rel/ret/config.toml
among othersNow when starting reticulum using
LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 REPLACE_OS_VARS=true NODE_NAME=test NODE_COOKIE=testetset _build/prod/rel/ret/bin/ret foreground
it complains about missing keyfileAlso
cat _build/prod/rel/ret/var/sys.config | grep key
does not contain keyfileOn Hubs Personal AWS it does, even when I directly launch it it picks up config properly.
Can anyone point me to what I'm doing wrong?
Error msg
(commit ca443c5)
The text was updated successfully, but these errors were encountered: