-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
podman commands leak dbus-daemon processes #9727
Comments
@giuseppe PTAL |
we had the same issue in the past and it was addressed with #6569 Could you attach the log when you run with |
relevant output:
any suggestion for this? processes should not continue running after podman exits, regardless, would you agree? |
A friendly reminder that this issue had no activity for 30 days. |
this issue has no activity because I got no response, not because it's irrelevant... |
Can you provide the full logs? I'm not sure if that's actually related - the auth failure is interesting, but that is not the only place we use dbus. |
with runc:
with crun:
|
@giuseppe WDYT? |
A friendly reminder that this issue had no activity for 30 days. |
just to fix the label: this issue is persistent and not stale |
still having this issue in podman 3.2.1 |
I think the leak happens in the godbus library: https://github.com/godbus/dbus/blob/master/conn_other.go#L19-L38 The solution would be to make sure I've opened an issue with godbus: godbus/dbus#268 |
On CentOS 7, I found that
|
A friendly reminder that this issue had no activity for 30 days. |
Since this is not a Podman bug, closing. |
do not start up a dbus daemon if it is not already running. [NO NEW TESTS NEEDED] the fix is in a dependency. Closes: containers#9727 Signed-off-by: Giuseppe Scrivano <[email protected]>
fixed with #12107 |
do not start up a dbus daemon if it is not already running. [NO NEW TESTS NEEDED] the fix is in a dependency. Closes: containers#9727 Signed-off-by: Giuseppe Scrivano <[email protected]>
/kind bug
Description
When rootless podman commands run, they spawn a dbus-daemon process which stays running. Appears similar to #4483.
Steps to reproduce the issue:
podman ps
pgrep -a dbus-daemon
to see the new processDescribe the results you received/expected:
I expect the process to exit as the container is cleaned up.
Output of
podman version
:Output of
podman info --debug
: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.):
Gentoo ppc64le on Talos
The text was updated successfully, but these errors were encountered: