Bug 1048755 - anaconda kickstart: dhcp failed: dhclient is already running - exiting.
Summary: anaconda kickstart: dhcp failed: dhclient is already running - exiting.
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 20
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-06 10:05 UTC by Gabriel Donnell
Modified: 2014-01-10 16:59 UTC (History)
8 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-01-10 09:00:23 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
SOS Report (101.17 KB, text/plain)
2014-01-06 10:07 UTC, Gabriel Donnell
no flags Details
SOS Report with kernel rd.debug option. (2.98 MB, text/plain)
2014-01-09 00:40 UTC, Gabriel Donnell
no flags Details

Description Gabriel Donnell 2014-01-06 10:05:18 UTC
Description of problem:
Fedora 20 anaconda kickstart encounters dhcp failure which does not occur on Fedora 19 with the same Kickstart Framework (DHCP Server, NFS Storage, Kickstart File, etc). Please refer to the SOS Report (rdsosreport.txt) File that is attached.

Version-Release number of selected component (if applicable):
Fedora 20 anaconda & dhcp

How reproducible:
Everytime

Steps to Reproduce:
1. Network Installation with PXE Boot.
2. Select Fedora 20 Media.
3. Observe Load & DHCP Failure Message.

Actual results:
Long wait before DHCP Failure Message.

Expected results:
Fedora 20 Installation.

Additional info:
Fedora 19 with the same Kickstart Framework (DHCP Server, NFS Storage, Kickstart File, etc). Please refer to the SOS Report (rdsosreport.txt) File that is attached.

Comment 1 Gabriel Donnell 2014-01-06 10:07:20 UTC
Created attachment 846006 [details]
SOS Report

Comment 2 Jiri Popelka 2014-01-07 15:16:14 UTC
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.

Comment 3 Harald Hoyer 2014-01-07 16:05:12 UTC
please add "rd.debug" to the kernel command line and attach rdsosreport.txt again.

Thank you!

Comment 4 Gabriel Donnell 2014-01-09 00:40:59 UTC
Created attachment 847434 [details]
SOS Report with kernel rd.debug option.

Comment 5 Gabriel Donnell 2014-01-10 09:00:23 UTC
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


Note You need to log in before you can comment on or make changes to this bug.