Git Product home page Git Product logo

Comments (6)

paulmenzel avatar paulmenzel commented on July 4, 2024 1

So there's nothing we can do about this; if anything, the problem could be reported against Erlang/OTP.

erlang/otp#4820

from eturnal.

paulmenzel avatar paulmenzel commented on July 4, 2024

epmd is not a separate service and should be started by eturnal.

from eturnal.

weiss avatar weiss commented on July 4, 2024

Sounds like epmd fails to start with an ERL_EPMD_ADDRESS on your system. One possible reason would be that IPv6 is disabled in a way that doesn't allow binding to ::1 (which epmd tries to do if you specify an IPv4 listen address, which is the reason we no longer do that by default).

If this is not the issue: Does journalctl -u eturnal show additional output? Do you get any output when stopping eturnal and then calling ERL_EPMD_ADDRESS=127.0.0.1 epmd -d manually?

from eturnal.

paulmenzel avatar paulmenzel commented on July 4, 2024

Sounds like epmd fails to start with an ERL_EPMD_ADDRESS on your system. One possible reason would be that IPv6 is disabled in a way that doesn't allow binding to ::1 (which epmd tries to do if you specify an IPv4 listen address, which is the reason we no longer do that by default).

Indeed, IPv6 is disabled in our environment.

$ sysctl net.ipv6.conf.all.disable_ipv6
net.ipv6.conf.all.disable_ipv6 = 1

from eturnal.

weiss avatar weiss commented on July 4, 2024

net.ipv6.conf.all.disable_ipv6 = 1

Yes, this is the setup that lets epmd fail: Binding to INADDR6_ANY works, binding to INADDR6_LOOPBACK doesn't. On our IPv4-only servers, we disable the IPv6 stack altogether by adding ipv6.disable_ipv6=1 to the kernel command line. That way, epmd won't attempt to bind to ::1. (See also this posting, for example.)

So there's nothing we can do about this; if anything, the problem could be reported against Erlang/OTP.

from eturnal.

weiss avatar weiss commented on July 4, 2024

Seems this will be fixed in future Erlang/OTP releases.

from eturnal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.