Bug 75173
| Summary: | nfs config program does not start | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | H Allen Adams <haadams> |
| Component: | redhat-config-nfs | Assignee: | Brent Fox <bfox> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2002-10-05 01:34:11 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: | |||
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830 Description of problem: When invoking redhat-config-nfs from the KDE menu or from the command line, the program terminates after asking for the root password. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.Execute the program 2. 3. Actual Results: I recieved the diagnostic output shown below when invoking from a terminal. Expected Results: The program should have started. Additional info: -----OUTPUT BEGINS----- [adamsh@localhost pending_messages]$ redhat-config-nfs ** (redhat-config-nfs:5587): WARNING **: gdk_keyboard_grab returned 3 Traceback (most recent call last): File "/usr/share/redhat-config-nfs/redhat-config-nfs.py", line 29, in ? mainWindow.mainWindow() File "/usr/share/redhat-config-nfs/mainWindow.py", line 141, in __init__ self.exports = nfsBackend.NfsBackend() File "/usr/share/redhat-config-nfs/nfsBackend.py", line 31, in __init__ self.parseFile() File "/usr/share/redhat-config-nfs/nfsBackend.py", line 89, in parseFile hostname, options = string.split(tokens[1], "(") ValueError: unpack list of wrong size ------OUTPUT ENDS------ I installed Redhat 8.0 as an upgrade to an existing RedHat 7.1 installation. This is the only problem so far.