Description of problem: When I try and run system config for the services I get the message The exec() call failed. I am logged in as root. But if I try and run system-config-services manually I get permission error. I think this is because all of the files in /usr/share/system-config-services are flagged rw and not rwx Version-Release number of selected component (if applicable): system-config-services.0.99.0-1.fc9.noarch How reproducible: 100% on one machine
I ran into this one trying to check and see if 404881 was fixed.
I've made the Python file in question executable, system-config-services-0.99.1 is building right now with this change.
*** Bug 435127 has been marked as a duplicate of this bug. ***
I downloaded from koji and I get: system-config-services (system-config-services:5006): libglade-WARNING **: could not find glade file 'system-config-services.glade' Traceback (most recent call last): File "/usr/sbin/system-config-services", line 617, in <module> GUI ().run () File "/usr/sbin/system-config-services", line 602, in __init__ self.mainWindow = MainWindow (serviceherders = self.serviceherders) File "/usr/sbin/system-config-services", line 523, in __init__ xml = gtk.glade.XML (os.path.join (config.datadir, NameError: global name 'os' is not defined
system-config-services-0.99.2 is building right now which should import the missing module.
system-config-services-0.99.2-1.fc9.noarch: # system-config-services Traceback (most recent call last): File "/usr/sbin/system-config-services", line 27, in <module> import gamin ImportError: No module named gamin
Thanks for spotting this. I've added the gamin-python requirement to the spec file, upcoming versions should have it.In the meantime, you could just install it manually ;-).