[erlang-questions] Distributed erlang not working after upgrading to OSX Snow leopard

Arun Suresh arun.suresh@REDACTED
Tue Jul 20 21:59:43 CEST 2010


Hi

Im currently running erlang R13B04 (erts-5.7.5) which I built from source.
After upgrading to Snow leopard, I can get distributed erlang to work...

On terminal 1:

[asuresh@REDACTED ~] erl -sname test1 -setcookie hello
Erlang R13B04 (erts-5.7.5) [source] [smp:2:2] [rq:2] [async-threads:0]
[hipe] [kernel-poll:false]

Eshell V5.7.5  (abort with ^G)
(test1@REDACTED)1>

On terminal 2:

[asuresh@REDACTED ~] erl -sname test2 -setcookie hello
Erlang R13B04 (erts-5.7.5) [source] [smp:2:2] [rq:2] [async-threads:0]
[hipe] [kernel-poll:false]

Eshell V5.7.5  (abort with ^G)
(test2@REDACTED)1> net_adm:ping('test1@REDACTED').
pang
(test2@REDACTED)2>


As you can see.. net_adm:ping() returns a pang.. Could someone please give
me some pointers as to how I might start debugging this issue ?
I have me /etc/hosts file correctly configured

-Arun


More information about the erlang-questions mailing list