Skip to content

OS X - 'Nameserver not responding on ...' #108

Closed
@jordan0day

Description

I'm on OS X Yosemite and having an issue connecting to a node I'm running locally. I can connect the nodes using net_adm:ping, but erlyberly complains with "Nameserver not responding on Jordans-MacBook-Pro.trea..."

screen shot 2016-05-11 at 10 45 24 am

$ erl -name test -setcookie test_cookie
Erlang/OTP 18 [erts-7.2.1] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]

Eshell V7.2.1  (abort with ^G)
(test@Jordans-MacBook-Pro.trea.local)1>

...


$ erl -name test2 -setcookie test_cookie
Erlang/OTP 18 [erts-7.2.1] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]

Eshell V7.2.1  (abort with ^G)
(test2@Jordans-MacBook-Pro.trea.local)1> net_adm:ping('test@Jordans-MacBook-Pro.trea.local').
pong

As per the troubleshooting section in the README, I've verified that epmd is running:

$ ps aux | grep epmd
jordan           9581   0.0  0.0  2497076    468   ??  S     2May16   0:01.23 /usr/local/Cellar/erlang/18.2.1/lib/erlang/erts-7.2.1/bin/epmd -daemon

I'm guessing this is probably something configured wrong on my system or domain or something, but I'm really not sure what I should look at next, troubleshooting-wise?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions