#DNS problem in FreeBSD jail

5 messages · Page 1 of 1 (latest)

rigid idol
#

I'm trying to set up a Pleroma server, and there's this strange issue where DNS just won't work. I've also tried a thing in iex to try connecting to something and it didn't work either. (forgot what i put in though, not familiar with elixir)
What can I do to resolve this?

$ mix compile
Could not find "rebar3", which is needed to build dependency :parse_trans
I can install a local copy which is just used by Mix
Shall I install rebar3? (if running non-interactively, use "mix  local.rebar --force") [Yn]
** (Mix) httpc request failed with: {:failed_connect, [{:to_address, {'repo.hex.pm', 443}}, {:inet, [:inet], :nxdomain}]}

Could not install Rebar because Mix could not download metadata at https://repo.hex.pm/installs/rebar-1.x.csv.

$ ping repo.hex.pm
PING dualstack.fs.shared.global.fastly.net (146.75.106.2): 56 data bytes
64 bytes from 146.75.106.2: icmp_seq=0 ttl=58 time=16.241ms
wintry sphinx
#

how did you install elixir and erlang

rigid idol
#

with pkg

#

pkg install elixir

wintry sphinx
#

remove it and install erlang first, then elixir