Hi Geaton,
This is an issue occurring because the condor_install script does not set ALLOW permissions for any users to be authorized to connect to condor systems. For a better explanation if you want here is a link to the authorization information in our manual.
An easy solution to this is to add ALLOW_WRITE=* to your config file. I only recommend that since you are messing around personally with a minicondor. In any true deployment of htcondor I would expect ALLOW_WRITE to be set to specific users and not just
everyone. Do know that after adding ALLOW_WRITE you need to run condor_reconfig.
Best,
Cole Bollig
From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> on behalf of Gaetan Geffroy <gage@xxxxxxxxx>
Sent: Thursday, September 22, 2022 10:24 AM To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx> Subject: [HTCondor-users] SECMAN:2010:Received "DENIED" from server for user unauthenticated@unmapped using no authentication method Hi,
I ma trying to run HTCondor locally to play with it. Following a guide I found, I executed this script: # Download and extract tar xvfz condor-9.0.16-x86_64_CentOS7-stripped.tar.gz
# Install HTCondor and run script to set environment variables ./condor-9.0.16-1-x86_64_CentOS7-stripped/condor_install --local-dir `pwd`/local --make-personal-condor . ./condor.sh condor_master But when I try to run condor_status or condor_queue, I end up with this message:
Error: communication error SECMAN:2010:Received "DENIED" from server for user unauthenticated@unmapped using no authentication method, which may imply host-based security. Our address was '127.0.0.1', and server's address was '127.0.0.1'. Check your ALLOW settings and IP protocols.
Why am I unauthenticated ? How to fix it ? I tried adding SEC_DEFAULT_AUTHENTICATION = NEVER to the config, but it did not change anything. It’s the first time I try to run condor by myself (usually I use the minicondor Docker image).
Thanks, Gaëtan
Attention: |