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

Re: [Condor-users] "is not an integer" (in config file)



On Thu, 2008-04-10 at 10:44 -0500, Todd Tannenbaum wrote:

> Finch, Ralph wrote:

> > 4/10 08:06:52 ERROR "TOUCH_LOG_INTERVAL in the condor configuration is
> > not an integer (3600 * 24).  Please set it to an integer in the range
> > -2147483648 to 2147483647 (default 60)." at line 1331 in file
> > ..\src\condor_c++_util\condor_config.C
  
> > Any ideas why the different behavior?
 
> Another idea: perhaps some machines in your pool are running an older 
> version of Condor that doesn't look at TOUCH_LOG_INTERVAL ?

Additionally, if the machines that don't seem to have a problem with
this are running versions of Condor prior to 6.9.2, they may not be
doing what you expect. From the 6.9.2 version history:

> Improved Condor's validity checking of configuration values. For
> example, in some cases where Condor was expecting an integer but was
> given an expression such as 12*60, it would silently interpret this as
> 12. Such cases now result in the condor daemon exiting after issuing
> an error message into the log file.

Greg