Philippe Kueck

Results 14 comments of Philippe Kueck

Hi all, > Do you know of any good ocsp responder project that can rely on crls(deltas preferred)? Correct me if I'm wrong, but an ocsp responder needs to know...

Since DCO is complaining: What's the correct way to handle long email addresses that cause the signed-off-by-line to exceed 78 chars? Is a line break okay?

Hi all, candy doen't handle the 'terminate' type body so it just shows a "connecting..." and hangs. A possible cause for the bosh server to send a terminate may be...

Happens on a Fedora 35 controller node w/ OracleLinux 8.5 managed nodes using the `dnf` module as well. The funny thing is: it happens randomly, not everytime.

I have `INTERPRETER_PYTHON` set to `auto` on the OEL 8.x managed node. Even though there is only one python version installed, there are lots of symlinks that are needed to...

fwiw, also affects ansible 2.9.18 with mitogen 0.2.9.

I played around a bit to dive deeper into why this `_module_fqn` error happens. ``` Traceback (most recent call last): File "master:.../mitogen/ansible_mitogen/runner.py", line 975, in _run self._run_code(code, mod) File "master:.../mitogen/ansible_mitogen/runner.py",...

Not really. Since the PR #47 is not in sync, I only changed the following in `master`: ```diff --- i/Dockerfile +++ w/Dockerfile @@ -12,8 +12,8 @@ RUN APP_ICON_URL=https://raw.githubusercontent.com/DomiStyle/docker-idrac6/maste RUN apt-get...

> this is redundant with the 'errors' option available to all lookups. The `errors` option does not eleminate the warnings for me. Am I missing something? ```yaml --- - hosts:...