diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
commit | 0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch) | |
tree | 2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /pipermail/nel/2001-January/000135.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to 'pipermail/nel/2001-January/000135.html')
-rw-r--r-- | pipermail/nel/2001-January/000135.html | 285 |
1 files changed, 285 insertions, 0 deletions
diff --git a/pipermail/nel/2001-January/000135.html b/pipermail/nel/2001-January/000135.html new file mode 100644 index 00000000..47b547ae --- /dev/null +++ b/pipermail/nel/2001-January/000135.html @@ -0,0 +1,285 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Nel] Server</TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:jerome.lanquetot%40animaths.com"> + <LINK REL="Previous" HREF="000134.html"> + <LINK REL="Next" HREF="000136.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Nel] Server</H1> + <B>Jerome Lanquetot</B> + <A HREF="mailto:jerome.lanquetot%40animaths.com" + TITLE="[Nel] Server">jerome.lanquetot@animaths.com</A><BR> + <I>Thu, 18 Jan 2001 18:50:22 +0100</I> + <P><UL> + <LI> Previous message: <A HREF="000134.html">[Nel] Server</A></li> + <LI> Next message: <A HREF="000136.html">Re[2]: [Nel] Server</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#135">[ date ]</a> + <a href="thread.html#135">[ thread ]</a> + <a href="subject.html#135">[ subject ]</a> + <a href="author.html#135">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>C'est un message de format MIME en plusieurs parties. + +------=_NextPart_000_0086_01C0817F.8334D000 +Content-Type: text/plain; + charset="iso-8859-1" +Content-Transfer-Encoding: quoted-printable + +Thanks Vianney, + +I have now two bugs. + +- The first one is when i launch the moves service, it closes itself. +- The second one (linked to the first one i guess) is when i launch the = +client i get the following exception: +"01/01/18 18:45:00 ERR client.cpp 2574: Exception: toto2" + +I give you all my config files: + +ls.txt: + +Users =3D { +}; + +Shards =3D { + "172.16.2.11", "StartPosition" +}; + + +ns.cfg: + +Host=3D"jlt"; +Port=3D50000; + +and client.cfg: +// CLIENT CONFIG FILE + +FullScreen =3D 0; +Width =3D 800; +Height =3D 600; +Depth =3D 16; +Position =3D { 1840.000000, -970.000000, -23.520323 }; +Heading =3D { -0.122154, 1.000000, 0.0 }; +Background =3D { 100, 100, 255 }; +DataPath =3D "data/"; +FontName =3D "n019003l.pfb"; +LanguageIndex =3D 0; +LSHost =3D "172.16.2.11"; +Login =3D "jaylee"; +Password =3D "a"; +ShardIP =3D "172.16.2.11"; +CharacterIndex =3D 0; +LandscapeTileNear =3D 50.000000; +LandscapeThreshold =3D 0.001000; + + + +----- Original Message -----=20 +From: "Vianney Lecroart" <<A HREF="mailto:lecroart@nevrax.com">lecroart@nevrax.com</A>> +To: <<A HREF="mailto:nel@nevrax.org">nel@nevrax.org</A>> +Sent: Thursday, January 18, 2001 6:19 PM +Subject: Re: [Nel] Server + + +><i> >I have some problems launching the five services: log, login, moves, = +</I>naming +><i> and time. +</I>><i> >I found nowhere some help about the functionnalities about each = +</I>service and +><i> the order in which they start. +</I>><i> >Could you help me to launch correctly the services. +</I>><i>=20 +</I>><i> first, you have to create the ns.cfg file with: +</I>><i>=20 +</I>><i> --------begin of ns.cfg------- +</I>><i> Host=3D"your nameservice ip"; +</I>><i> Port=3D50000; +</I>><i> --------end of ns.cfg------- +</I>><i>=20 +</I>><i> after, you launch, in order: +</I>><i> - naming <-- used to find a specific service by his = +</I>name +><i> - log <-- centralized log for all service +</I>><i> - time <-- centralized time reference +</I>><i> - login <-- centralized user account for all = +</I>shard +><i> - moves <-- a shard +</I>><i>=20 +</I>><i> of course, some services will create some config file that you have to = +</I>fill. +><i> you have to put in the ls.txt the moves service host ip like this: +</I>><i>=20 +</I>><i> ---- +</I>><i> Shards =3D { +</I>><i> "your moves service host ip", "the name of the shard appears on the = +</I>client" +><i> }; +</I>><i> ---- +</I>><i>=20 +</I>><i> Vianney Lecroart +</I>><i>=20 +</I>><i>=20 +</I>><i> _______________________________________________ +</I>><i> Nel mailing list +</I>><i> <A HREF="mailto:Nel@nevrax.org">Nel@nevrax.org</A> +</I>><i> <A HREF="http://www.nevrax.org/mailman/listinfo.cgi/nel">http://www.nevrax.org/mailman/listinfo.cgi/nel</A> +</I>><i>=20 +</I> +------=_NextPart_000_0086_01C0817F.8334D000 +Content-Type: text/html; + charset="iso-8859-1" +Content-Transfer-Encoding: quoted-printable + +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<HTML><HEAD> +<META http-equiv=3DContent-Type content=3D"text/html; = +charset=3Diso-8859-1"> +<META content=3D"MSHTML 5.50.4134.600" name=3DGENERATOR> +<STYLE></STYLE> +</HEAD> +<BODY> +<DIV><FONT face=3DArial size=3D2>Thanks Vianney,</FONT></DIV> +<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV> +<DIV><FONT face=3DArial size=3D2>I have now two bugs.</FONT></DIV> +<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV> +<DIV><FONT face=3DArial size=3D2>- The first one is when i launch the = +moves service,=20 +it closes itself.</FONT></DIV> +<DIV><FONT face=3DArial size=3D2>- The second one (linked to the first = +one i guess)=20 +is when i launch the client i get the following exception:</FONT></DIV> +<DIV><FONT face=3DArial size=3D2>"01/01/18 18:45:00 ERR client.cpp 2574: = +Exception:=20 +toto2"</FONT></DIV> +<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV> +<DIV><FONT face=3DArial size=3D2>I give you all my config = +files:</FONT></DIV> +<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV> +<DIV><FONT face=3DArial size=3D2><STRONG>ls.txt:</STRONG></FONT></DIV> +<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV> +<DIV><FONT face=3DArial size=3D2>Users =3D {</FONT></DIV> +<DIV><FONT face=3DArial size=3D2>};</FONT></DIV> +<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV> +<DIV><FONT face=3DArial size=3D2>Shards =3D {<BR>&nbsp;"172.16.2.11",=20 +"StartPosition"<BR>};<BR></FONT></DIV> +<DIV><FONT face=3DArial size=3D2></FONT><FONT face=3DArial = +size=3D2></FONT>&nbsp;</DIV> +<DIV><FONT face=3DArial size=3D2><STRONG>ns.cfg:</STRONG></FONT></DIV> +<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV> +<DIV><FONT face=3DArial = +size=3D2>Host=3D"jlt";<BR>Port=3D50000;</FONT></DIV> +<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV> +<DIV><FONT face=3DArial size=3D2><STRONG>and = +client.cfg:</STRONG></FONT></DIV> +<DIV><FONT face=3DArial size=3D2>// CLIENT CONFIG FILE +<DIV>&nbsp;</DIV> +<DIV><FONT face=3DArial size=3D2>FullScreen =3D 0;<BR>Width =3D = +800;<BR>Height =3D=20 +600;<BR>Depth =3D 16;<BR>Position =3D { 1840.000000, -970.000000, = +-23.520323=20 +};<BR>Heading =3D { -0.122154, 1.000000, 0.0 };<BR>Background =3D { 100, = +100, 255=20 +};<BR>DataPath =3D "data/";<BR>FontName =3D = +"n019003l.pfb";<BR>LanguageIndex =3D=20 +0;<BR>LSHost =3D "172.16.2.11";<BR>Login =3D "jaylee";<BR>Password =3D = +"a";<BR>ShardIP=20 +=3D "172.16.2.11";<BR>CharacterIndex =3D 0;<BR>LandscapeTileNear =3D=20 +50.000000;<BR>LandscapeThreshold =3D 0.001000;</FONT></DIV></FONT></DIV> +<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV> +<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV> +<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV> +<DIV><FONT face=3DArial size=3D2>----- Original Message ----- </FONT> +<DIV><FONT face=3DArial size=3D2>From: "Vianney Lecroart" &lt;</FONT><A=20 +href=3D"mailto:<A HREF="mailto:lecroart@nevrax.com">lecroart@nevrax.com</A>"><FONT face=3DArial=20 +size=3D2><A HREF="mailto:lecroart@nevrax.com">lecroart@nevrax.com</A></FONT></A><FONT face=3DArial = +size=3D2>&gt;</FONT></DIV> +<DIV><FONT face=3DArial size=3D2>To: &lt;</FONT><A=20 +href=3D"mailto:<A HREF="mailto:nel@nevrax.org">nel@nevrax.org</A>"><FONT face=3DArial=20 +size=3D2><A HREF="mailto:nel@nevrax.org">nel@nevrax.org</A></FONT></A><FONT face=3DArial = +size=3D2>&gt;</FONT></DIV> +<DIV><FONT face=3DArial size=3D2>Sent: Thursday, January 18, 2001 6:19=20 +PM</FONT></DIV> +<DIV><FONT face=3DArial size=3D2>Subject: Re: [Nel] = +Server</FONT></DIV></DIV> +<DIV><FONT face=3DArial><BR><FONT size=3D2></FONT></FONT></DIV><FONT = +face=3DArial=20 +size=3D2>&gt; &gt;I have some problems launching the five services: log, = +login,=20 +moves, naming<BR>&gt; and time.<BR>&gt; &gt;I found nowhere some help = +about the=20 +functionnalities about each service and<BR>&gt; the order in which they=20 +start.<BR>&gt; &gt;Could you help me to launch correctly the = +services.<BR>&gt;=20 +<BR>&gt; first, you have to create the ns.cfg file with:<BR>&gt; = +<BR>&gt;=20 +--------begin of ns.cfg-------<BR>&gt; Host=3D"your nameservice = +ip";<BR>&gt;=20 +Port=3D50000;<BR>&gt; --------end of ns.cfg-------<BR>&gt; <BR>&gt; = +after, you=20 +launch, in order:<BR>&gt; -=20 +naming&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&= +nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 +&lt;-- used to find a specific service by his name<BR>&gt; -=20 +log&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs= +p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp= +;=20 +&lt;-- centralized log for all service<BR>&gt; -=20 +time&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= +sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 +&lt;-- centralized time reference<BR>&gt; -=20 +login&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n= +bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 +&lt;-- centralized user account for all shard<BR>&gt; -=20 +moves&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n= +bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20 +&lt;-- a shard<BR>&gt; <BR>&gt; of course, some services will create = +some config=20 +file that you have to fill.<BR>&gt; you have to put in the ls.txt the = +moves=20 +service host ip like this:<BR>&gt; <BR>&gt; ----<BR>&gt; Shards =3D = +{<BR>&gt;=20 +&nbsp;"your moves service host ip", "the name of the shard appears on = +the=20 +client"<BR>&gt; };<BR>&gt; ----<BR>&gt; <BR>&gt; Vianney = +Lecroart<BR>&gt;=20 +<BR>&gt; <BR>&gt; = +_______________________________________________<BR>&gt; Nel=20 +mailing list<BR>&gt; </FONT><A href=3D"mailto:<A HREF="mailto:Nel@nevrax.org">Nel@nevrax.org</A>"><FONT = +face=3DArial=20 +size=3D2><A HREF="mailto:Nel@nevrax.org">Nel@nevrax.org</A></FONT></A><BR><FONT face=3DArial size=3D2>&gt; = +</FONT><A=20 +href=3D"<A HREF="http://www.nevrax.org/mailman/listinfo.cgi/nel"">http://www.nevrax.org/mailman/listinfo.cgi/nel"</A>><FONT = +face=3DArial=20 +size=3D2><A HREF="http://www.nevrax.org/mailman/listinfo.cgi/nel</FONT">http://www.nevrax.org/mailman/listinfo.cgi/nel</FONT</A>></A><BR><FO= +NT=20 +face=3DArial size=3D2>&gt; </FONT></BODY></HTML> + +------=_NextPart_000_0086_01C0817F.8334D000-- + + +</pre> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI> Previous message: <A HREF="000134.html">[Nel] Server</A></li> + <LI> Next message: <A HREF="000136.html">Re[2]: [Nel] Server</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#135">[ date ]</a> + <a href="thread.html#135">[ thread ]</a> + <a href="subject.html#135">[ subject ]</a> + <a href="author.html#135">[ author ]</a> + </LI> + </UL> +</body></html> |