markmark206

markmark206

Alternatives to installing releases from erlang-solutions.com?

Downloading Erlang / Elixir from https://packages.erlang-solutions.com/ stopped working for us today.

Is there another “official” / safe / reliable place to get elixir installation packages from, today, and in general, as a backup?

Thank you,
Mark.

Details:

We are following the process outlined on Installing Elixir - The Elixir programming language to install on debian and ubuntu.
" * Add Erlang Solutions repo: wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb && sudo dpkg -i erlang-solutions_1.0_all.deb
…"

Usually the process works, but today it has been failing, with the following error:

$ wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb
–2019-03-26 14:24:19-- https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb
Resolving packages.erlang-solutions.com (packages.erlang-solutions.com)… 208.91.197.27
Connecting to packages.erlang-solutions.com (packages.erlang-solutions.com)|208.91.197.27|:443… failed: Connection refused.

(navigating to https://www.erlang-solutions.com/ also fails (ERR_CONNECTION_REFUSED) on my laptop, but not on my iphone).

Marked As Solved

ErlangSolutions

ErlangSolutions

Forum Sponsor

Hey Mark, we’re ever so sorry for the issue you’ve experienced with our packages. Shane was right below commenting that we had some issues when migrating DNS. But things should be back to normal now :ok_hand:

Again, apologise to all the folks that tried visiting our site or downloading the packages!

Also Liked

jakemorrison

jakemorrison

You can run your own local mirror for deb packages. In a pinch, you can grab the deb files from a machine that already has them installed and copy them to the new machine.

When doing projects in AWS China, we end up caching lots of stuff, e.g. ruby gems. It can be super slow and unreliable to get through the Great Firewall.

You can also use ASDF to manage Elixir, Erlang and Node. That makes it easier to manage multiple versions.

NobbZ

NobbZ

You can always use prebuilts from GitHub or build and install from source.

Or you can just wait until the network self healed. Usually such a hiccup should not take longer than a day.

mxst

mxst

what I saw is that http://www.erlang-solutions.com/ (without the https) is now a parked domain - so it seems like it’s gone for good

Where Next?

Popular in Questions Top

chrisalley
ExUnit now has describe blocks which is a welcome addition coming from RSpec. In the docs, it states that nested hierarchies of describe ...
New
electic
Hi, I am new to Elixir. I am trying to use the DateTime component to insert a date into MySQL however the there seems to be no way to fo...
New
johnnyicon
Hi all, I’ve just started learning Elixir and Phoenix Framework, so please pardon my n00bness at this stage. I’m trying to use Postgres...
New
script
If I have a string “1000 cfu/ml” . I want to remove the characters and / and space . So the string is like this "1000" What is the ...
New
shahryarjb
Hello, I have map which I want to convert it to string like this: the map: %{last_name: "tavakkoli", name: "shahryar"} the string I ne...
New
belgoros
I’m not a pro in using Regex and can’t figure out why the following behaviour happens, especially if we take into account the difference ...
New
shahryarjb
Hello, I get Persian date from my client and convert it to normal calendar like this: def jalali_string_to_miladi_english_number(persi...
New
tduccuong
Hi, is there any work on GUI with Elixir, that is similar to Electron/Javascript? My idea is to bundle Phoenix and BEAM into a single se...
New
romenigld
I am trying to run a deploy with docker and I successfully runned with this command: docker build -t romenigld/blog-prod . but when I t...
New
JorisKok
I have a server on AWS, and was running a load test using artillery. When looking at the Phoenix dashboard I see the Ports going to 100% ...
New

Other popular topics Top

vegabook
I’m brand new to Phoenix and I have stripped one of the demo applications to the bone. I just want to get an svg up on the screen. Here i...
New
johnnyicon
Hi all, I’ve just started learning Elixir and Phoenix Framework, so please pardon my n00bness at this stage. I’m trying to use Postgres...
New
hariharasudhan94
lets say i have a sample like a = 20; b = 10; if (a > b) do {:ok, "a"} end if (a < b) do {:ok, b} end if (a == b) do {:ok, "equa...
New
Emily
I have VueJS GUIs with the project generated using Webpack. I have Elixir modules that will need to be used by the VueJS GUIs. I forese...
New
stefanchrobot
What’s the safe way to decode a JSON string into a struct? I want to avoid calling String.to_atom. Jason.decode can give me a map with st...
New
alice
Hey, Just curious what are the main benefits of Elixir compared to Clojure? When is Elixir more useful than Clojure and vice versa? Th...
New
vrod
I am using the Starship cross-shell prompt – it seems pretty nice, but I get some errors: [WARN] - (starship::utils): Executing command ...
New
WestKeys
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New
Patoshizzle
After calling mix ecto.create I get this error: 17:00:32.162 [error] GenServer #PID<0.412.0> terminating ** (Postgrex.Error) FATAL...
New
Harrisonl
We have an ECS cluster with 4 services, where each task joins a single cluster, via discovery ECS discovery service. Currently when I de...
New

We're in Beta

About us Mission Statement