Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Condor-users] condor_config_val doesn't set/retreive custom valuesproperly
- Date: Wed, 13 Jul 2005 11:24:20 +0100
- From: "Kewley, J \(John\)" <j.kewley@xxxxxxxx>
- Subject: RE: [Condor-users] condor_config_val doesn't set/retreive custom valuesproperly
Do you not also need to add it to the STARTD_EXPR so it is "exported" ?
JK
> -----Original Message-----
> From: condor-users-bounces@xxxxxxxxxxx
> [mailto:condor-users-bounces@xxxxxxxxxxx]On Behalf Of Cargnelli,
> Matthieu
> Sent: 13 July 2005 11:03
> To: Condor-Users Mail List
> Subject: [Condor-users] condor_config_val doesn't set/retreive custom
> valuesproperly
>
>
> Hi all,
>
> I'm trying to set a runtime property on some condor nodes. I used
> condor_config_val on my local node, and after solving a
> config problem
> (security level was not set) here is what I obtain:
>
> $ condor_config_val -set "JCAE_READY = true"
> Successfully set configuration "JCAE_READY = true" on master
> patrouille.grideads.net <10.251.147.33:40388>.
> $ condor_config_val JCAE_READY
> Not defined: JCAE_READY
>
> Looking at the MasterLog doesn't help me so much:
>
> 7/13 11:16:26 DaemonCore: Command received via TCP from host
> <10.251.147.33:42269>
> 7/13 11:16:26 DaemonCore: received command 60002 (DC_CONFIG_PERSIST),
> calling handler (handle_config())
>
> I also tried with different syntaxes, as I didn't know exactly the
> difference between a macro and an expression in that case (I tried
> JCAE_READY=true, "JCAE_READY : true", JCAE_READY:true, I tried with
> rset, and I tried addressing directly to the schedd, each of these
> solutions giving the same "Successfully set configuration"
> message and
> "Not Defined" afterward).
>
> Am I doing something wrong ? Is this a problem with my configuration ?
>
> Thanks
>
> Matthieu Cargnelli
>
> _______________________________________________
> Condor-users mailing list
> Condor-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>