Bug 870728 - [abrt] system-config-services-0.101.8-1.fc18: connection.py:651:call_blocking:DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
Summary: [abrt] system-config-services-0.101.8-1.fc18: connection.py:651:call_blocking...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-services
Version: 18
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Nils Philippsen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:dbac5f43345a9d129e21b3e54e1...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-28 08:45 UTC by mns
Modified: 2014-02-05 12:45 UTC (History)
8 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-02-05 12:45:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: executable (31 bytes, text/plain)
2012-10-28 08:45 UTC, mns
no flags Details
File: dso_list (69 bytes, text/plain)
2012-10-28 08:45 UTC, mns
no flags Details
File: environ (1.40 KB, text/plain)
2012-10-28 08:45 UTC, mns
no flags Details
File: core_backtrace (653 bytes, text/plain)
2012-10-28 08:45 UTC, mns
no flags Details

Description mns 2012-10-28 08:45:09 UTC
Version-Release number of selected component:
system-config-services-0.101.8-1.fc18

Additional info:
libreport version: 2.0.17
abrt_version:   2.0.17
cmdline:        /usr/bin/python /usr/bin/system-config-services
kernel:         3.6.3-3.fc18.x86_64

backtrace:
:connection.py:651:call_blocking:DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
:
:Traceback (most recent call last):
:  File "/usr/bin/system-config-services", line 671, in on_service_selected
:    GUIServicesDetailsPainter(self, service).paint_details()
:  File "/usr/bin/system-config-services", line 355, in paint_details
:    self.service.ActiveState, self.service.SubState)
:  File "/usr/lib/python2.7/site-packages/scservices/core/systemd/unit.py", line 167, in ActiveState
:    'ActiveState')
:  File "/usr/lib/python2.7/site-packages/slip/dbus/proxies.py", line 50, in __call__
:    return dbus.proxies._ProxyMethod.__call__(self, *args, **kwargs)
:  File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 145, in __call__
:    **keywords)
:  File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
:    message, timeout)
:DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
:
:Local variables in innermost frame:
:byte_arrays: False
:self: <dbus._dbus.SystemBus (system) at 0x1359cb0>
:args: ('org.freedesktop.systemd1.Unit', 'ActiveState')
:object_path: dbus.ObjectPath('/org/freedesktop/systemd1/unit/NetworkManager_2dwait_2donline_2eservice')
:signature: u'ss'
:bus_name: dbus.UTF8String(':1.4')
:get_args_opts: {'byte_arrays': False, 'utf8_strings': False}
:timeout: 2147483.647
:kwargs: {}
:dbus_interface: 'org.freedesktop.DBus.Properties'
:message: <dbus.lowlevel.MethodCallMessage path: /org/freedesktop/systemd1/unit/NetworkManager_2dwait_2donline_2eservice, iface: org.freedesktop.DBus.Properties, member: Get dest: :1.4>
:method: 'Get'

Comment 1 mns 2012-10-28 08:45:13 UTC
Created attachment 634465 [details]
File: executable

Comment 2 mns 2012-10-28 08:45:15 UTC
Created attachment 634466 [details]
File: dso_list

Comment 3 mns 2012-10-28 08:45:17 UTC
Created attachment 634467 [details]
File: environ

Comment 4 mns 2012-10-28 08:45:19 UTC
Created attachment 634468 [details]
File: core_backtrace

Comment 5 armando.fella 2013-07-10 21:54:43 UTC
Description of problem:
Just disabling few services including the openstack ones installed via redhat RDO process

Version-Release number of selected component:
system-config-services-0.101.10-1.fc18

Additional info:
reporter:       libreport-2.1.5
cmdline:        /usr/bin/python /usr/bin/system-config-services
executable:     /usr/bin/system-config-services
kernel:         3.9.6-200.fc18.x86_64
runlevel:       N 5
uid:            1000

Truncated backtrace:
connection.py:651:call_blocking:DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/scservices/gui/__init__.py", line 634, in on_systemd_unit_new
    self._on_unit_properties_changed(unit)
  File "/usr/lib/python2.7/site-packages/scservices/gui/__init__.py", line 877, in _on_unit_properties_changed
    self.on_service_status_changed(unit)
  File "/usr/lib/python2.7/site-packages/scservices/gui/__init__.py", line 910, in on_service_status_changed
    self._set_widgets_sensitivity()
  File "/usr/lib/python2.7/site-packages/scservices/gui/__init__.py", line 687, in _set_widgets_sensitivity
    self._set_service_widget_sensitive(widget, self.current_service)
  File "/usr/lib/python2.7/site-packages/scservices/gui/__init__.py", line 708, in _set_service_widget_sensitive
    is_enabled = service.get_enabled()
  File "<string>", line 2, in get_enabled
  File "/usr/lib/python2.7/site-packages/slip/dbus/polkit.py", line 103, in _enable_proxy
    return func(*p, **k)
  File "/usr/lib/python2.7/site-packages/scservices/dbus/proxy/services.py", line 85, in get_enabled
    return self.chkconfig_interface.get_enabled()
  File "/usr/lib/python2.7/site-packages/slip/dbus/proxies.py", line 50, in __call__
    return dbus.proxies._ProxyMethod.__call__(self, *args, **kwargs)
  File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 145, in __call__
    **keywords)
  File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)

Local variables in innermost frame:
byte_arrays: False
self: <dbus._dbus.SystemBus (system) at 0x23066b0>
args: ()
object_path: u'/org/fedoraproject/Config/Services/ServiceHerders/XinetdServiceHerder/Services/rsync'
signature: ''
bus_name: dbus.UTF8String(':1.197')
get_args_opts: {'byte_arrays': False, 'utf8_strings': False}
timeout: 2147483.647
kwargs: {}
dbus_interface: 'org.fedoraproject.Config.Services.ChkconfigService'
message: <dbus.lowlevel.MethodCallMessage path: /org/fedoraproject/Config/Services/ServiceHerders/XinetdServiceHerder/Services/rsync, iface: org.fedoraproject.Config.Services.ChkconfigService, member: get_enabled dest: :1.197>
method: 'get_enabled'

Comment 6 Fedora End Of Life 2013-12-21 09:13:12 UTC
This message is a reminder that Fedora 18 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 18. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '18'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 18's end of life.

Thank you for reporting this issue and we are sorry that we may not be 
able to fix it before Fedora 18 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior to Fedora 18's end of life.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 7 Fedora End Of Life 2014-02-05 12:45:12 UTC
Fedora 18 changed to end-of-life (EOL) status on 2014-01-14. Fedora 18 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


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