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

Re: [condor-users] requiring a project code to start a job



On Jul 8, 2004, at 1:48 PM, David A. Kotz wrote:

On Wed, 2004-07-07 at 17:33 -0500, Jaime Frey wrote:

IsOwner = UWCS_START == False


The above expression is producing the following error message:


7/8 13:02:04 ******************************************************
7/8 13:02:04 ** condor_startd (CONDOR_STARTD) STARTING UP
7/8 13:02:04 ** $CondorVersion: 6.6.1 Feb  5 2004 $
7/8 13:02:04 ** $CondorPlatform: I386-LINUX-RH72 $
7/8 13:02:04 ** PID = 28100
7/8 13:02:04 ******************************************************
7/8 13:02:04 Using config file: /lusr/condor/etc/condor_config
7/8 13:02:04 Using local config
files: /lusr/condor/etc/LINUX-INTEL/local/[MACHINE]
7/8 13:02:04 DaemonCore: Command Socket at <[IP]:55465>
7/8 13:02:04 vm1: New machine resource allocated
7/8 13:02:04 vm2: New machine resource allocated
7/8 13:02:04 About to run initial benchmarks.
7/8 13:02:11 Completed initial benchmarks.
7/8 13:02:11 ERROR "Can't evaluate IsOwner" at line 962 in file
Resource.C
7/8 13:02:11 Deleting Cronmgr
7/8 13:02:11 All resources are free, exiting.
7/8 13:02:11 **** condor_startd (condor_STARTD) EXITING WITH STATUS 0

Hmm. Try the following:


IsOwner = UWCS_START =!= True

This way, things will keep going if UWCS_START is undefined. If this gets rid of the error, then you can check whether UWCS_START appears in the startd ad and, if so, why it's evaluating to Undefined.

+----------------------------------+---------------------------------+
|            Jaime Frey            | I stayed up all night playing   |
|        jfrey@xxxxxxxxxxx         | poker with tarot cards. I got a |
|  http://www.cs.wisc.edu/~jfrey/  | full house and four people died.|
+----------------------------------+---------------------------------+