Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] Remote condor_config_val
Hello.
I am having trouble getting condor_config_val to work remotely.
On my worker node, I have:
ALLOW_CONFIG = *
ENABLE_RUNTIME_CONFIG = True
SETTABLE_ATTRS_CONFIG = foo
On my submitter, I get
condor_config_val -name gtx-1 -startd -rset "foo=1"
Attempt to set configuration "foo=1" on startd
slot1@xxxxxxxxxxxxxxxxxxxxxx
<10.128.10.216:53168?addrs=10.128.10.216-53168> failed.
condor_config_val -name gtx-1 -startd foo
Not defined
Nothing in the logs of the worker. Using condor 8.3.8. Remote
condor_reconfig seems to work.
What I am missing?
Thanks,
Vlad