What is the minimum configuration to be able to interact with a dbus user session? #16772
-
Description What is the minimum configuration to be able to interact with a dbus user session? Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected: A running dbus-monitor. Additional information you deem important (e.g. issue happens only occasionally): I have tried using Alternatively, mount
My goal is not to run Output of
Output of
Package info (e.g. output of
Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? Yes Additional environment details (AWS, VirtualBox, physical, etc.): Fedora CoreOS. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I am sure we're DBUS experts but we may be helpful in finding a solution. I suggest trying @rhatdan wrote a nice blog on how to diagnose EPERMs and the proposed recipe may work here as well: https://www.redhat.com/sysadmin/container-permission-denied-errors |
Beta Was this translation helpful? Give feedback.
-
Try with |
Beta Was this translation helpful? Give feedback.
Try with
--userns keep-id
, that makes sure that the id outside matches the id inside the container.