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

vonH
In asking this question I am more interested about the expressiveness of the language itself and less concerned about the availability of...
New
vac
Hi, I’m quite new in Elixir and I’m trying to format a string to a PEM format. I have the certificate value like MIIDBTCCAe2...... and I...
New
ashish173
I am using Ecto timestamps with postgres, I can see the timestamps() use the :naive_dateime but for my use case I wanted to store the ti...
New
nsuchy
Hi. I’ve noticed that Windows Powershell has it’s own IEX command and you cannot access Elixir’s IEX due to the conflict. This isn’t a cr...
New
Darmani72
If I have a post route which an argument: post /my_post_route/:my_param1, MyController.my_post_handler How would get the post params ...
New
sergio_101
I am VERY much an elixir newbie. I have taken one elixir course and one phoenix course on Udemy. During that course, I saw the instructor...
New
albydarned
Hello all! I am typing this post from my new MacBook Pro with the M1 chip. I’m loving it so far, and will probably use it as my daily dr...
New
SoCreat
i’m a new one to elixir which editor can i use vs code? or atom? Thanks! :smiley:
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
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

Other popular topics Top

rms.mrcs
Hi, I need to transform a list of numbers into a map where the keys are the indexes and the values are the original values of the list. ...
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
josevalim
Hi everyone, One of the features added to Elixir early on to help integration with Erlang code was the idea of overridable function defi...
New
vonH
When I run the Plug and I recompile I wind up having to use Ctrl C to quit iex and start again. Witht the help of rlwrap I can use the cu...
New
danschultzer
None of the current solutions worked well for me, so I went ahead and built a user management system from scratch. This project took far...
548 29703 241
New
sergio_101
I am VERY much an elixir newbie. I have taken one elixir course and one phoenix course on Udemy. During that course, I saw the instructor...
New
chrismccord
This release brings a number of exciting features, including integration with the new Phoenix LiveDashboard and Phoenix LiveView. There h...
New
freewebwithme
Using vs code and installed ElixirLS: support and debugger. And I got an error popped up on start up says Failed to run ‘elixir’ comma...
New
sergio
Kind of like when jquery came out, it was super necessary. Existing drag and drop libraries have a bunch of baggage to support old browse...
New

We're in Beta

About us Mission Statement