| Summary: | [abrt] blueman: connection.py:651:call_blocking:dbus.exceptions.DBusException: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | René Genz <liebundartig> | ||||||
| Component: | blueman | Assignee: | Pete Walter <walter.pete> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 24 | CC: | fedora, fedora, iamdexpl, mauricio.pronet, t.c.rogers1984, zbyszek | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/7e72de360060ab9eca6637eebb9b5740aff9642d | ||||||||
| Whiteboard: | abrt_hash:6044a3259e524d3079374430a6e955b2a9e23aeb; | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2017-07-24 20:19:04 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
Created attachment 1152296 [details]
File: backtrace
Created attachment 1152297 [details]
File: environ
Similar problem has been detected:
I don't know. I booted up the computer after a fresh install of Fedora 24 workstation beta and had manually updated the software using the terminal. The update was successful. I restarted the computer, then immediately received the message that blueman had failed for "misbehavior."
reporter: libreport-2.7.0
cmdline: python3 /usr/bin/blueman-applet
event_log: 2016-05-16-03:04:59> ('report_uReport' completed successfully)
executable: /usr/bin/blueman-applet
kernel: 4.5.4-300.fc24.x86_64
package: blueman-2.0.4-1.fc24
pkg_fingerprint: 73BD E983 81B4 6521
pkg_vendor: Fedora Project
reason: connection.py:651:call_blocking:dbus.exceptions.DBusException: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out
reproducible: Not sure how to reproduce the problem
runlevel: unknown
type: Python3
uid: 1000
*** Bug 1336943 has been marked as a duplicate of this bug. *** This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. *** This bug has been marked as a duplicate of bug 1325728 *** |
Description of problem: -using GUI installer of Fedora24 Alpha install Xfce, xfce-extra-plugins, and LibreOffice -create user account during installation -after installation is done reboot and log in with user account -use default configuration -open and browse the applications menu in the top panel -out of nowhere blueman crashes -the computer does not have a bluetooth adapter Version-Release number of selected component: blueman-2.0.4-1.fc24 Additional info: reporter: libreport-2.7.0 cmdline: python3 /usr/bin/blueman-applet executable: /usr/bin/blueman-applet kernel: 4.5.2-301.fc24.x86_64 pkg_fingerprint: 73BD E983 81B4 6521 pkg_vendor: Fedora Project reproducible: Not sure how to reproduce the problem runlevel: N 5 type: Python3 uid: 1000 Truncated backtrace: connection.py:651:call_blocking:dbus.exceptions.DBusException: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out Traceback (most recent call last): File "/usr/lib64/python3.5/site-packages/dbus/bus.py", line 175, in activate_name_owner return self.get_name_owner(bus_name) File "/usr/lib64/python3.5/site-packages/dbus/bus.py", line 361, in get_name_owner 's', (bus_name,), **keywords) File "/usr/lib64/python3.5/site-packages/dbus/connection.py", line 651, in call_blocking message, timeout) dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.bluez': no such name During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/blueman-applet", line 121, in <module> BluemanApplet() File "/usr/bin/blueman-applet", line 63, in __init__ self.Plugins.Load() File "/usr/lib/python3.5/site-packages/blueman/main/PluginManager.py", line 90, in Load __import__(self.module_path.__name__ + ".%s" % plugin, None, None, []) File "/usr/lib/python3.5/site-packages/blueman/plugins/applet/AuthAgent.py", line 9, in <module> import blueman.main.applet.BluezAgent as BluezAgent File "/usr/lib/python3.5/site-packages/blueman/main/applet/BluezAgent.py", line 23, in <module> from blueman.bluez.Agent import Agent, AgentMethod File "/usr/lib/python3.5/site-packages/blueman/bluez/Agent.py", line 48, in <module> class Agent(dbus.service.Object): File "/usr/lib/python3.5/site-packages/blueman/bluez/Agent.py", line 56, in Agent @AgentMethod File "/usr/lib/python3.5/site-packages/blueman/bluez/Agent.py", line 38, in AgentMethod if BlueZInterface.get_interface_version()[0] < 5: File "/usr/lib/python3.5/site-packages/blueman/bluez/BlueZInterface.py", line 16, in get_interface_version obj = dbus.SystemBus().get_object('org.bluez', '/') File "/usr/lib64/python3.5/site-packages/dbus/bus.py", line 241, in get_object follow_name_owner_changes=follow_name_owner_changes) File "/usr/lib64/python3.5/site-packages/dbus/proxies.py", line 248, in __init__ self._named_service = conn.activate_name_owner(bus_name) File "/usr/lib64/python3.5/site-packages/dbus/bus.py", line 180, in activate_name_owner self.start_service_by_name(bus_name) File "/usr/lib64/python3.5/site-packages/dbus/bus.py", line 278, in start_service_by_name 'su', (bus_name, flags))) File "/usr/lib64/python3.5/site-packages/dbus/connection.py", line 651, in call_blocking message, timeout) dbus.exceptions.DBusException: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out Local variables in innermost frame: bus_name: 'org.freedesktop.DBus' self: <dbus._dbus.SystemBus (system) at 0x7fed7240e780> kwargs: {} args: ('org.bluez', 0) signature: 'su' object_path: '/org/freedesktop/DBus' byte_arrays: False message: <dbus.lowlevel.MethodCallMessage path: /org/freedesktop/DBus, iface: org.freedesktop.DBus, member: StartServiceByName dest: org.freedesktop.DBus> get_args_opts: {'byte_arrays': False} dbus_interface: 'org.freedesktop.DBus' timeout: -1.0 method: 'StartServiceByName' Potential duplicate: bug 1331600