Bug 191137 - check_link_down timeout is too short
Summary: check_link_down timeout is too short
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: initscripts
Version: 4.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-05-09 04:07 UTC by John Newbigin
Modified: 2014-03-17 02:59 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-08-01 15:18:05 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description John Newbigin 2006-05-09 04:07:51 UTC
Description of problem:
the check_link_down function in /etc/sysconfig/network-scripts/network-functions
is too short for our network.  We are on a Cisco Catalyst 4507R and it takes
ages for the link to come up.

Version-Release number of selected component (if applicable):
7.93.24.EL-1.1

How reproducible:
Most of the time

Steps to Reproduce:
1. Configure eth0 to dhcp
2. run "ifup eth0"
3.
  
Actual results:
Determining IP information for eth0... failed; no link present.  Check cable?

Expected results:
Determining IP information for eth0... done.

Additional info:
Our temporary fix is to change
while [ $timeout -le 10 ]; do
into 
while [ $timeout -le 20 ]; do

This file is marked as a config file so it is OK if we update, but this should
have a better default, or at least be user configurabe.

Comment 1 Bill Nottingham 2006-08-01 15:18:05 UTC
This will be fixed for RHEL 5 via the LINKDELAY parameter.

Red Hat does not currently plan to provide a resolution for this in a Red Hat
Enterprise Linux update for currently deployed systems.

With the goal of minimizing risk of change for deployed systems, and in response
to customer and partner requirements, Red Hat takes a conservative approach when
evaluating changes for inclusion in maintenance updates for currently deployed
products. The primary objectives of update releases are to enable new hardware
platform support and to resolve critical defects. 


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