[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Remote condor_config_val



The worker will log
   "Rejecting attempt to set param with invalid name (%s)"

If it doesn't like the name of the param. 

There are several other messages if there is a protocol mismatch between client and server.

The worker will log a security violation as
    "WARNING: Potential security problem, request refused\n" 

If you aren't seeing any messages then the command probably isn't getting to the daemon.

Try adding -debug:D_FULLDEBUG to the command line of condor_config_val.

You might also try adding

STARTD_DEBUG = D_COMMAND:1 

To the startd configuration.   This will let you know if the command is getting through.

-tj


-----Original Message-----
From: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx] On Behalf Of Vladimir Brik
Sent: Monday, March 13, 2017 3:45 PM
To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx>
Subject: [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
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to 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/