Bug 456511

Summary: system-config-services doesn't start.
Product: [Fedora] Fedora Reporter: sangu <sangu.fedora>
Component: python-slipAssignee: Nils Philippsen <nphilipp>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.1.7-1.fc10 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-07-30 05:47:35 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:
Bug Depends On:    
Bug Blocks: 438943    

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.