Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [condor-users] transfer files problem
- Date: Thu, 02 Oct 2003 12:16:50 +0100
- From: Alexander Klyubin <A.Kljubin@xxxxxxxxxxx>
- Subject: Re: [condor-users] transfer files problem
Try adding the following line to you submit file:
should_transfer_files = YES
In principle, this should enable the file transfer mechanism.
Regards,
Alexander Klyubin
Roberto González wrote:
I´ve installed Condor into 2 Windows 2000 professional machines. I´ve
tried to submit a job which requires to handle some files. When the job
starts, it can´t finish and I get the follow message in the Condor
Shadow log file.
10/2 12:13:39 ** condor_shadow (CONDOR_SHADOW) STARTING UP
10/2 12:13:39 ** $CondorVersion: 6.5.4 Jul 28 2003 $
10/2 12:13:39 ** $CondorPlatform: INTEL-WINNT40 $
10/2 12:13:39 ** PID = 2088
10/2 12:13:39 ******************************************************
10/2 12:13:39 Using config file: C:\Condor\condor_config
10/2 12:13:39 Using local config files: C:\Condor/condor_config.local
10/2 12:13:39 DaemonCore: Command Socket at <10.95.15.62:1704>
10/2 12:13:41 Initializing a VANILLA shadow
10/2 12:13:41 (36.0) (2088): Request to run on <10.95.13.133:1029> was
ACCEPTED
10/2 12:13:42 (36.0) (2088): DoUpload: Permission denied to read file
C:\Condor\examples\prueba\hola.txt !
10/2 12:13:42 (36.0) (2088): ERROR "Can no longer talk to condor_starter
on execute machine (10.95.13.133)" at line 141 in file
..\src\condor_shadow.V6.1\NTreceivers.C
The .sub file is:
universe = vanilla
executable = prueba.bat
output = prueba.out
transfer_input_files = hola.txt , caracola.txt
log = cygwin.log
queue
Can somebody help me? How can I change the permissions to be able to
read or write any file?
Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>
Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>