Job owner problems in transformations after migrating to v8.0.39 #7526
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Can it be a consequence of #7113 ? @sfayer @marianne013 |
Beta Was this translation helpful? Give feedback.
-
My guess is that: The issue is that there is a DIRAC/src/DIRAC/TransformationSystem/Agent/TaskManagerAgentBase.py Lines 106 to 112 in 26f60b6 usually the shifter proxy will be created in some randomized x509 file and cross-talk is unlikely. DIRAC/src/DIRAC/Core/Security/Locations.py Lines 19 to 22 in 26f60b6 Probably we should make that fall back optional. I think this happened before already. So for now delete the |
Beta Was this translation helpful? Give feedback.
-
If there's really a /tmp/x509_ *on the server, then usually all bets are off. I've left one accidentally more than once to all kinds of odd effects :-( |
Beta Was this translation helpful? Give feedback.
My guess is that:
The issue is that there is a
/tmp/x509_u$(id -u dirac)
file on the server, and the WTA picks that up viaDIRAC/src/DIRAC/TransformationSystem/Agent/TaskManagerAgentBase.py
Lines 106 to 112 in 26f60b6
usually the shifter proxy will be created in some randomized x509 file and cross-talk is unlikely.
But then …