Hermanverschooten

Hermanverschooten

Hi,

I have an app running that uses nbpm to avoid using epmd in production.
Using the supplied mix task I find which port my app is running on.
I have added export ELIXIR_ERL_OPTIONS="-erl_epmd_port nnn" to my .livebookdesktop.sh.
Following the reply from @jonatanklosko I used the EPMD module he supplied to register my app name on epmd running in my livebook. I can connect to the remote node as an attached node.
But what I want is to use the remote execution smart cell, but this refuses to connect.

Does anyone have an idea if this is at all possible?

Showing Posts 1 to 4

Hermanverschooten

Hermanverschooten OP

I currently found a workaround, that allows me to get my data into the liveview.

The names have been changed to protect the innocent.

I removed the export from .livebookdesktop.sh and restarted livebook.
Then in a console I ran

iex --erl "-erl_epmd_port 339XX" --name test@my.local.domain --cookie cookie

I added my.local.domain which is externally resolvable by my production server to my /etc/hosts to resolve to 127.0.0.1.
I restarted livebook, started the EPMD module to register my test node and its port.
Opened a new livebook and made a Remote execution Smart cell to the test node, that works.
Then as code to remotely execute I made another :rpc.call(:"admin@localhost.remote.somewhere", Graph, :yearly, ["202410"]) and assigned it to variable. Now I can use it to generate some graphs.

I also had to do a port forwarding in my firewall to the ip of my computer for the port.

I do hope however that there is a simpler solution.

jonatanklosko

jonatanklosko

Creator of Livebook

Just to clarify, you are trying to connect to name@prod.domain and prod.domain is accessible from your local machine? (i.e. you don’t do port proxying and similar)

I can connect to the remote node as an attached node.
But what I want is to use the remote execution smart cell, but this refuses to connect.

The difference between the two is that in attached mode Livebook connects directly to the remote node, so export ELIXIR_ERL_OPTIONS="-erl_epmd_port nnn" (which configures the Livebook server node) did the trick. With the standalone runtime and remote execution cell, Livebook first starts the standalone runtime node (and ELIXIR_ERL_OPTIONS is not applicable to that node), so when you do RPC in the cell, it’s that runtime node connecting to the remote node. Other env vars, such as ERL_AFLAGS can be used both for the Livebook server and the standalone runtime, however this inherently doesn’t work, because then we would have two nodes trying to bind to the same port for distribution.

Given that you connect to the remote node directly and it has no EPMD, I think the only way for this to work would be to have a field to specify extra options for the remote runtime specifically, in this case -erl_epmd_port xyz. Let me know if the above is correct, we can probably add a UI field for this.

Hermanverschooten

Hermanverschooten OP

Yes, that would be a big help. I saw when running epmd -names locally the initial livebook runtime was using the port.

— All posts loaded —

Where Next? Top

Trending in Questions Top

RSP87
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
nseaSeb
Hello, I know there is an approach for handling lists that allows for optimized traversal, but I can’t recall the specific method (somet...
New
kpanic
Hi everyone, I am toying with the idea of building a “match maker” for giving personal help to people that wants to start coding. I sta...
New
brecabral
Documentation While reading the Scoped Routes section, I noticed that the documentation currently refers to a problem without explainin...
New
velrest
So my question is quite simple and i have found no conclusive answer on forum, google or AI. Should we use :erlang.float for Integer to ...
New
asweet-confluent
I recently noticed that Elixir’s Logger defaults its primary log level to :debug when no :logger, :level application configuration is pre...
New
samoloth
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New

Other Trending Topics Top

JesseHerrick
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
mhanberg
Hi everyone! The first release candidate for the Expert language server project is now available! We’ve published a press release detai...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Dmk
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New

Latest on Elixir Forum

Elixir Forum

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews