From e849867ccc78b1d0017e7dfe8cdcd196de0d4bc08acc19dec30cc139ba6a6f40 Mon Sep 17 00:00:00 2001 From: Matwey Kornilov Date: Fri, 9 Nov 2018 08:14:17 +0000 Subject: [PATCH] Accepting request 647397 from home:markoschandras:branches:devel:languages:erlang:Factory - Fix instructions for changing address for epmd.socket service. The ListenStream option needs to be completely overriden otherwise the socket will be started with multiple ListenStream options and it will fail. OBS-URL: https://build.opensuse.org/request/show/647397 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=65 --- README.SUSE | 1 + erlang.changes | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/README.SUSE b/README.SUSE index 7408739..647ca50 100644 --- a/README.SUSE +++ b/README.SUSE @@ -21,5 +21,6 @@ The first line is to discard vendor configuration. The second line will change t To enable accepting external connections to EPMd, create ```/etc/systemd/system/epmd.socket.d/port.conf``` with following content: ``` [Socket] +ListenStream= ListenStream=0.0.0.0:4369 ``` diff --git a/erlang.changes b/erlang.changes index d842def..0a236a4 100644 --- a/erlang.changes +++ b/erlang.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Nov 8 17:16:08 UTC 2018 - Markos Chandras + +- Fix instructions for changing address for epmd.socket service. The + ListenStream option needs to be completely overriden otherwise the + socket will be started with multiple ListenStream options and it + will fail. + ------------------------------------------------------------------- Fri Nov 2 21:24:41 UTC 2018 - Gabriele Santomaggio