Hello,

I have a prolem  to open the port 55555 I follow these steps:
-I edit the file /etc/services: add gsiftp 55555/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

server                    = /usr/local/globus-4.0.1/sbin/globus-gridftp-server
server_args             = -i
log_on_success          += DURATION
nice                    = 10
disable                 = no


}
I have alredy restart xinetd
I have already disabled  firewall
But when I type telnet localhost 55555 I have the connection is refuseed
when i type "globus-grid-ftp_server -p 55555 -s -d ALL
/var/globus-grid-ftp_server.log" <NO RESULT>
And the file this is the globus-grid-ftp_server.log file:
Could not start server
globus-xio: globus-l-xio-tcp-create-listener failed.
globus-xio: globus-l-xio-tcp-bind failed.
globus-xio: System error in bind: Address already in use.
globus-xio: A System call failed : Address already in use.

Please Please help me it is very important for me
I don't know where is the problem

Many thanks

Reply via email to