Erlang echo server with eLite?

Piotr Daruk piotr.daruk@REDACTED
Tue Jul 30 09:34:31 CEST 2002


Hello!

    Since my lecturer of Functional Programming might not have an Erlang
runtime, I'm desperate to make it working on Linux shell as I've got to show
Him that my project works. Yesterday I have modified my echo server and now
it starts the epmd daemon by it self. On this moment starting erlang runtime
by erl will do. After that, on the one Linux console echo must be started
(echo:start(0).), on the other console start erl and then run client
(client:main(["5","5","square"]). I think it should work. Yet, on Linux
shell it stops. The ./echo proces stops on "os:cmd(Epmd ++ " -daemon"),"
command and ./client 5 square stops on "erl_distributin:start(),".

    Please find the attachment and try it. Sorry, I'm being so annoying, yet
it is very important for my.

    Thank you all very much!!

Cheers,
Piotr
----- Original Message -----
From: "Lennart Öhman" <lennart.ohman@REDACTED>
To: "Piotr Daruk" <piotr.daruk@REDACTED>
Cc: <erlang-questions@REDACTED>
Sent: Friday, July 26, 2002 9:27 PM
Subject: Re: Erlang echo server with eLite?


> You seem to ha gotten valuable help from Luke. Otherwise I believe
> distribution_not_started means that your system is missing the
> net_kernel process which must run if you are running a distributed
> system.
>
> /Lennart
>
> Piotr Daruk wrote:
> >
> > Hello!
> >
> >     I have succeeded to find auth module so I have linked it to the
> > compilation. Obviously it helps, thanx Laura!!
> >     Yet, I got new error:
> > {distribution_not_started,{auth,set_cookie,2}]}
> >
> >     Dose anybody now what is this? What should I start?
> >
> > Cheers,
> > Piotr
>
> --
> -------------------------------------------------------------
> Lennart Ohman                   phone   : +46-8-587 623 27
> Sjoland & Thyselius Telecom AB  cellular: +46-70-552 6735
> Sehlstedtsgatan 6               fax     : +46-8-667 8230
> SE-115 28 STOCKHOLM, SWEDEN     email   : lennart.ohman@REDACTED
-------------- next part --------------
A non-text attachment was scrubbed...
Name: echo.tar.gz
Type: application/octet-stream
Size: 75876 bytes
Desc: not available
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20020730/396ea883/attachment.obj>


More information about the erlang-questions mailing list