nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nel] How to Launch Servers


From: Phil Jia-Lin Wu
Subject: Re: [Nel] How to Launch Servers
Date: Tue, 23 Apr 2002 12:14:32 +1000

Hi Vianney,

I am running the servers on RedHat/Linux.
I did some works for launching servers as below:

(1) create 2 files, ls.txt and ns.cfg in /home/phil/test

(2)modify all /usr/local/etc/nelns/*_service.cfg by changing "localhost" to 
"myhost.rmit.edu.au"

(3) wirte shell script to run servers:
------------------------
#!/bin/csh
 
setenv LD_LIBRARY_PATH /usr/local/lib
 
exec nohup /usr/local/sbin/naming_service >/dev/null &
exec nohup /usr/local/sbin/login_service >/dev/null &
exec nohup /usr/local/sbin/admin_executor_service > /dev/null &
exec nohup /usr/local/sbin/admin_service > /dev/null &
exec nohup /usr/local/sbin/welcome_service > /dev/null &
 
echo "Active services:"
ps -edf | grep _service | grep -v grep
echo "End services"
-------------------------------------

(4)change client.cfg on the other machine
 and try to run snowball client on it.
 Then get the error, when i try to login.


Please help ...

Cheers,


Phil
>>> address@hidden 04/22/02 18:51 PM >>>
> Alll *_service.cfg could be found in /usr/local/etc/nelns, and the
client.cfg could be found in /usr/local/etc/snowballs.

Are you running them on GNU/Linux? On Windows, you have to put the .cfg in
the same place as the .exe.

> Q1.
> In the HOWTO, it asks us to launch the time_service. However, I could not
find the time_service on my computer.
> The time_service directory is empty in the "code/nelns/time_service/".

time_service doesn't exist anymore, I need to update the HOWTO, sorry

> Q2.
> How to change *.cfg to make the servers run correctly?

Default .cfg should be ok. Be sure that the NSHost is localhost and be sure
you are running all services on the same computer (localhost)

> Q3
> Is something else i have to know to launch servers?

Let's try and see :)

Vianney Lecroart
---
lead network programmer / nevrax.com
icq#: 6870415
homepage: http://ace.planet-d.net
www.geekcode.com: GCS/E d- s+++: a-- C+++$ UL++ P- L+++>+$ E+>- W++ N+ o? K-
w++$ O- M- V- PS- PE? Y PGP t 5? X+ R- tv++ b- DI D+ G e++ h+ r-- y?




_______________________________________________
Nel mailing list
address@hidden
http://mail.freesoftware.fsf.org/mailman/listinfo/nel-all



reply via email to

[Prev in Thread] Current Thread [Next in Thread]