Bug 627720
| Summary: | system-config-display don't start in fc14 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Wolfgang Ulbrich <raveit65.sun> |
| Component: | pyxf86config | Assignee: | Adam Jackson <ajax> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | low | ||
| Version: | 14 | CC: | ajax, alekcejk, AppelonD, awilliam, johannes.lips, raveit65.sun, sandro.bonazzola |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-09-29 14:04:45 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: | |||
Another negative side-effect of this bug is that on f14 with a non-debug kernel the nvidia driver could not be started.
Output during startup:
Enabling the nvidia driver: Traceback (most recent call last):
File "/usr/sbin/nvidia-config-display", line 28, in <module>
import livnaConfigDisplay.ConfigDisplay
File "/usr/lib/python2.7/site-packages/livnaConfigDisplay/ConfigDisplay.py", line 29, in <module>
import xf86config
File "/usr/lib64/python2.7/site-packages/xf86config.py", line 1, in <module>
import ixf86config
ImportError: /usr/lib64/python2.7/site-packages/ixf86configmodule.so: undefined symbol: xstrtokenize
[FAILED]
It is the same as above but the result is somehow more "drastic".
uname -r
2.6.35.5-32.fc14.x86_64
If you need more information, I would be glad to provide it!
see bug #624297 -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers *** This bug has been marked as a duplicate of bug 623742 *** |
Description of problem: system-config-display don't start in fc14. If i try to start it in a terminal i get python errors. [rave@mother ~]$ system-config-display Traceback (most recent call last): File "/usr/share/system-config-display/xconf.py", line 27, in <module> import xf86config File "/usr/lib64/python2.7/site-packages/xf86config.py", line 1, in <module> import ixf86config ImportError: /usr/lib64/python2.7/site-packages/ixf86configmodule.so: undefined symbol: xstrtokenize Version-Release number of selected component (if applicable): system-config-display-2.2-3.fc14.x86_64 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: get some python errors Expected results: Additional info: