Bug 1476451
| Summary: | [abrt] dnfdragora-gui: __call__(): __init__.py:250:_handle_dbus_error:dnfdaemon.client.DaemonError: g-io-error-quark: Le délai d'attente est dépassé (24) | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Sylvain Réault <vindicators> | ||||||||||||||||
| Component: | dnfdragora | Assignee: | Björn Esser (besser82) <besser82> | ||||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||
| Version: | 26 | CC: | besser82, leigh123linux, lupinix.fedora, ngompa13 | ||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/c71ba5dba01250f93cb4ae435e73da4b6c10969b | ||||||||||||||||||
| Whiteboard: | abrt_hash:677414302adac100795923a8ee4e336692f8d251; | ||||||||||||||||||
| Fixed In Version: | dnfdragora-1.0.1-8.git20171229.24e4647.fc27 dnfdragora-1.0.1-8.git20171229.24e4647.fc26 | Doc Type: | If docs needed, set a value | ||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||
| Last Closed: | 2017-12-31 21:27:15 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 1306162 [details]
File: backtrace
Created attachment 1306163 [details]
File: cgroup
Created attachment 1306164 [details]
File: cpuinfo
Created attachment 1306165 [details]
File: environ
Created attachment 1306166 [details]
File: mountinfo
Created attachment 1306167 [details]
File: namespaces
Created attachment 1306168 [details]
File: open_fds
dnfdaemon-0.3.18-5.fc27 dnfdragora-1.0.1-8.git20171229.24e4647.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2017-d66bd84f06 dnfdaemon-0.3.18-5.fc26 dnfdragora-1.0.1-8.git20171229.24e4647.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-8caadb4a1b dnfdaemon-0.3.18-5.fc27, dnfdragora-1.0.1-8.git20171229.24e4647.fc27 has been pushed to the Fedora 27 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-2017-d66bd84f06 dnfdaemon-0.3.18-5.fc26, dnfdragora-1.0.1-8.git20171229.24e4647.fc26 has been pushed to the Fedora 26 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-2017-8caadb4a1b dnfdaemon-0.3.18-5.fc27, dnfdragora-1.0.1-8.git20171229.24e4647.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report. dnfdaemon-0.3.18-5.fc26, dnfdragora-1.0.1-8.git20171229.24e4647.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report. |
Version-Release number of selected component: dnfdragora-gui-1.0.1-5.git20170505.2a3b056.fc26 Additional info: reporter: libreport-2.9.1 cmdline: /usr/bin/python3 /usr/bin/dnfdragora-updater crash_function: __call__ exception_type: GLib.GError executable: /usr/bin/dnfdragora-updater kernel: 4.11.11-300.fc26.x86_64 runlevel: N 5 type: Python3 uid: 1000 Truncated backtrace: __init__.py:250:_handle_dbus_error:dnfdaemon.client.DaemonError: g-io-error-quark: Le délai d'attente est dépassé (24) Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/dnfdaemon/client/__init__.py", line 214, in _get_daemon self.running_api_version = proxy.GetVersion() File "/usr/lib64/python3.6/site-packages/gi/overrides/Gio.py", line 172, in __call__ None) GLib.GError: g-io-error-quark: Le délai d'attente est dépassé (24) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/pystray/_base.py", line 236, in inner callback(self) File "/usr/lib/python3.6/site-packages/pystray/_base.py", line 320, in __call__ return self._action(icon, self) File "/usr/lib/python3.6/site-packages/pystray/_base.py", line 414, in wrapper1 return action(icon) File "/usr/lib/python3.6/site-packages/dnfdragora/updater.py", line 113, in __run_update return self.__run_dialog({'update_only': True}) File "/usr/lib/python3.6/site-packages/dnfdragora/updater.py", line 104, in __run_dialog self.__main_gui = ui.mainGui(args) File "/usr/lib/python3.6/site-packages/dnfdragora/ui.py", line 214, in __init__ rpm_groups = self.backend.GetGroups() File "/usr/lib/python3.6/site-packages/dnfdragora/basedragora.py", line 50, in backend return self.get_root_backend() File "/usr/lib/python3.6/site-packages/dnfdragora/basedragora.py", line 69, in get_root_backend self._root_backend = dnfdragora.dnf_backend.DnfRootBackend(self, self._use_comps) File "/usr/lib/python3.6/site-packages/dnfdragora/dnf_backend.py", line 151, in __init__ dnfdaemon.client.Client.__init__(self) File "/usr/lib/python3.6/site-packages/dnfdaemon/client/__init__.py", line 549, in __init__ DnfDaemonBase.__init__(self, system, ORG, INTERFACE) File "/usr/lib/python3.6/site-packages/dnfdaemon/client/__init__.py", line 205, in __init__ self.daemon = self._get_daemon(bus, org, interface) File "/usr/lib/python3.6/site-packages/dnfdaemon/client/__init__.py", line 223, in _get_daemon self._handle_dbus_error(err) File "/usr/lib/python3.6/site-packages/dnfdaemon/client/__init__.py", line 250, in _handle_dbus_error raise DaemonError(str(err)) dnfdaemon.client.DaemonError: g-io-error-quark: Le délai d'attente est dépassé (24) Local variables in innermost frame: msg: '' exc: '' err: GLib.Error('Le délai d'attente est dépassé', 'g-io-error-quark', 24) self: <dnfdragora.dnf_backend.DnfRootBackend object at 0x7ff9e65c8eb8>