Bug 77315

Summary: Anaconda crashed during a kickstart install from a floppy.
Product: [Retired] Red Hat Linux Reporter: Glen <glen>
Component: anacondaAssignee: Michael Fulbright <msf>
Status: CLOSED NOTABUG 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-11-05 02:06:54 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:
Attachments:
Description Flags
Dump file generated by anaconda
none
Kickstart file used which caused the crash. none

Description Glen 2002-11-05 01:59:18 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.5 (X11; Linux i686; U;) Gecko/20020809

Description of problem:
Anaconda crashed during a kickstart install from a floppy.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Boot from the cd.
2. Put the floppy with the kickstart file in the drive.
3. At the lilo prompt type: linux ks=floppy
4. Wait for it to crash.
	

Actual Results:  Anaconda crashes.

Additional info:

A dump generated by anaconda will be included along with the kickstart file I'm
using.

Comment 1 Glen 2002-11-05 02:01:44 UTC
Created attachment 83644 [details]
Dump file generated by anaconda

Comment 2 Glen 2002-11-05 02:06:48 UTC
Created attachment 83645 [details]
Kickstart file used which caused the crash.

Comment 3 Michael Fulbright 2002-11-05 20:35:10 UTC
You want to put --resolvedeps up at the %packages stanza, like:

%packages --resolvedeps

You dont want to list it after all the packages like you have it now.