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

NobbZ

NobbZ

For me it just works as usual, I get redirected to HTTPS and see the website I see there every time I visit the page.

BrightEyesDavid

BrightEyesDavid

Same as Nobbz for me.

Where Next?

Popular in Thoughts On... Top

markmark206
Downloading Erlang / Elixir from https://packages.erlang-solutions.com/ stopped working for us today. Is there another “official” / safe...
New
asinghbrar
Hi everyone, We’re in the process of moving our organization toward a monorepo and I’d love to hear from folks who’ve done this with Eli...
New
hugoestr
Hi, We are exploring creating an integration system to connect and communicate with systems outside of our company. We are leaning towar...
New

Other popular topics Top

senggen
Erlang/OTP 25 [erts-13.2.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] 15:22:35.803 [error] gen_event {lager_file_backend...
New
bsollish-terakeet
Credo is smart enough to check for (something like) this: assert length(the_list) == 0 with this response: Checking if an enum is empt...
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
malloryerik
Hi, this is for people who, like me, have had some friction using .html.heex templates in VSCode. The solution seems to be, in a hyphena...
New
KronicDeth
Elixir plugin for JetBrain’s IntelliJ Platform (including Rubymine) This is a plugin that adds support for Elixir to JetBrains IntelliJ...
289 35421 110
New
New
mcarvalho
What is the difference between System.get_env and Application.get_env? For example, what are best practices to use one versus another.
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
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
Qqwy
Original source of discussion: This topic on the Pragmatic Programmers' Functional Web Development with Elixir, OTP, and Phoenix forum. ...
New

We're in Beta

About us Mission Statement