Hello, I'm setting up a simple grid with 2 machines and now I'm trying to send a small file from one machine to the other using GridFTP.
Here's the error I get: ------------------------------------ [john...@ip-115-55-dhcp ~]$ globus-url-copy -dbg -vb gsiftp://<full hostname>/gomce file:/tmp/foo Source: gsiftp://<full hostname>/ Dest: file:/tmp/ gomce -> foo debug: starting to get gsiftp:///gomce debug: connecting to gsiftp://<full hostname>/gomce debug: response from gsiftp://<full hostname>/gomce: 220 <full hostname> GridFTP Server 3.15 (gcc32dbgpthr, 1222656151-78) [Globus Toolkit 4.2.1] ready. debug: authenticating with gsiftp://<full hostname>/gomce debug: fault on connection to gsiftp://<full hostname>/gomce: an end-of-file was reached debug: data callback, error an end-of-file was reached, buffer 0xb7eb2008, length 0, offset=0, eof=true debug: operation complete error: an end-of-file was reached globus_xio: An end of file occurred [john...@ip-115-55-dhcp ~]$ ------------------------------------ While, on the machine where the server is running I get the following: [r...@ip-115-134-dhcp ~]# globus-gridftp-server -p 2811 -debug Segmentation fault [r...@ip-115-134-dhcp ~]# The errors, don't give much details about what might be wrong. Any ideas where I should look further? I've seen this error in the mailing list archives, people used to report it in the past but not with the latest version (4.2.1) of the toolkit. Thanks. -Vanja
