Bug 437153
Summary: | AttributeError: 'NoneType' ojbect has no attribute 'primaryCard' | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Orion Poplawski <orion> |
Component: | anaconda | Assignee: | Chris Lumens <clumens> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-03-13 15:52:12 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: | |||
Bug Depends On: | |||
Bug Blocks: | 235706 |
Description
Orion Poplawski
2008-03-12 17:22:58 UTC
What's in your kickstart config, especially the X related lines? And do you have the full traceback? Kickstart: install text url --url=http://fedora.cora.nwra.com/fedora/linux/releases/7/Fedora/i386/os repo --name=everything --baseurl=http://fedora.cora.nwra.com/fedora/linux/releases/7/Everything/i386/os/ repo --name=updates --baseurl=http://fedora.cora.nwra.com/fedora/linux/updates/7/i386/ repo --name=CoRA --baseurl=http://sw.cora.nwra.com/fedora/CoRPMS/fc7/i386/ repo --name=livna --baseurl=http://livna.cora.nwra.com/7/i386/ lang en_US.UTF-8 keyboard us network --bootproto=dhcp firewall --disabled selinux --enforcing authconfig --enableshadow --enablenis --nisdomain=yp.colorado-research.com timezone America/Denver xconfig --startxonboot --defaultdesktop=KDE Sorry, traceback scrolled off the screen. Got what I could. This will be fixed in the next build of anaconda. The basic problem here is the conflict between the text and xconfig commands. Text takes precedence, so there's no X to query for information about how to set up the video card which the xconfig command wants to do. |