Bug 1279992
| Summary: | [abrt] yumex-dnf: dbus_status.py:197:error_notify:GLib.Error: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files (2) | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Veteran <lfelia> | ||||||
| Component: | yumex-dnf | Assignee: | Tim Lauridsen <tim.lauridsen> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 24 | CC: | francescoantonetti1, tim.lauridsen | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | i686 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/126bde54dbb1cd255225dfcbbc2edd34357c7d78 | ||||||||
| Whiteboard: | abrt_hash:d3248a77886bcece7dbcb4596a715bfd3c801d94; | ||||||||
| Fixed In Version: | yumex-dnf-4.1.6-1.fc24 yumex-dnf-4.1.6-1.fc23 yumex-dnf-4.1.6-1.fc22 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2016-03-23 15:18:07 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
Created attachment 1092364 [details]
File: backtrace
Created attachment 1092365 [details]
File: environ
look like yumex-dnf is missing a requirement fixed upstream: https://github.com/timlau/yumex-dnf/commit/1b6e1c64d5469e5eb291ef6651edb6049c0a73e4 *** Bug 1283268 has been marked as a duplicate of this bug. *** This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle. Changing version to '24'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase yumex-dnf-4.1.6-1.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-2f5cc390c9 yumex-dnf-4.1.6-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-2e89a93119 yumex-dnf-4.1.6-1.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2016-927d14cf42 yumex-dnf-4.1.6-1.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-2f5cc390c9 yumex-dnf-4.1.6-1.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-927d14cf42 yumex-dnf-4.1.6-1.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-2e89a93119 yumex-dnf-4.1.6-1.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report. yumex-dnf-4.1.6-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. yumex-dnf-4.1.6-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: I ran sudo yumex-dnf Version-Release number of selected component: yumex-dnf-4.1.4-1.fc24 Additional info: reporter: libreport-2.6.3 cmdline: /usr/bin/python3 -tt /usr/share/yumex-dnf/dbus_status.py executable: /usr/share/yumex-dnf/dbus_status.py kernel: 4.4.0-0.rc0.git2.1.fc24.i686 runlevel: N 5 type: Python3 uid: 0 Truncated backtrace: dbus_status.py:197:error_notify:GLib.Error: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files (2) Traceback (most recent call last): File "/usr/lib/python3.4/site-packages/dnfdaemon/client/__init__.py", line 212, in _get_daemon proxy = bus.get(org, "/", interface) File "/usr/lib/python3.4/site-packages/dnfdaemon/client/__init__.py", line 169, in get self.conn, 0, None, bus, obj, iface, None GLib.Error: g-dbus-error-quark: Error calling StartServiceByName for org.baseurl.DnfSystem: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1 (25) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/share/yumex-dnf/dbus_status.py", line 373, in __init__ self.backend = dnfdaemon.client.Client() File "/usr/lib/python3.4/site-packages/dnfdaemon/client/__init__.py", line 541, in __init__ DnfDaemonBase.__init__(self, system, ORG, INTERFACE) File "/usr/lib/python3.4/site-packages/dnfdaemon/client/__init__.py", line 205, in __init__ self.daemon = self._get_daemon(bus, org, interface) File "/usr/lib/python3.4/site-packages/dnfdaemon/client/__init__.py", line 223, in _get_daemon self._handle_dbus_error(err) File "/usr/lib/python3.4/site-packages/dnfdaemon/client/__init__.py", line 250, in _handle_dbus_error raise DaemonError(str(err)) dnfdaemon.client.DaemonError: g-dbus-error-quark: Error calling StartServiceByName for org.baseurl.DnfSystem: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1 (25) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/share/yumex-dnf/dbus_status.py", line 728, in <module> main() File "/usr/share/yumex-dnf/dbus_status.py", line 723, in main YumexStatusDaemon() File "/usr/share/yumex-dnf/dbus_status.py", line 377, in __init__ error_notify('Error starting dnfdaemon service\n\n%s' % msg, msg) File "/usr/share/yumex-dnf/dbus_status.py", line 197, in error_notify notification.show() GLib.Error: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files (2) Local variables in innermost frame: notification: <Notify.Notification object at 0xb3fd59b4 (NotifyNotification at 0x819e7360)> icon: 'yumex-dnf' summary: 'Error starting dnfdaemon service\n\ng-dbus-error-quark: Error calling StartServiceByName for org.baseurl.DnfSystem: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1 (25)' body: 'g-dbus-error-quark: Error calling StartServiceByName for org.baseurl.DnfSystem: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1 (25)'