Bug 10271

Summary: Kickstart has an error in video card selction code
Product: [Retired] Red Hat Linux Reporter: Jason Shelton <stix>
Component: anacondaAssignee: Michael Fulbright <msf>
Status: CLOSED ERRATA QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
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: 2000-03-21 19:58: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:

Description Jason Shelton 2000-03-20 21:41:29 UTC
I have found that not using the --card modifier results in the following
eror:

File "/usr/lib/anaconda/xf86config.py", line 164, in setVidcard
self.devID=self.vidCards[self.primary]["NAME"]
TypeError: unsubscriptable object

By looking at the code a bit, I found it was looking for the --card
modifier. I then added --card "generic" to my kickstart config file and was
rewarded with this error:

File "/usr/lib/anaconda/xf86config.py", line 164, in setVidcard
self.devID=self.vidCards[self.primary]["NAME"]
TypeError: sequence index must be an integer

removing the xconfig line from the ks.cfg file is the only way to make it
work

Comment 1 Jay Turner 2000-03-21 19:58:59 UTC
This should be fixed in the shipped release.  Please reopen if you are still
having problems once you load the final code.