Hello,
I think one problem is that the file gridftp is not correct.
You don't have to put number 2 after :
env += LD_LIBRARY_PATH=/usr/local/globus-4.0.1/lib 2
Regards,
Luis
El dom, 20-01-2008 a las 16:42 +0100, meriam jemel escribió:
> 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