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 1245527 - Can't get problem list from abrt-dbus
Summary: Can't get problem list from abrt-dbus
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: abrt
Version: 7.2
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Richard Marko
QA Contact: Martin Kyral
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-07-22 08:50 UTC by Bruno Goncalves
Modified: 2015-11-19 14:33 UTC (History)
6 users (show)

Fixed In Version: abrt-2.1.11-28.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-11-19 14:33:48 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1224984 1 None None None 2021-01-20 06:05:38 UTC
Red Hat Product Errata RHBA-2015:2097 0 normal SHIPPED_LIVE abrt bug fix and enhancement update 2015-11-19 11:34:14 UTC

Internal Links: 1224984

Description Bruno Goncalves 2015-07-22 08:50:58 UTC
Description of problem:
"abrt-cli list" command fails with the following message:
Can't get problem list from abrt-dbus: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.problems was not provided by any .service files

Version-Release number of selected component (if applicable):
abrt-2.1.11-26.el7.x86_64
abrt-cli-2.1.11-26.el7.x86_64

How reproducible:
100%

Steps to Reproduce:
1. confirm abrtd is running
# systemctl status abrtd
● abrtd.service - ABRT Automated Bug Reporting Tool
   Loaded: loaded (/usr/lib/systemd/system/abrtd.service; enabled; vendor preset: enabled)
   Active: active (running) since Wed 2015-07-22 04:49:24 EDT; 16s ago
 Main PID: 21717 (abrtd)
   CGroup: /system.slice/abrtd.service
           └─21717 /usr/sbin/abrtd -d -s

Jul 22 04:49:24 intel-mahobay-02.lab.eng.rdu.redhat.com systemd[1]: Started ABRT Automated Bug Reporting Tool.
Jul 22 04:49:24 intel-mahobay-02.lab.eng.rdu.redhat.com systemd[1]: Starting ABRT Automated Bug Reporting Tool...
Jul 22 04:49:24 intel-mahobay-02.lab.eng.rdu.redhat.com abrtd[21717]: Init complete, entering main loop

2.Try to list problems on the server
# abrt-cli list
Can't get problem list from abrt-dbus: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.problems was not provided by any .service files

Comment 3 Jakub Filak 2015-07-28 14:02:09 UTC
It looks like that abrt-dbus is not installed. Can you please install abrt-dbus, re-test and report the results here?

Comment 4 Bruno Goncalves 2015-07-28 14:20:35 UTC
Thank you for the information, installing abrt-dbus solves the problem.

Should abrt-cli install abrt-dbus as dependency?

Comment 5 Jakub Filak 2015-07-29 09:06:53 UTC
(In reply to Bruno Goncalves from comment #4)
> Should abrt-cli install abrt-dbus as dependency?

Yes, it have to. The dependency will be added in the next abrt build. Thanks!


diff --git a/abrt.spec b/abrt.spec
index 0ea4efc..3b4b611 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -410,6 +410,7 @@ Group: User Interface/Desktops
 Requires: %{name} = %{version}-%{release}
 Requires: libreport-cli >= %{libreport_ver}
 Requires: abrt-libs = %{version}-%{release}
+Requires: %{name}-dbus = %{version}-%{release}
 
 %description tui
 This package contains a simple command line client for processing abrt reports
@@ -494,6 +495,7 @@ Summary: ABRT Python API                                                                                                                              
 Group: System Environment/Libraries                                                                                                                                      
 Requires: %{name} = %{version}-%{release}                                                                                                                                
 Requires: %{name}-libs = %{version}-%{release}                                                                                                                           
+Requires: %{name}-dbus = %{version}-%{release}                                                                                                                           
 Requires: pygobject2                                                                                                                                                     
 Requires: dbus-python                                                                                                                                                    
 Requires: libreport-python

Comment 11 errata-xmlrpc 2015-11-19 14:33:48 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, 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://rhn.redhat.com/errata/RHBA-2015-2097.html


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