RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2153894 - multiple dbus user processes being spawned
Summary: multiple dbus user processes being spawned
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: podman
Version: 9.2
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: rc
: ---
Assignee: Jindrich Novy
QA Contact: Edward Shen
URL:
Whiteboard:
Depends On: 2153036
Blocks: 2154004
TreeView+ depends on / blocked
 
Reported: 2022-12-15 18:59 UTC by Tom Sweeney
Modified: 2023-05-09 08:51 UTC (History)
16 users (show)

Fixed In Version: podman-4.4.0-1.el9
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 2153036
: 2154004 (view as bug list)
Environment:
Last Closed: 2023-05-09 07:41:59 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github containers common pull 1254 0 None Merged cgroups: use SessionBusPrivateNoAutoStartup 2022-12-16 19:47:59 UTC
Red Hat Issue Tracker RHELPLAN-142474 0 None None None 2022-12-15 19:04:06 UTC
Red Hat Product Errata RHSA-2023:2282 0 None None None 2023-05-09 07:43:14 UTC

Comment 8 Joy Pu 2023-02-27 13:18:29 UTC
Test with podman-4.4.0-1.el9.x86_64. Use https://github.com/containers/podman-compose/tree/devel/examples/azure-vote to start the podman-compose.

Run podman-compose up under the azure-vote and wait it fully start
# podman-compose up

In another console run podman ps -a for several times as it is mentioned in the issue and check the dbus-daemon numbers with ps:

[root@dell-per430-09 ~]#  ps -ef | grep dbus-daemon | wc -l
1
[root@dell-per430-09 ~]# podman ps -a
CONTAINER ID  IMAGE                                            COMMAND               CREATED         STATUS         PORTS                 NAMES
a3c4a08d20eb  mcr.microsoft.com/oss/bitnami/redis:6.0.8        /opt/bitnami/scri...  21 minutes ago  Up 12 minutes                        azure-vote-back
659a474532b4  mcr.microsoft.com/azuredocs/azure-vote-front:v1  /start.sh             12 minutes ago  Up 12 minutes  0.0.0.0:8080->80/tcp  azure-vote_azure-vote-front_1
[root@dell-per430-09 ~]# podman ps -a
CONTAINER ID  IMAGE                                            COMMAND               CREATED         STATUS         PORTS                 NAMES
a3c4a08d20eb  mcr.microsoft.com/oss/bitnami/redis:6.0.8        /opt/bitnami/scri...  21 minutes ago  Up 12 minutes                        azure-vote-back
659a474532b4  mcr.microsoft.com/azuredocs/azure-vote-front:v1  /start.sh             12 minutes ago  Up 12 minutes  0.0.0.0:8080->80/tcp  azure-vote_azure-vote-front_1
[root@dell-per430-09 ~]#  ps -ef | grep dbus-daemon | wc -l
1

The number of dbus-daemon is not changed. So move it to verified.

Comment 10 errata-xmlrpc 2023-05-09 07:41:59 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: podman security and bug fix update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2023:2282


Note You need to log in before you can comment on or make changes to this bug.