Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
DescriptionBruno 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
(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
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
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