Hello,
we are running condor 7.2.0.
Currently, we try to change particular settings during runtime.
A parts of the configuration is
:
ENABLE_RUNTIME_CONFIG = TRUE
SETTABLE_ATTRS_CONFIG = Start
STARTD_SETTABLE_ATTRS_OWNER = Start
STARTD_SETTABLE_ATTRS=Start
:
I have the following value for START:
~# condor_config_val -dump| grep "^START "
START = FALSE
I try to change it locally:
~# condor_config_val -startd -rset "START=TRUE"
Successfully set configuration "START=TRUE" on startd node...
~# condor_reconfig -direct
Sent "Reconfig" command to local master
But the value has not been altered:
~# condor_config_val -dump| grep "^START "
START = FALSE
condor_master runs with non zero uid but it does not matter whether
I try
to alter START with uid=0 or not.
Strangly enough, it did work with condor v 7.1.
Any thoughts?
Thank you,
Henning
_______________________________________________
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/