Dominic Schröder
Dominic Schröder
Thanks for the fast reply, I'm currently running openxpki start and blocking with apache2ctl -DFOREGROUND - might have problems with zombies but atleast the server keeps running. Feel free to...
Hi @maxhq sorry for the late response, but I haven't been able to find any installation guide other than installing the .deb packages, so for now I can only wait...
I was not able to reproduce this using a jnlp connected agent running on a ubuntu vm. The java process did not die in any instance. I guess that is...
when running the jenkins/jnlp-slave:latest container interactively with bash and then running java does not result in defunct processes, so adding another process should solve it. [https://github.com/jenkinsci/docker/issues/54](https://github.com/jenkinsci/docker/issues/54)
with tini as PID 1 I am not getting defunct processes, solved that in my image. ``` ENV TINI_VERSION v0.16.1 RUN wget -O /tini https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini \ && wget -O /tini.asc...
Can you check what happens, if you set the scope to: 'oidc_login_scope' => 'profile email groups', I had some issues with Keycloak because the redirect url contained openid twice.
I'm having the same issue on Arch linux after upgrade, but only on my Cloud vserver. $ dbus-broker --v dbus-broker 35 $ systemctl status dbus ● dbus-broker.service - D-Bus System...