Oleksii Samoliuk

Results 3 comments of Oleksii Samoliuk

@antelle Work fine in arch linux + xfce. The problem only in the gnome environment (tested in ubuntu & centos7).

I solved this problem cardinally - I deleted the Gnome. No Gnome, no problem :) _P.S. Perfectly working in the i3wm_

This is not a system problem, it is a container security context issue. Fix: `docker/podman --cap-add audit_write ....` fix for kubernetes: deployment/statefulset etc: ``` ... containers: - name: postgresql image:...