Bug 456511 - system-config-services doesn't start.
Summary: system-config-services doesn't start.
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-slip
Version: rawhide
Hardware: All
OS: Linux
low
high
Target Milestone: ---
Assignee: Nils Philippsen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F10Blocker, F10FinalBlocker
TreeView+ depends on / blocked
 
Reported: 2008-07-24 10:06 UTC by sangu
Modified: 2008-07-30 05:47 UTC (History)
0 users

Fixed In Version: 0.1.7-1.fc10
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-07-30 05:47:35 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description sangu 2008-07-24 10:06:23 UTC
Description of problem:
$ system-config-services 
Traceback (most recent call last):
  File "/usr/bin/system-config-services", line 837, in <module>
    GUI (use_dbus = use_dbus).run ()
  File "/usr/bin/system-config-services", line 802, in __init__
    import scservices.dbus.proxy.serviceherders as serviceherders
  File
"/usr/lib/python2.5/site-packages/scservices/dbus/proxy/serviceherders.py", line
27, in <module>
    from scservices.dbus.proxy.services import DBusSysVServiceProxy,
DBusXinetdServiceProxy
  File "/usr/lib/python2.5/site-packages/scservices/dbus/proxy/services.py",
line 23, in <module>
    from scservices.dbus.proxy.servicesinfo import DBusServiceInfoProxy,
DBusSysVServiceInfoProxy, DBusXinetdServiceInfoProxy
  File "/usr/lib/python2.5/site-packages/scservices/dbus/proxy/servicesinfo.py",
line 25, in <module>
    import slip.dbus.polkit as polkit
  File "/usr/lib/python2.5/site-packages/slip/dbus/__init__.py", line 3, in <module>
    import proxy
ImportError: No module named proxy

Version-Release number of selected component (if applicable):
0.99.19-1.fc10.

How reproducible:
always

Steps to Reproduce:
1. $system-config-services
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Nils Philippsen 2008-07-24 12:27:34 UTC
Which version of the python-slip-dbus package do you have installed?

Comment 2 sangu 2008-07-24 12:58:33 UTC
(In reply to comment #1)
> Which version of the python-slip-dbus package do you have installed?
$ rpm -q python-slip-dbus
python-slip-dbus-0.1.6-1.fc10.noarch

Comment 3 Nils Philippsen 2008-07-24 13:29:09 UTC
Please try the following versions of the packages:

system-config-services-0.99.20-1.fc10
python-slip-*-0.1.7-1.fc10

Mind that SELinux policy may currently prevent this from working properly,
perhaps you may need to switch off enforcing mode temporarily.


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