[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] condor_config_val problem
- Date: Thu, 7 Feb 2008 15:09:47 -0500
- From: "carl langlois" <crl.langlois@xxxxxxxxx>
- Subject: [Condor-users] condor_config_val problem
Hi,
I have search the ailing list and find something about the same problem that i have, but no solution.
I'm trying to use condor_config_val, in the config local i have put
FREE_PHYS=0
HOSTALLOW_CONFIG = * # i have also try a more specific value, like *.domain.com
ENABLE_RUNTIME_CONFIG = True
SETTABLE_ATTRS_OWNER = FREE_PHYS
SETTABLE_ATTRS_CONFIG = FREE_PHYS
When i try to do condor_config_val -rset FREE_PHYS=6 a got this succesful message
Successfully set configuration "FREE_PHYS=6" on master
Then i do a condor_reconfig but the FREE_PHYS is always to 0 when i check it with condor_config_val FREE_PHYS.
All this is done on the local machine where condor is runing.
Any Hint?
Thanks
Carl