[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] [How File Transfer Using ftp]



Re the bellow, you can configure vsftpd to not require a password for anonymous access if you are comfortable with that; see
http://linuxconfig.org/how-to-setup-and-use-ftp-server-in-ubuntu-linux#h7-1-1-anonymous-ftp-access

Note that if you just want your files to be transferred back to the submit machine (ie the machine running the condor schedd), you don't need to setup any 3rd party service like FTP; just remove the output_destination option altogether. 

Regards
Todd 

Sent from my iPhone

On Jul 14, 2014, at 10:35 PM, "Sunshine" <492096437@xxxxxx> wrote:

on Manual i saw
File Transfer Using a URL

should_transfer_files = YES
when_to_transfer_output = ON_EXIT
output_destination = urltype://path/to/destination/directory


so i tried ftp and got error
--submit file-----
universe = vanilla
Executable = test
#Arguments = 4 10
Log = simple.log
Output = simple.out
Error = simple.error
should_transfer_files = YES
when_to_transfer_output = ON_EXIT
output_destination = ftp://10.1.1.85/ 
transfer_output_files=simple.log
Queue

---log---------------
007 (005.000.000) 07/14 23:12:14 Shadow exception!
Error from slot1@node75: STARTER at 10.1.1.75 failed to send file(s) to <10.1.1.85:45583>: error sending /var/lib/condor/execute/dir_4999/simple.log: FILETRANSFER:1:non-zero exit(65280) from /usr/libexec/condor/curl_plugin; SHADOW failed to receive file(s) from <10.1.1.75:53203>
0 - Run Bytes Sent By Job
7271 - Run Bytes Received By Job
...
012 (005.000.000) 07/14 23:12:14 Job was held.
Error from slot1@node75: STARTER at 10.1.1.75 failed to send file(s) to <10.1.1.85:45583>: error sending /var/lib/condor/execute/dir_4999/simple.log: FILETRANSFER:1:non-zero exit(65280) from /usr/libexec/condor/curl_plugin; SHADOW failed to receive file(s) from <10.1.1.75:53203>
Code 13 Subcode 29007 (005.000.000) 07/14 23:12:14 Shadow exception!
Error from slot1@node75: STARTER at 10.1.1.75 failed to send file(s) to <10.1.1.85:45583>: error sending /var/lib/condor/execute/dir_4999/simple.log: FILETRANSFER:1:non-zero exit(65280) from /usr/libexec/condor/curl_plugin; SHADOW failed to receive file(s) from <10.1.1.75:53203>
0 - Run Bytes Sent By Job
7271 - Run Bytes Received By Job
...
-----------------------

i think it's my vsftpd's configure is incorrect. and wheni try the command: "ftp localhost" or "ftp IP", i must enter the username to login
so what's your ftp server? vsftpd or?
and how to configure ftp?




_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/