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: |