[erlang-questions] net_adm:ping/1

eigenfunction emeka_1978@REDACTED
Mon Apr 30 14:27:09 CEST 2012


Hi everybody,
i habe been trying to rpc another node on the same machine, but that
node did not respond. I then tried this:

(test2@REDACTED) > erl_epmd:names(localhost).
 {ok,[{test1,45555},{test2,49788}]}

(test2@REDACTED) > net_adm:ping(test1@REDACTED).
pang.

(test2@REDACTED) > net_adm:ping(test1@REDACTED).
pang.


Any Idea why it is not working?



More information about the erlang-questions mailing list