erl -remsh
Serge Aleynikov
serge@REDACTED
Wed Jan 4 14:45:49 CET 2006
You need to provide a node name for the node you are starting, so that
it starts in distributed mode:
erl -remsh test@REDACTED -sname test1
Joel Reymont wrote:
> I'm trying to connect to another node running on my machine that was
> started with erl -sname test. I tried this with erl -remsh test and erl
> -remsh test@<short host name>. I received the following both times:
>
> *** ERROR: Shell process terminated! (^G to start new job) ***
>
> What am I missing?
>
> Thanks, Joel
>
> --
> http://wagerlabs.com/
>
>
>
>
>
>
More information about the erlang-questions
mailing list