Bug 200674
| Summary: | Anaconda Name rhxpl is not defined traceback | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jasper O. Hartline <jasperhartline> |
| Component: | anaconda | Assignee: | Chris Lumens <clumens> |
| Status: | CLOSED RAWHIDE | QA Contact: | Mike McLean <mikem> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| 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: | 2006-07-31 14:38:08 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: | |||
This looks like another case of needing the newer version of rhpxl available. anaconda now requires a newer version. |
Description of problem: While using Kadischi, with Anaconda on a fully updated-from-development repository host to build a LiveCD, Anaconda tracebacks with: ------------------ [kadischi] : running anaconda Traceback (most recent call last): File "/usr/sbin/anaconda", line 778, in ? xserver = rhpxl.xserver.XServer() NameError: name 'rhpxl' is not defined ------------------ Version-Release number of selected component (if applicable): anaconda-11.1.0.73-1 How reproducible: Build a LiveCD with Kadischi and Anaconda on a Fedora Core 6 Test 1 host. Steps to Reproduce: 1. kadischi --kickstart=/tmp/minimal-livecd.cfg /var/ftp/pub/fedora/core/development/i386/os/ -f /tmp/FEDORA-RAWHIDE.ISO --extra --headless 2. Actual results: LiveCD build fails during Anaconda Expected results: LiveCD created successfully Additional info: This could simply be a import missing for rhxpl, it may not be.. I assume it is. In any case, it halts progress with Kadischi and Anaconda for FC6T1(RAWHIDE). Thanks.