RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 999106 - When performing a kickstart with static ip parameters on a network with no dhcp, anaconda hangs looking for dhcp
Summary: When performing a kickstart with static ip parameters on a network with no dh...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: anaconda
Version: 6.4
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Radek Vykydal
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks: 1075802 1159928
TreeView+ depends on / blocked
 
Reported: 2013-08-20 18:23 UTC by BJ Walker
Modified: 2019-07-11 07:45 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-02-26 18:05:54 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description BJ Walker 2013-08-20 18:23:15 UTC
Description of problem:
When attempting to kickstart an installation with RHEL 6.4 on subnets without DHCP servers on them, and the following parameters passed on the kernel line (as well as the static ip information set in the kickstart file) the installation hangs searching for DHCP information and never prompts to put in networking manually:

vmlinuz initrd=initrd.img ip=X.X.X.X netmask=X.X.X.X gateway=X.X.X.X dns=X.X.X.X

The line in the kickstart is specified as:

network --device=eth0 --onboot yes --bootproto=static ip=172.26.6.152 netmask=255.255.255.0 gateway=172.26.6.1 --noipv6

When modifying the line to look like the following there are no issues:

network --device=eth0 --onboot=yes --ip=172.26.6.152 --netmask=255.255.255.0 --gateway=172.26.6.1 --noipv6

So certainly the correct syntax is using the '--' however without them perhaps a timeout could be added for how long DHCP is requested before it times out and prompts for networking parameters to be checked/passed.

Version-Release number of selected component (if applicable):
anaconda-13.21.195-1.el6

How reproducible:
Everytime

Steps to Reproduce:
Seen above

Actual results:
Eternal hanging waiting for DHCP request to be fulfilled

Expected results:
Eventually Anaconda stops and prompts for networking information to be repopulated manually

Comment 2 RHEL Program Management 2013-10-14 02:38:35 UTC
This request was not resolved in time for the current release.
Red Hat invites you to ask your support representative to
propose this request, if still desired, for consideration in
the next release of Red Hat Enterprise Linux.

Comment 4 Martin Kolman 2015-02-26 18:05:54 UTC
I don't really see this as a bug - the RHEL6 kickstart documentation[0] clearly says that the correct form of the IP address argument is "--ip". Any other forms, such as "ip", are not supported and can cause undefined behavior, such as the issue you are seeing.

[0] https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/s1-kickstart2-options.html


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