Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] Authentication Issue between HTCondorCE Schedd and Batch Schedd
- Date: Thu, 7 May 2026 14:00:34 +0000
- From: Chris Brew - STFC UKRI <chris.brew@xxxxxxxxxx>
- Subject: [HTCondor-users] Authentication Issue between HTCondorCE Schedd and Batch Schedd
Hi,
Iââve still not got anywhere with the VOMS authentication (Iâll post some more info soon), but Token auth seems to be working in that Jobs get into the condor-ce Schedd and are visible with
condor_ce_qâ however they donât make it as far as the Schedd for the batch system.
I just copied the config of that from the config of the Schedd on our existing ArcCEs so itâs possibly itâs missing some necessary config for accepting Jobs from the Job_Router.
Iâve got three recurring errors. One in the /var/log/condor-ce/JobRouterLog:
05/07/26 14:44:29 Failed to commit job submission :
05/07/26 14:44:29 JobRouter failure (src="" failed to submit job
Which is matched with this one in /var/log/condor/SchedLog:
05/07/26 14:44:29 (pid:923597) (bt:ccbf:13) SetEffectiveOwner: UserRec lookup for owner condor@xxxxxxxxxxx found no match
05/07/26 14:44:29 (pid:923597) Owner condor@xxxxxxxxxxx has no JobQueueUserRec
05/07/26 14:44:29 (pid:923597) Creating pending JobQueueUserRec for owner condor@xxxxxxxxxxx
05/07/26 14:44:29 (pid:923597) Error: MakeUserRec with illegal identifiers: user=condor@xxxxxxxxxxx, os_user=condor
05/07/26 14:44:29 (pid:923597) NewCluster(): failed to create new User record for condor@xxxxxxxxxxx
And then another more frequent one every ten seconds in /var/log/condor-ce/JobRouterLog:
05/07/26 14:47:09 Failed to open /var/lib/condor/spool/job_queue.log: errno=13
Which looks to me like the JobRouter is trying to put jobs into the queue as (the illegal) user condor rather than the accounts the tokens are mapped to in the condor-ce Schedd (they show up there as the correctly mapped local user).
Does anyone have any idea where I should be looking?
Thanks,
Chris.