Hi Cole, Thanks al lot, it worked ! Would it just be possible, for my own understanding of how the software works, to explain why I was “unauthenticated” ?
Why was it not using the user I am connected to the machine with ? Is it normal ? Is it specific to the way I installed Condor ? Thanks, Gaëtan
From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx>
On Behalf Of Cole Bollig via HTCondor-users
CAUTION:
This email originated from outside of Terma. Do not click links or open attachments unless you recognize the sender and know the content is safe. 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> 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: |