Bug 103952

Summary: cannot access kickstart file via NFS
Product: [Retired] Red Hat Linux Reporter: Guenther Seybold <guenther.seybold>
Component: anacondaAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 9CC: michael.waychison
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: 2003-09-25 21:42:42 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
detailed description and patch none

Description Guenther Seybold 2003-09-08 11:28:09 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225

Description of problem:
With the combination of Intel Westville systems, and RedHat 9.0, access to the
kickstart file via NFS does not work. With RedHat 8.0, there was no problem, and
other hardware will work with RedHat 9.0. Problem seems to ba caused by changes
in anaconda, and by the fact that the ethernet controller of theIntel Westville
system needs some time to stabilize, before the network is usable. This requires
reasonable error recovery procedures within anaconda.

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


How reproducible:
Always

Steps to Reproduce:
1.Prepare PXE environment, option "ks" without parameters.
2.Make sure that kickstart file is accessible via NFS.
3.Boot the client.
    

Actual Results:  Kickstart file is not retrieved from NFS server. Anaconda asks
for language selection.

Expected Results:  Fully automatic kickstart should run.

Additional info:

Several bugs have been found in the source code, see attachment.
With the supplied patch, anaconda works as expected.

Comment 1 Guenther Seybold 2003-09-08 11:32:19 UTC
Created attachment 94291 [details]
detailed description and patch

Comment 2 Mike Waychison 2003-09-12 21:57:42 UTC
clntudp_call timeouts are broken as described in bug 104345 .


Comment 3 Jeremy Katz 2003-09-25 21:42:42 UTC
Applied some bits of this that weren't there, mostly left out the nfsmount
changes, though.