Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Condor_config_val stopped working after updating to 8.4.7
- Date: Mon, 15 Aug 2016 14:22:08 +0000
- From: andrew.lahiff@xxxxxxxxxx
- Subject: Re: [HTCondor-users] Condor_config_val stopped working after updating to 8.4.7
Hi,
I've noticed the exact same problem. By running "condor_config_val -startd -dump SETTABLE_" on 8.4.4 I see:
SETTABLE_ATTRS_ADMINISTRATOR = StartJobs
STARTD.SETTABLE_ATTRS_ADMINISTRATOR = StartJobs
even though in the config I only have:
STARTD.SETTABLE_ATTRS_ADMINISTRATOR=StartJobs
In more recent versions of HTCondor, with the same config, by running "condor_config_val -startd -dump SETTABLE_" I see there's a difference:
SETTABLE_ATTRS_ADMINISTRATOR =
STARTD.SETTABLE_ATTRS_ADMINISTRATOR = StartJobs
A quick work-around seems to be to just add the following line:
SETTABLE_ATTRS_ADMINISTRATOR=StartJobs
to the config and do a condor_reconfig, then everything works as expected.
Regards,
Andrew.
________________________________
From: HTCondor-users [htcondor-users-bounces@xxxxxxxxxxx] on behalf of mohammad kashif [kashif.alig@xxxxxxxxx]
Sent: Friday, August 12, 2016 3:30 PM
To: HTCondor-Users Mail List
Subject: Re: [HTCondor-users] Condor_config_val stopped working after updating to 8.4.7
Hi John
I have attached output of above command. The behavior changed somewhere between version 8.4.4 and 8.4.7 .
Thanks
Kashif
On Wed, Aug 10, 2016 at 9:44 PM, John M Knoeller <johnkn@xxxxxxxxxxx<mailto:johnkn@xxxxxxxxxxx>> wrote:
What does
condor_config_val -verbose –name <node-name> -startd –dump _CONFIG SETTABLE_
return for that node?
>From looking at the log snipped, it appears that you are being authorized as ALLOW and not ADMINISTRATOR,
So the content of SETTABLE_ATTRS_ADMINISTRATOR isn’t relevant. It would need to just be SETTABLE_ATTRS.
I don’t know a lot about how the security code to know what would have changed between 7.4.4 and 8.4
>From my reading of the code this config should never have worked.
-tj
From: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx<mailto:htcondor-users-bounces@xxxxxxxxxxx>] On Behalf Of mohammad kashif
Sent: Tuesday, August 9, 2016 5:56 AM
To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx<mailto:htcondor-users@xxxxxxxxxxx>>
Subject: [HTCondor-users] Condor_config_val stopped working after updating to 8.4.7
Hi
I use condor_config_val to manage compute nodes remotely. I upgraded some of compute nodes to 8.4.7 and 8.4.8 and condor_config_val -set stopped working
condor_config_val -name <node-name> -startd -set "StartJobs = True" Attempt to set configuration "StartJobs = True" on startd slot1@<node_name><mailto:slot1@xxxxxxxxxxxxxxxxxxxxxxx> A.B.C.D:62166?addrs=A.B.C.D-62166> failed.
I have following config settings which is working for 8.4.4
ENABLE_RUNTIME_CONFIG = TRUE
STARTD.SETTABLE_ATTRS_ADMINISTRATOR = StartJobs
ENABLE_PERSISTENT_CONFIG = TRUE
PERSISTENT_CONFIG_DIR = /etc/condor/persistent
Has any one else seen this issue?
Thanks
Kashif
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx<mailto:htcondor-users-request@xxxxxxxxxxx> with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/