Bug 62832
| Summary: | Traceback error while running anaconda -reconfig on Hampton beta 4 | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | John A. Hull <john_hull> |
| Component: | anaconda | Assignee: | Michael Fulbright <msf> |
| Status: | CLOSED RAWHIDE | QA Contact: | Brock Organ <borgan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | ||
| 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-04-06 04:56:49 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: | |||
Noticed post-beta4 and fixed in CVS Fix confirmed with anaconda-7.2.94-0.200204051620. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020401 Description of problem: A traceback error occurs while running anaconda --reconfig. The following traceback occurs right after selecting the keyboard language type: Traceceback (innermost last): File "/usr/sbin/anaconda", line 630, in ? intf.run(id, dispatch, configFileData) File "/usr/src/build/84820-i386/install//usr/lib/anaconda/text.py", line 406, in run rc = apply(win, (self.screen, ) + args) File "/usr/src/build/84820-i386/install//usr/lib/anaconda/textw/keyboard_text.py", line 47, in __call__ apply(xconfig.setKeyboard, kbd.getXKB()) AttributeError: 'None' object has no attribute 'setKeyboard' > /usr/src/build/84820-i386/install//usr/lib/anaconda/textw/keyboard_text.py(47)__call__() -> apply(xconfig.setKeyboard, kbd.getXKB()) Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Install Hampton beta 4 2. run anaconda --reconfig 3. Actual Results: traceback error Expected Results: proceed through anaconda --reconfig amd make necessary changes without error Additional info: