Bug 435068
| Summary: | the exec() call failed -- system-config-services | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ray Todd Stevens <raytodd> |
| Component: | system-config-services | Assignee: | Nils Philippsen <nphilipp> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | antonio.montagnani |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-02-27 11:23:59 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: | |||
|
Description
Ray Todd Stevens
2008-02-27 04:32:29 UTC
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 ;-). |