Hello,
I am new to Globus. I have setup GridFTP and run it as root on two machines
(using instructions here:
http://www.globus.org/toolkit/docs/5.2/5.2.4/admin/quickstart)
and able to transfer a file locally using globus-url-copy. However a
transfer
between two machines fails. Based on the code, this seems to be a failure
in calling OpenSSL BIO_send in function gss_accept_sec_context:

[root@compute-0-0 gt5.2.4-all-source-installer]# globus-url-copy -vb -dbg
gsiftp://compute-0-1/tmp/build.debug file:///tmp/build_01.debug
Source: gsiftp://compute-0-1/tmp/
Dest:   file:///tmp/
  build.debug  ->  build_01.debug
debug: starting to get gsiftp://compute-0-1/tmp/build.debug
debug: connecting to gsiftp://compute-0-1/tmp/build.debug

debug: response from gsiftp://compute-0-1/tmp/build.debug:
220 compute-0-1.local GridFTP Server 6.19 (gcc64, 1359994843-83) [Globus
Toolkit 5.2.4] ready.

debug: authenticating with gsiftp://compute-0-1/tmp/build.debug
debug: response from gsiftp://compute-0-1/tmp/build.debug:
230 User :globus-mapping: logged in.

debug: sending command to gsiftp://compute-0-1/tmp/build.debug:
SITE HELP

debug: response from gsiftp://compute-0-1/tmp/build.debug:
214-The following commands are recognized:
    ALLO    APPE    REST    CWD     CDUP    DCAU    EPSV    FEAT
    ERET    MDTM    STAT    ESTO    HELP    LIST    MODE    NLST
    MLSC    MLSD    PASV    RNFR    MLSR    MLST    NOOP    OPTS
    STOR    PASS    PBSZ    PORT    PROT    SITE    EPRT    RETR
    SPOR    MFMT    SCKS    TREV    PWD     QUIT    SBUF    SIZE
    SPAS    STRU    SYST    RNTO    TYPE    USER    LANG    MKD
    RMD     DELE    CKSM    DCSC
214 End

debug: sending command to gsiftp://compute-0-1/tmp/build.debug:
FEAT

debug: response from gsiftp://compute-0-1/tmp/build.debug:
211-Extensions supported
 DCSC P,D
 MFMT
 AUTHZ_ASSERT
 MLSR
 MLSC
 UTF8
 LANG EN
 DCAU
 PARALLEL
 SIZE
 MLST
Type*;Size*;Modify*;Perm*;Charset;UNIX.mode*;UNIX.owner*;UNIX.uid*;UNIX.group*;UNIX.gid*;Unique*;UNIX.slink*;X.count;
 ERET
 ESTO
 SPAS
 SPOR
 REST STREAM
 MDTM
 PASV AllowDelayed;
211 End.

debug: sending command to gsiftp://compute-0-1/tmp/build.debug:
SITE CLIENTINFO scheme=gsiftp;appname="globus-url-copy";appver="8.6 (gcc64,
1342633606-83) [Globus Toolkit 5.2.3]";
debug: response from gsiftp://compute-0-1/tmp/build.debug:
250 OK.

debug: sending command to gsiftp://compute-0-1/tmp/build.debug:
TYPE I
debug: response from gsiftp://compute-0-1/tmp/build.debug:
200 Type set to I.

debug: sending command to gsiftp://compute-0-1/tmp/build.debug:
PBSZ 1048576

debug: response from gsiftp://compute-0-1/tmp/build.debug:
200 PBSZ=1048576

debug: sending command to gsiftp://compute-0-1/tmp/build.debug:
PASV

debug: response from gsiftp://compute-0-1/tmp/build.debug:
227 Entering Passive Mode (10,1,255,253,212,40)

debug: sending command to gsiftp://compute-0-1/tmp/build.debug:
RETR /tmp/build.debug

debug: response from gsiftp://compute-0-1/tmp/build.debug:
500-Command failed. : callback failed.
500-globus_xio_gsi: gss_accept_sec_context failed.
500-GSS Major Status: General failure
500-globus_gsi_gssapi: Error during delegation: Delegation protocol
violation: read failed
500 End.

debug: fault on connection to gsiftp://compute-0-1/tmp/build.debug:
globus_ftp_client: the server responded with an error
debug: data callback, error globus_ftp_client: the server responded with an
error, buffer 0x2afcac651010, length 0, offset=0, eof=true
debug: operation complete

error: globus_ftp_client: the server responded with an error
500 500-Command failed. : callback failed.
500-globus_xio_gsi: gss_accept_sec_context failed.
500-GSS Major Status: General failure
500-globus_gsi_gssapi: Error during delegation: Delegation protocol
violation: read failed
500 End.

Here is the contents of my gridftp.conf:

port 2811
allow_root 1
auth_level 0
allow_anonymous 1
anonymous_names_allowed '*'
anonymous_user root
log_single      /var/log/gridftp.log
log_level ALL
secure_ipc 0

I appreciate if someone can help on this.
Thank you
Mohammad

Reply via email to