Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] setting STATD_ATTRS
- Date: Fri, 23 Feb 2007 13:00:32 -0600
- From: Erik Paulson <epaulson@xxxxxxxxxxx>
- Subject: Re: [Condor-users] setting STATD_ATTRS
On Fri, Feb 23, 2007 at 01:50:00PM -0500, Jonathan D. Proulx wrote:
>
> If I'm reading the doc correrctly (big if), I should be able to set a
> variabel in a machine's class add by stuffing the following in it's
> condor_config.local:
>
> IsDesktop = True
> STATD_ATTRS = IsDesktop
>
> I did this and ran condor_reconfig and also condor_off && confor_on,
> inspecting the class add with condor_status -l <hostname> does not
> show this variable, even after many hours (though I don't think that
> shoudl matter?)
>
> Any idea what am I doing wrong?
>
You're misspelling STARTD_ATTRS. (You're missing an 'R')
-Erik