Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [condor-users] condor_exec.bat problem
- Date: Wed, 31 Mar 2004 10:52:18 +0100
- From: "Matt Hope" <Matt.Hope@xxxxxxxx>
- Subject: RE: [condor-users] condor_exec.bat problem
should_transfer_files = no
transfer_executable = false
try
transfer_executable = true
or including d: on your path with
Environment = PATH=d:
Condor isn't magic, you have to tell it where to find things or tell it what to transfer (so it'll put it where it can find it)
-----Original Message-----
From: Ariz C. Jacinto [mailto:acjacinto@xxxxxxxxxxxxxxx]
Sent: 31 March 2004 06:37
To: condor-users@xxxxxxxxxxx
Subject: [condor-users] condor_exec.bat problem
i'm trying to run the sample batch file "printname.bat" included on the
condor 6.6.0 windows installer (on XP) but i'm having problems with it
and with any other batch files. condor doesn't seem to execute those
batch files due to a missing "condor_exec.bat" file. is "condor_exec.bat"
included on the installer or what?
here's the submit file, error log & Starter log:
printname.sub --------------------------------------------------------
Universe = vanilla
should_transfer_files = no
transfer_executable = false
Executable = d:\printname.bat
output = d:\printname.out
error = d:\printname.error
Log = d:\printname.log
queue
printname.error --------------------------------------------------------
'condor_exec.bat' is not recognized as an internal or external command,
operable program or batch file.
StarterLog -------------------------------------------------------------
3/31 13:13:32 Renice expr "10" evaluated to 10
3/31 13:13:32 About to exec C:\WINDOWS\System32\cmd.exe /Q /C
condor_exec.bat
3/31 13:13:32 Create_Process succeeded, pid=1192
3/31 13:13:33 Process exited, pid=1192, status=1
3/31 13:13:33 Got SIGQUIT. Performing fast shutdown.
3/31 13:13:33 ShutdownFast all jobs.
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>
*****************************************************************
Gloucester Research Limited believes the information
provided herein is reliable. While every care has been
taken to ensure accuracy, the information is furnished
to the recipients with no warranty as to the completeness
and accuracy of its contents and on condition that any
errors or omissions shall not be made the basis for any
claim, demand or cause for action.
*****************************************************************
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>