[erlang-questions] [erl -name] crashes on vista

cactus gerold@REDACTED
Mon Feb 4 21:05:34 CET 2008


hej,
so i tried to run the epmd directly:
* on standard port 4369 it fails
* on other port e.g. 4368 it works

-----------------------------------------------------------------
C:\Program Files\erl5.6\erts-5.6\bin>epmd -port 4369
epmd: Mon Feb 04 20:58:49 2008: epmd running - daemon = 0
epmd: Mon Feb 04 20:58:49 2008: failed to bind socket: No error

C:\Program Files\erl5.6\erts-5.6\bin>epmd -port 4368
epmd: Mon Feb 04 20:58:57 2008: epmd running - daemon = 0
------------------------------------------------------------------

* the 'erl -sname' gives me the same error message than the 'erl -
name'

=> can i specify when i start 'erl -name' that it should use other
port than standard ?

=> i also will check again my firewall settings.....






On Feb 4, 8:00 pm, "Vlad Dumitrescu" <vladd...@REDACTED> wrote:
> Hi,
>
> On Feb 4, 2008 6:58 PM, cactus <ger...@REDACTED> wrote:
>
> > hi - hmmmm on my windows xp box (where everything works fine) i did
> > not have to run an epmd
>
> When starting an Erlang node with "erl -sname" or "erl -name", epmd
> should get started automatically. You can check the process list to
> see if it's there.
>
> > => by the way - what is the epmd for - sounds like some kind of unix
> > style daemon ?
>
> yes, something like that. If you checkhttp://www.erlang.org/doc/apps/erts/index.html, you will be able to
> find the documentation for it.
>
> > => so for me it looks like that vista somehow blocks registering of
> > erlang node
> > => i already turned off all the firewalls ...
> > has anyone any experience with erlang on vista ?
>
> It works for me without problems. Could you try "erl -sname h1"? For
> me it doesn't work to use -name without specifying a full host name
> (but there's a different error message).
>
> best regards,
> Vlad
> _______________________________________________
> erlang-questions mailing list
> erlang-questi...@REDACTED://www.erlang.org/mailman/listinfo/erlang-questions



More information about the erlang-questions mailing list