【问题标题】:erlang epmd is not operationalerlang epmd 无法运行
【发布时间】:2018-07-03 16:37:56
【问题描述】:

我正在尝试将 ejabberd 连接到远程服务器上的节点,但无法 ping 节点。两个节点都运行 -name 'n1@host1.my'-name 'n2@host2.my' 内核选项 -kernel inet_dist_listen_min 4370 inet_dist_listen_max 4370 ,端口 4370 是可访问的(通过 host1.my 上的 telnet 检查它):

telnet host2.my 4370
Trying 34.252.148.114...
Connected to dt.mantu.im.
Escape character is '^]'.

在错误中:

   net_adm:names(). 
    {error,address}

这意味着 epmd 无法运行,但是

/usr/lib/erlang/erts-9.1.5/bin/epmd -names
epmd: up and running on port 4369 with data:
name dev at port 4370

【问题讨论】:

    标签: erlang ejabberd epmd


    【解决方案1】:

    端口4369(epmd 守护程序端口)也应该打开

    【讨论】:

      猜你喜欢
      • 2011-08-07
      • 2010-12-01
      • 2017-03-04
      • 2020-04-05
      • 2013-06-23
      • 2014-03-26
      • 2014-12-05
      • 2014-12-19
      • 1970-01-01
      相关资源
      最近更新 更多