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 2153036 - multiple dbus user processes being spawned
Summary: multiple dbus user processes being spawned
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: podman
Version: 8.7
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: rc
: ---
Assignee: Jindrich Novy
QA Contact: Edward Shen
URL:
Whiteboard:
Depends On:
Blocks: 2153894 2154015
TreeView+ depends on / blocked
 
Reported: 2022-12-13 20:53 UTC by Jihoon Kim
Modified: 2023-09-19 04:31 UTC (History)
14 users (show)

Fixed In Version: podman-4.4.0-1.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 2153894 2154015 (view as bug list)
Environment:
Last Closed: 2023-05-16 08:22:23 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 2023-01-18 22:03:49 UTC
Red Hat Issue Tracker RHELPLAN-142052 0 None None None 2022-12-13 20:57:04 UTC
Red Hat Product Errata RHSA-2023:2758 0 None None None 2023-05-16 08:23:44 UTC

Description Jihoon Kim 2022-12-13 20:53:13 UTC
Description of problem:

Multiple dbus user processes being spawned due to the issue discussed in: 
https://github.com/containers/podman/issues/16718

This issue was rectified in:
https://github.com/containers/common/pull/1254

Seeking to merge the fix into Red Hat podman.


Version-Release number of selected component (if applicable):

RHEL 8.7   
Linux nsgtap01 4.18.0-425.3.1.el8.x86_64

podman-4.2.0-4.module+el8.7.0+17064+3b31f55c.x86_64


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 8 Tom Sweeney 2023-02-08 01:36:48 UTC
Setting to Post and assigning to @jnovy for any further packaging and BZ needs.

This is fixed in v4.2.0-rhel with: https://github.com/containers/podman/pull/16866

Comment 11 Joy Pu 2023-02-27 13:36:03 UTC
Test with podman-4.4.1-7.module+el8.8.0+18251+ad5b274c.x86_64.rpm. 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@ibm-x3250m6-04 ~]#  ps -ef | grep dbus-daemon | wc -l
2
[root@ibm-x3250m6-04 ~]#  podman ps -a
CONTAINER ID  IMAGE                                            COMMAND               CREATED         STATUS        PORTS                 NAMES
cccccd1c127e  mcr.microsoft.com/oss/bitnami/redis:6.0.8        /opt/bitnami/scri...  18 minutes ago  Up 5 minutes                        azure-vote-back
e85c09f02a2e  mcr.microsoft.com/azuredocs/azure-vote-front:v1  /start.sh             5 minutes ago   Up 5 minutes  0.0.0.0:8080->80/tcp  azure-vote_azure-vote-front_1
[root@ibm-x3250m6-04 ~]#  podman ps -a
CONTAINER ID  IMAGE                                            COMMAND               CREATED         STATUS        PORTS                 NAMES
cccccd1c127e  mcr.microsoft.com/oss/bitnami/redis:6.0.8        /opt/bitnami/scri...  18 minutes ago  Up 5 minutes                        azure-vote-back
e85c09f02a2e  mcr.microsoft.com/azuredocs/azure-vote-front:v1  /start.sh             5 minutes ago   Up 5 minutes  0.0.0.0:8080->80/tcp  azure-vote_azure-vote-front_1
[root@ibm-x3250m6-04 ~]#  podman ps -a
CONTAINER ID  IMAGE                                            COMMAND               CREATED         STATUS        PORTS                 NAMES
cccccd1c127e  mcr.microsoft.com/oss/bitnami/redis:6.0.8        /opt/bitnami/scri...  18 minutes ago  Up 5 minutes                        azure-vote-back
e85c09f02a2e  mcr.microsoft.com/azuredocs/azure-vote-front:v1  /start.sh             5 minutes ago   Up 5 minutes  0.0.0.0:8080->80/tcp  azure-vote_azure-vote-front_1
[root@ibm-x3250m6-04 ~]#  podman ps -a
CONTAINER ID  IMAGE                                            COMMAND               CREATED         STATUS        PORTS                 NAMES
cccccd1c127e  mcr.microsoft.com/oss/bitnami/redis:6.0.8        /opt/bitnami/scri...  18 minutes ago  Up 5 minutes                        azure-vote-back
e85c09f02a2e  mcr.microsoft.com/azuredocs/azure-vote-front:v1  /start.sh             5 minutes ago   Up 5 minutes  0.0.0.0:8080->80/tcp  azure-vote_azure-vote-front_1
[root@ibm-x3250m6-04 ~]#  podman ps -a
CONTAINER ID  IMAGE                                            COMMAND               CREATED         STATUS        PORTS                 NAMES
cccccd1c127e  mcr.microsoft.com/oss/bitnami/redis:6.0.8        /opt/bitnami/scri...  18 minutes ago  Up 5 minutes                        azure-vote-back
e85c09f02a2e  mcr.microsoft.com/azuredocs/azure-vote-front:v1  /start.sh             5 minutes ago   Up 5 minutes  0.0.0.0:8080->80/tcp  azure-vote_azure-vote-front_1
[root@ibm-x3250m6-04 ~]#  ps -ef | grep dbus-daemon | wc -l
2


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

Comment 15 errata-xmlrpc 2023-05-16 08:22:23 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: container-tools:rhel8 security, bug fix, and enhancement 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:2758

Comment 16 Red Hat Bugzilla 2023-09-19 04:31:33 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days


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