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

Re: [HTCondor-users] SECMAN:2011 Error with condor_status on Windows (condor v24.9.0)



Hi Aravind,

What does your installation look like? Is it a single computer acting as a full pool or do you have multiple computers acting as different rolls? Also, would you be willing to send the output from the following command:

condor_status -debug:D_SECURITY

-Cole Bollig

From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> on behalf of aravind.saligram@xxxxxx <aravind.saligram@xxxxxx>
Sent: Monday, May 19, 2025 1:26 AM
To: htcondor-users@xxxxxxxxxxx <htcondor-users@xxxxxxxxxxx>
Subject: [HTCondor-users] SECMAN:2011 Error with condor_status on Windows (condor v24.9.0)
 

Hello to all experienced HT Condor users,

 

I am experiencing a persistent issue after installing HTCondor on Windows using the instructions from your official documentation (Install Windows as Administrator). I am using the 24.9.0 snapshot version from the repository.

After installation, when I run condor_status, I receive the following error:

Error: communication error

SECMAN:2011:Connection closed during command authorization. Probably due to an unknown command

 

My local config file was initially empty; after searching through the internet, I found this to be the ideal config, but it does not seem to work:

ALLOW_WRITE = *

ALLOW_READ = *

ALLOW_NEGOTIATOR = *

 

I have followed all the steps in the official guide, including accepting the default access permission settings during installation. Despite this, the error persists, and I am unable to get status information from the pool.

Could you please advise on how to resolve this issue? If you need any additional logs or configuration details, I am happy to provide them.

 

I initially plan to test condor on my laptop and then try extending on my local cluster of standalone windows CPU’s. But somehow, I am stuck at the very basic step.

 

Thank you for your assistance.