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

Arun Suresh arun.suresh@REDACTED
Wed Jul 21 06:17:47 CEST 2010


Thanx michal..
that seems to have done the trick..

-Arun

On Wed, Jul 21, 2010 at 2:57 AM, Michal Zajda <zajdamichal@REDACTED> wrote:

> Recompile your otp with --enable-darwin-64bit option to configure script.
> It is described in INSTALL.md file (in OTP sources).
>
> On 20 July 2010 21:59, Arun Suresh <arun.suresh@REDACTED> wrote:
>
>> 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