Subject: [HTCondor-users] credmon not starting in 23.5.0 on RHEL8
Dear all,
I have compiled the HTCondor versionÂ23.5.0 using the
x86_64_AlmaLinux8-23050000 container [1], adding to the existing
code
some plugins to produce [2], monitor and refresh [3,4] Helmhotz AAI
access tokens.
The credential monitor [4] is based on the abstract class [5].
While I can successfully run standalone the executables /usr/sbin/condor_producer_mytoken
and /usr/sbin/condor_credmon_mytoken,
only the producer is run when sending an condor test job (sleep
1800). It seems like the credmon does not start to run.
Ă‚
My configuration is given by [6].
The credmon used to run successfully before I migrate to 23.5.0.
I don't have anymore the details about the version I was using by
then.
I also tried to run the OAUTH credmon, but here gain, the credmon
does not start to run when submitting a condor test job.
The main changes wrt my previous code is to make it compliant with
the 23.5.0 update of [5].
Running my credmon standalone, I can see that these changes seem to
be applied successfully, the credmon is running fine and doing its
job.