Hi

  I have the following line in my /etc/xinet.d/gridftp:

server_args             = -i -p 2811

and as Luis said:
env                     += LD_LIBRARY_PATH=/usr/local/globus-4.0.1/lib

For reference, here is my /etc/xinet.d/gridftp:

service gsiftp
{
instances             = 100
socket_type         = stream
wait                     = no
user                     = root
env                      += GLOBUS_LOCATION=/usr/local/globus-4.0.1
env                      += LD_LIBRARY_PATH=/usr/local/globus-4.0.1/lib
env                      += GLOBUS_TCP_PORT_RANGE=39682,40840
server                  = /usr/local/globus-4.0.1/sbin/globus-gridftp-server
server_args         = -i -p 2811
log_on_success   += DURATION
nice                     = 10
disable                = no
}

Please let me know if you solved you problem.
Regards

Glaucio


On Jan 20, 2008 1:42 PM, meriam jemel <[EMAIL PROTECTED]> wrote:

> Hello,
> I have a prolem  to open the port 2811 I follow these steps:
> -I edit the file /etc/services: add gsiftp 2811/tcp
> -I add the file /etc/xinetd.d/gridftp:
> service gsiftp
> {
> instances               = 100
> socket_type             = stream
> wait                    = no
> user                    = root
> env                     += GLOBUS_LOCATION=/usr/local/globus-4.0.1
> env                     += LD_LIBRARY_PATH=/usr/local/globus-4.0.1/lib 2
>
> server                  = /usr/local/globus-4.0.1/sbin/globus-gridftp-server
> server_args             = -i
> log_on_success          += DURATION
> nice                    = 10
> disable                 = no
> }
>
> But when I type telnet localhost 2811 I have the connection is refuseed
> Please help me it is very important for me
> I don't knouw where is the problem
> Many thanks
>
>


-- 
Glaucio T. Souza
CESUP - UFRGS
Linux User #396206
http://counter.li.org

Reply via email to