Bug 448160
Summary: | Anaconda kickstart dhcp timeout infinite loop | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Josh Lange <jhlange> | ||||
Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 9 | ||||||
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-08-29 19:12:49 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
Josh Lange
2008-05-23 20:19:38 UTC
Created attachment 306549 [details]
ks.cfg
Actually, you don't need to remove the images/ dir. it always does this no matter what. I have figured out that this started happening when I changed the "cdrom" to the "url" parameter in the ks.cfg. The static IP in the ks.cfg, and the already assigned IPs are being totally ignored. anaconda is insisting on getting another DHCP address, and is going in an infinite loop trying to do so. Seems to be effectively the same problem as 374271? https://bugzilla.redhat.com/show_bug.cgi?id=374271 Apparently with any network URL-based install, the loader required the IP address to come from DHCP. Specifying static ips at the boot line using http://docs.fedoraproject.org/install-guide/f9/en_US/ap-admin-options.html#sn-boot-options-installmethod also does not help. The installer still goes looking for a DHCP IP. Per the above issue, this is known but the end is not yet in sight. > Seems to be effectively the same problem as 374271?
One of the problems is similar.
But the thing goes in an infinite loop when DHCP fails this second time (no
prompts, etc). This didn't happen in Fedora 7.
This should be fixed in F10 due to the very large amount of work David's been putting in on our networking code. |