Bug 708761 - [abrt] system-config-services-0.101.1-1.fc15: connection.py:630:call_blocking:DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy
Summary: [abrt] system-config-services-0.101.1-1.fc15: connection.py:630:call_blocking...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-slip
Version: 15
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Nils Philippsen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:db317e63ceef696c2f476dd3025...
: 702884 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-05-29 11:50 UTC by dkfedorabugs
Modified: 2011-08-02 01:56 UTC (History)
3 users (show)

Fixed In Version: python-slip-0.2.16-1.fc15
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-06-24 03:20:29 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description dkfedorabugs 2011-05-29 11:50:19 UTC
abrt version: 2.0.1
architecture:   x86_64
cmdline:        /usr/bin/python /usr/bin/system-config-services
component:      system-config-services
executable:     /usr/bin/system-config-services
kernel:         2.6.38.6-27.fc15.x86_64
os_release:     Fedora release 15 (Lovelock)
package:        system-config-services-0.101.1-1.fc15
reason:         connection.py:630:call_blocking:DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
time:           Sun May 29 11:29:30 2011
uid:            500
username:       dick

backtrace:
:connection.py:630:call_blocking:DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
:
:Traceback (most recent call last):
:  File "/usr/bin/system-config-services", line 1090, in on_serviceStart_activate
:    self.systemd_manager.StartUnit(service.unit_id)
:  File "<string>", line 2, in StartUnit
:  File "/usr/lib/python2.7/site-packages/slip/dbus/polkit.py", line 139, in _enable_proxy
:    return func(*p, **k)
:  File "/usr/lib/python2.7/site-packages/scservices/core/systemd/manager.py", line 123, in StartUnit
:    return self.privileged_manager_interface.StartUnit(name, mode)
:  File "/usr/lib/python2.7/site-packages/slip/dbus/proxies.py", line 49, in __call__
:    return dbus.proxies._ProxyMethod.__call__(self, *args, **kwargs)
:  File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 140, in __call__
:    **keywords)
:  File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 630, in call_blocking
:    message, timeout)
:DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
:
:Local variables in innermost frame:
:byte_arrays: False
:self: <dbus._dbus.SystemBus (system) at 0x23546b0>
:args: (dbus.String(u'httpd.service'), 'replace')
:utf8_strings: False
:bus_name: dbus.UTF8String(':1.65')
:get_args_opts: {'byte_arrays': False, 'utf8_strings': False}
:object_path: '/org/fedoraproject/Config/Services/systemd1'
:timeout: -1.0
:signature: u'ss'
:dbus_interface: 'org.freedesktop.systemd1.Manager'
:message: <dbus.lowlevel.MethodCallMessage object at 0x28828b8>
:method: 'StartUnit'

Comment 1 Suhan Andrei 2011-06-02 10:24:56 UTC
Package: system-config-services-0.101.2-1.fc15
Architecture: x86_64
OS Release: Fedora release 15 (Lovelock)


Comment
-----
tried to disable tcsd service

Comment 2 Jerry Amundson 2011-06-09 03:45:11 UTC
Package: system-config-services-0.101.1-1.fc15
Architecture: i686
OS Release: Fedora release 15 (Lovelock)


Comment
-----
Tried to start sshd in Service Configuration.

Comment 3 Peter H. Jones 2011-06-15 19:03:44 UTC
Package: system-config-services-0.101.2-1.fc15
Architecture: x86_64
OS Release: Fedora release 15 (Lovelock)


Comment
-----
Trying to start pdns/pdns-recursor after seeing slow nameserver response, and observing both were inactive.

Comment 4 Peter H. Jones 2011-06-20 12:02:32 UTC
I am able to Start this service using the GUI, but I can't Enable it for automatic start at next boot.

Comment 5 Nils Philippsen 2011-06-20 13:29:18 UTC
(In reply to comment #4)
> I am able to Start this service using the GUI, but I can't Enable it for
> automatic start at next boot.

This is because systemd doesn't let s-c-services query if a service is enabled or enable/disable it via its dbus interface and I haven't ironed out whether to put that in the private s-c-services dbus mechanism or how else to wrap this cleanly. Bug #701326 is for this particular enhancement.

Comment 6 Nils Philippsen 2011-06-20 14:27:26 UTC
The original issue is because I misunderstood the dbus magic values for infinite timeouts which resulted in the default dbus timeout of 25 seconds. If typing in the root password took longer than that, the method call timed out resulting in the above traceback. I have committed a fix to python-slip and will build packages with it shortly.

Comment 7 Fedora Update System 2011-06-20 14:54:21 UTC
python-slip-0.2.15-1.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/python-slip-0.2.15-1.fc15

Comment 8 Fedora Update System 2011-06-20 14:54:31 UTC
python-slip-0.2.15-1.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/python-slip-0.2.15-1.fc14

Comment 9 Fedora Update System 2011-06-20 14:57:59 UTC
python-slip-0.2.15-1.fc13 has been submitted as an update for Fedora 13.
https://admin.fedoraproject.org/updates/python-slip-0.2.15-1.fc13

Comment 10 Nils Philippsen 2011-06-20 15:06:25 UTC
*** Bug 702884 has been marked as a duplicate of this bug. ***

Comment 11 Fedora Update System 2011-06-21 23:53:44 UTC
Package python-slip-0.2.16-1.fc15:
* should fix your issue,
* was pushed to the Fedora 15 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing python-slip-0.2.16-1.fc15'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/python-slip-0.2.16-1.fc15
then log in and leave karma (feedback).

Comment 12 Fedora Update System 2011-06-24 03:20:18 UTC
python-slip-0.2.16-1.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 13 Fedora Update System 2011-06-27 09:00:28 UTC
python-slip-0.2.17-1.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/python-slip-0.2.17-1.fc14

Comment 14 Fedora Update System 2011-08-02 01:56:41 UTC
python-slip-0.2.17-1.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.


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