Bug 84459

Summary: Dont have installer crash if kickstart NFS mount fails
Product: [Retired] Red Hat Linux Reporter: Alexandre Oliva <aoliva>
Component: anacondaAssignee: Michael Fulbright <msf>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 9   
Target Milestone: ---   
Target Release: ---   
Hardware: athlon   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-05-15 20:04:59 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
anaconda-generated kickstart file, except for [omitted] instead of root and grub passwords none

Description Alexandre Oliva 2003-02-17 18:46:35 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030120

Description of problem:
After assuming that a kickstart file I had created by hand had something broken
that caused the installer to crash, I did a non-kickstart install, took the
generated kickstart file (attached) and put it up in the server that serves
kickstart files.  The installer crashed just the same, right after reading the
kickstart file in.

I booted with `linux ks', and vt4 shows it going its IP infromation from the
DHCP server, while vt3 displays the correct location of the ks file.  that's the
last thing in vt3.

vt1 says `install exited abnormally -- received signal 11', and then a shutdown
sequence.

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


How reproducible:
Always

Steps to Reproduce:
1.Put this ks file up on an NFS server
2.Boot with `linux ks' (or use the explicit nfs syntax, it doesn't make any
difference)
 

Actual Results:  The installer crashes

Expected Results:  If there's something wrong with the kickstart file, it should
tell me so.  But I don't think that's it.

Additional info:

Comment 1 Alexandre Oliva 2003-02-17 18:47:58 UTC
Created attachment 90137 [details]
anaconda-generated kickstart file, except for [omitted] instead of root and grub passwords

Comment 2 Jeremy Katz 2003-02-17 20:26:29 UTC
Adding an install source line to this config doesn't cause a crash for me.  Your
encrypted password doesn't happen to contain something that would get mishandled
by popt does it?

Comment 3 Alexandre Oliva 2003-02-17 21:13:47 UTC
Problem was that the kickstart NFS server wasn't running nfsd.  Doh!

Still, the error message doesn't quite help one figure out what the problem is :-(