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

Re: [Condor-users] 7.2 error: "Required attribute "CONTINUE" is not defined"



Matt,
The CONTINUE configuration entry is used for specifying when the
Startd should continue a suspended job:
http://www.cs.wisc.edu/condor/manual/v7.2/3_3Configuration.html#14590

It sounds like this entry isn't in the machine's condor configuration
files. To test this, type:
condor_config_val -verbose -config CONTINUE

If it isn't there, and you wanted suspended jobs to continue if:
1. the CPU is idle and
2. the job has been suspended for 10 seconds and
3. the keyboard has been idle for 5 minutes:
Then put this in your condor_config file:
CONTINUE = ( $(CPUIdle) && ($(ActivityTimer) > 10) \
                  && (KeyboardIdle > 300) )

Hope this helps.

Best,
Jason


-- 
===================================
Jason A. Stowe
cell: 607.227.9686
main: 888.292.5320

Cycle Computing, LLC
Leader in Condor Grid Solutions
Enterprise Condor Support and Management Tools

http://www.cyclecomputing.com
http://www.cyclecloud.com



On Tue, Feb 3, 2009 at 5:42 PM, Matt Weatherford <mbw@xxxxxxxxxxxxxxxx> wrote:
>
> Im getting an error on my condor client machine  (submit, execute  host)
>
> 2/3 14:41:26 ******************************************************
> 2/3 14:41:26 ** condor_startd (CONDOR_STARTD) STARTING UP
> 2/3 14:41:26 ** /usr/local/condor/sbin/condor_startd
> 2/3 14:41:26 ** SubsystemInfo: name=STARTD type=STARTD(7) class=DAEMON(1)
> 2/3 14:41:26 ** Configuration: subsystem:STARTD local:<NONE> class:DAEMON
> 2/3 14:41:26 ** $CondorVersion: 7.2.0 Dec 19 2008 BuildID: 121001 $
> 2/3 14:41:26 ** $CondorPlatform: I386-LINUX_DEBIAN40 $
> 2/3 14:41:26 ** PID = 3191
> 2/3 14:41:26 ** Log last touched 2/3 14:39:09
> 2/3 14:41:26 ******************************************************
> 2/3 14:41:26 Using config source: /usr/local/condor/etc/condor_config
> 2/3 14:41:26 Using local config sources:
> 2/3 14:41:26    /condor/condor_config.local
> 2/3 14:41:26 DaemonCore: Command Socket at <127.0.1.1:47483>
> 2/3 14:41:26 ERROR "Required attribute "CONTINUE" is not defined" at
> line 429 in file util.cpp
> pbs1:/condor/log#
>
> I googled this error and came up empty - any ideas what it means?
>
> Thanks,
>
> Matt
>
>
>
> --
> Matt Weatherford
> Computing Core Director
> Center for Studies in Demography and Ecology
> 218H Raitt Hall, Box 353412
> University of Washington
> Seattle, WA, USA, 98195         206-616-6169
> http://csde.washington.edu
>
>
> _______________________________________________
> Condor-users mailing list
> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/condor-users/
>