You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fatal: [postgresql-12]: FAILED! => {"changed": false, "cmd": "/bin/systemctl", "msg": "Failed to get D-Bus connection: No such file or directory", "rc": 1, "stderr": "Failed to get D-Bus connection: No such file or directory\n", "stderr_lines": ["Failed to get D-Bus connection: No such file or directory"], "stdout": "", "stdout_lines": []}
I was getting similar errors before on others images such as .
+1
Not having any issues with the RockyLinux 8 and CentOS 8 images, but CentOS 7 still fails with cgroup v2. Any known workaround (instead of updating systemd) ? I'm mostly running the images in my CI pipelines in GH actions.
I've basically stopped testing on CentOS 7 for most of my work, as everything across the board is getting harder to support (yum issues with Ansible, Python 2 / 3 issues with various software, this issue with systemd...).
I would recommend anyone who still needs to support active testing on CentOS 7 either find a good fix for this project (and I'll try to merge it) or build your own separate environment for it.
Hello, I am getting this error while running
https://github.com/VladDm93/postgresql/actions/runs/3510277043/jobs/5884722508
fatal: [postgresql-12]: FAILED! => {"changed": false, "cmd": "/bin/systemctl", "msg": "Failed to get D-Bus connection: No such file or directory", "rc": 1, "stderr": "Failed to get D-Bus connection: No such file or directory\n", "stderr_lines": ["Failed to get D-Bus connection: No such file or directory"], "stdout": "", "stdout_lines": []}
I was getting similar errors before on others images such as .
I was able to fix those errors thanks to replies on this issue
geerlingguy/docker-debian11-ansible#4
but for some reason centos7 version keeps getting errors.
The text was updated successfully, but these errors were encountered: