You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..."
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?
The text was updated successfully, but these errors were encountered:
According to the comment below the java erlang driver does not allow full stops in the node name. Could you try with a node name without the full stop?
So it's not necessarily the presence of a period that causes the issue. This makes me think it is most likely some kind of issue with my local network/os x's hostname configuration stuff.
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..."
As per the troubleshooting section in the README, I've verified that epmd is running:
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?
The text was updated successfully, but these errors were encountered: