[erlang-questions] erl -name doesn't work

David Tucker dbtleonia@REDACTED
Fri Feb 23 02:29:59 CET 2007


Aha.  So http://www.erlang.org/doc/doc-5.5.3/erts-5.5.3/doc/html/erl.htmlsays
that for -name, you have to specify
Name@REDACTED, which contradicts the example at
http://www.erlang.org/doc/doc-5.5.3/doc/reference_manual/distributed.html#11.2.
(Could someone correct the docs?)

Next question: in the absence of an fqdn for my computer, what should I
specify for the Host part?  An IP address doesn't seem to work.

Thanks.

Dave


On 2/22/07, Ludovic Coquelle <lcoquelle@REDACTED> wrote:
>
> Isn't it a problem with localname/fullname?
> On my ubuntu installation, "erl -name foo" exits with a lot of crash error
> reports.
> But "erl -sname foo" work very well; as well as "erl -name
> foo@REDACTED"
> Hope this can help (see doc erts/erl for details on options).
>
> On 2/22/07, David Tucker <dbtleonia@REDACTED> wrote:
> >
> > Hi,
> >
> > I'm running the latest release of Erlang (R11B-3) on Windows XP.  When I
> > run:
> >
> > C:\WINDOWS\system32>"c:\Program Files\erl5.5.3\bin\erl.exe" -name foo
> >
> > it exits immediately -- no shell, no error message of any sort.
> > However, the following brings up a shell as expected:
> >
> > C:\WINDOWS\system32>"c:\Program Files\erl5.5.3\bin\erl.exe" -sname foo
> > Eshell V5.5.3  (abort with ^G)
> > (foo@REDACTED)1>
> >
> > Any idea what I'm doing wrong?  Thanks.
> >
> > Dave
> >
> > **
> > _______________________________________________
> > erlang-questions mailing list
> > erlang-questions@REDACTED
> > http://www.erlang.org/mailman/listinfo/erlang-questions
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20070222/d64155a4/attachment.htm>


More information about the erlang-questions mailing list