What Condor version?
Can you submit new jobs to the schedd?
Are you logged in to the machine that the SCHEDD is running on? or are you trying to remove jobs from a SCHEDD remotely? Some authorization methods only work locally.
If you are running Condor version 24 or later, you can try
condor_rm 24.0 -debug:D_SECURITY
To get more detailed logging, but we probably need D_SECURITY logging from the SchedLog to see why it is not authenticating you.
-tj
From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> on behalf of Andy Barr <ajbarr@xxxxxxxxx>
Sent: Sunday, January 19, 2025 8:02 AM To: htcondor-users@xxxxxxxxxxx <htcondor-users@xxxxxxxxxxx> Subject: [HTCondor-users] condor_rm job, Permission denied to force removal Hi,
I'm trying to remove jobs that are in the HOLD state in my condor pool. This is a small windows OS only pool that I am working on setting up. I am the owner of the job
OWNER BATCH_NAME SUBMITTED DONE RUN IDLE HOLD TOTAL JOB_IDS
ajbarr ID: 24 12/13 17:18 _ _ _ 1 1 24.0 I'm using the command,
condor_rm -force 24.0
Permission denied to force removal of job 24.0 Last, I get this error message in my SchedLog,
01/19/25 08:57:47 (pid:27872) QMGT command failed: anonymous user not permitted
so it seems for some reason it thinks I'm an anonymous user?
from a dos prompt I get,
whoami
company\ajbarr I am able to successfully run jobs on this pool.
Thanks for your help,
Andy
|