David Frickert
David Frickert
> Thanks for letting me know, and for the sample. > > As a side note, I'd like to identify HDR videos on Aves (just like it identifies HDR images)...
same issue here. it seems that when you alt + f4, the game stays running somehow, e.g.: ``` davidjf 32552 2.6 0.0 4600 1632 ? S 18:57 0:00 /home/davidjf/.local/share/Steam/steamapps/common/SteamLinuxRuntime_sniper/pressure-vessel/libexec/steam-runtime-tools-0/srt-bwrap --args...
well, small workaround, in a script where you call gamescope, ensure you kill exe processes. this is obviously not ideal as it might kill more stuff than you want to...
`fsGroup` seems to work. edit deployments in the helm chart to include securityContext fsGroup, like so: ``` ### DEPLOYMENT apiVersion: apps/v1 kind: Deployment metadata: name: sonarr labels: {{- include "k8s-mediaserver.labels"...
This is possible using lovely plugin: https://github.com/crumbhole/argocd-lovely-plugin I'm using the helmfile + kustomize combo. Maybe it is also possible with a simpler combo, idk. helmfile.yaml ``` repositories: - name: metallb...
I'm also experiencing this issue, even on first start the ACLs are not added. Any ideas? ``` sudo LDAPTLS_REQCERT=hard LDAPTLS_CACERT=/etc/ssl/certs/TestLDAP_CA.pem ldapsearch -x -H ldaps://127.0.0.1.sslip.io:636 -b "cn=config" '(objectClass=olcDatabaseConfig)' -D "cn=admin,dc=asml,dc=com" -W...
maybe these are different issues. i just disabled replication and the customAcls are applied. but with replication they don't seem to work
It seems that when running openldap as cluster with this helm chart, as soon as openldap-1 pod comes up healthy, the acl is lost. Don't know why, but sorta fixed...
Same bug here. Any ideas? Edit: well okay i tried another folder and now it works for both folders.. wtf?
I also experience the same issue, but only get it when running keycloak-config-cli while the Keycloak cluster nodes are still starting up (i.e. cluster is not in a healthy state)...