epmd icon indicating copy to clipboard operation
epmd copied to clipboard

Erlang Port Mapper Daemon in Erlang

Results 3 epmd issues
Sort by recently updated
recently updated
newest added

The following Elixir code does not complete in finite time, when running on Windows, though the command `epmd` exists on `PATH`: ```elixir System.cmd("epmd", ["-daemon"]) ``` * Elixir version: 1.14.5 *...

I am trying to setup epmd to listen to only ONE local IPv4. No binding to `0.0.0.0` or `:::`. ``` $ ERL_EPMD_ADDRESS=10.40.95.10 epmd -d epmd: Tue Oct 6 21:38:18 2020:...

Becuase OTP 17 was not playing well with `epmd -names` -- it was inconistantly returning the [s]names when there were nodes assigned to ports -- taking a look at the...