Bug 1048755
| Summary: | anaconda kickstart: dhcp failed: dhclient is already running - exiting. | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Gabriel Donnell <Gabriel.Donnell.Fedora> | ||||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 20 | CC: | anaconda-maint-list, dracut-maint-list, g.kaviyarasu, harald, jonathan, jpopelka, thozza, vanmeeuwen+fedora | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-01-10 09:00:23 UTC | Type: | Bug | ||||||
| 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
Gabriel Donnell
2014-01-06 10:05:18 UTC
Created attachment 846006 [details]
SOS Report
Something seems to run more dhclient instances for the same interface. Not sure it's anaconda, dracut or NM but looks like dracut so let's pass it there. please add "rd.debug" to the kernel command line and attach rdsosreport.txt again. Thank you! Created attachment 847434 [details]
SOS Report with kernel rd.debug option.
I resolved the problem by removing the Kickstart Device Specification or changing it as indicated in the following as required only in Fedora 20 because it worked for the previous Fedora Releases. * From: ksdevice=eth0 * To: ksdevice=p2p1 I decided to try the above after referring to the following to determine how I could assign a Static IP Address as a work around to the DHCP Failure. * https://bugzilla.redhat.com/show_bug.cgi?id=836039 * http://fedoraproject.org/wiki/Anaconda/Kickstart * https://fedoraproject.org/wiki/Dracut/Options#Network The following are also useful references for me. * https://google.com/webhp?source=search_app#q=%22Fedora+20%22+Kickstart+p2p1+eth0 * http://fedoraforum.org/forum/showthread.php?p=1649237 * https://fedoraproject.org/wiki/Features/SystemdPredictableNetworkInterfaceNames |