Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.0] fix: adapt HTCondorCE to latest htcondor version #7993

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

aldbr
Copy link
Contributor

@aldbr aldbr commented Jan 16, 2025

Problem:

$ condor_submit -terse -pool <ce>:9619 -remote <ce> file.sub --debug
01/16/25 11:14:27 CREDMON: invoking /usr/bin/batch_krb5_credential
01/16/25 11:14:27 CREDMON: storing credential with CredD.
01/16/25 11:14:27 STORE_CRED: In mode 160 'add', user is ""
91264384.0 - 91264384.0
01/16/25 11:14:27 Not entering transfer queue because sandbox (12092) is too small (<= 104857600).
01/16/25 11:14:27 Delegation error: 4048566DC27F0000:error:05800091:x509 certificate routines:X509_REQ_verify_ex:unsupported version:crypto/x509/x_all.c:47:

01/16/25 11:14:27 Delegation error: 
01/16/25 11:14:27 ReliSock::put_x509_delegation(): delegation failed: X509Credential::Delegate() failed
01/16/25 11:14:27 DoUpload: SUBMIT at 188.185.129.0 failed to send file(s) to <137.138.149.107:9619>: |Error: sending file /tmp/x509up_u127430; SCHEDD at 137.138.149.107 - |Error: receiving file /var/lib/condor-ce/spool/4384/0/cluster91264384.proc0.subproc0.tmp/x509up_u127430

I don't really solve the problem here, I just remove a few options that trigger the issue, and that seem not needed anymore.

Still needs a proper test with:

  • tokens (I made a quick test with a client that works)
  • SSL (@andresailer could you try please?)

BEGINRELEASENOTES
*Resources
FIX: adapt HTCondorCE to latest htcondor version
ENDRELEASENOTES

@DIRACGridBot DIRACGridBot added the alsoTargeting:integration Cherry pick this PR to integration after merge label Jan 16, 2025
@aldbr aldbr marked this pull request as ready for review January 16, 2025 13:17
@aldbr aldbr requested a review from andresailer January 16, 2025 13:17
Copy link
Contributor

@andresailer andresailer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have time to test this now, but these changes are small enough to figure them out if they don't work.

@chrisburr chrisburr merged commit ad53155 into DIRACGrid:rel-v8r0 Jan 16, 2025
26 checks passed
@DIRACGridBot DIRACGridBot added the sweep:done All sweeping actions have been done for this PR label Jan 16, 2025
DIRACGridBot pushed a commit to DIRACGridBot/DIRAC that referenced this pull request Jan 16, 2025
@DIRACGridBot
Copy link

Sweep summary

Sweep ran in https://github.com/DIRACGrid/DIRAC/actions/runs/12810649538

Successful:

  • integration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alsoTargeting:integration Cherry pick this PR to integration after merge sweep:done All sweeping actions have been done for this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants