distribute erlang

SEUNG BONG HAN seungbong_han@REDACTED
Fri Mar 5 02:17:14 CET 2004


I could not run multiple erl node in the same system or different system.
Here is what I did.
 
erl -sname a1 -setcookie hello <enter>
 
open up other terminal or goto other system.
 
erl -sname a2 -setcookie hello <enter>
 
If I net_adm:ping('">'a2@<hostname>') <enter>
 
I got pang.
 
It happens in my latest Gentoo Linux and FreeBSD 5.0 boxes.
 
If I do it in NetBSD 1.6.1 or Solaris 8, I don't see any problem.
 
Looks like the security policy of latest OS may prevent erlang nodes to communicate one another.
 
Can anybody share their tips?
 
regards,


---------------------------------
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20040304/cd28c039/attachment.htm>


More information about the erlang-questions mailing list