Chris Burr
Chris Burr
Assuming I remember correctly: * I mean jobs which are marked failed with the `Watchdog identified this job as stalled`-like message. * LHCb production jobs continuously write the output [here](https://gitlab.cern.ch/lhcb-dirac/LHCbDIRAC/-/blob/8389046a2dd7a837d5e392547f1e7b84a6024641/src/LHCbDIRAC/Core/Utilities/RunApplication.py#L225-229)...
Doesn't this need to be changed to do things by nickname instead of DN given that DNs will cease to exist at some point?
This has come up again due to the summer students leaving and being suspended in VOMS very quickly after they finish working. It also causes the JobCleaningAgent to become very...
From v7r2 the names should be less of a problem as `from __future__ import absolute_imports` is used everywhere to get Python 3 style imports. This then means you need to...
Running the server process separately with `DIRAC_DEBUG_M2CRYPTO=yes`: ``` LOOP: SSL accept: before SSL initialization LOOP: SSL accept: before SSL initialization LOOP: SSL accept: SSLv3/TLS read client hello LOOP: SSL accept:...
> why for py2 version 0.36 is used? * For DIRACOS: Recent versions of m2crypto require SWIG 2 which isn't available for CentOS 6 so we can't update DIRACOS and...
It looks like this issue is this commit which is preventing the constants from being set: https://gitlab.com/m2crypto/m2crypto/-/commit/fd81cf8a5ce81647287eb77790448e3edc9b9dbb I don't quite understand why the macros don't work correctly but I also...
I've now understood the issue though I don't see a nice solution so I've opened an issue at https://gitlab.com/m2crypto/m2crypto/-/issues/298 For now I've worked around it by banning that version 42e47d1.
I assume I shouldn't take the `rel` branch corresponding to the latest non-pre-release in `releases.cfg`? If so I think that probably has to be hard coded any referenced in the...
In that case the second sentence doesn't matter. One more question to make sure I'm understanding correctly. Assuming `v7r0pX` is the latest release: 1. It should always be in sync...