Bug 75944

Summary: No IP address assigned upon boot through DHCP
Product: [Retired] Red Hat Linux Reporter: Brigitte Wirschell <bwirschell>
Component: dhcpAssignee: Daniel Walsh <dwalsh>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-08-01 19:56:37 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:

Description Brigitte Wirschell 2002-10-17 05:13:29 UTC
Temporary fix: uncomment the following lines in 
/etc/sysconfig/networkscripts/ifup:


echo -n $"Determining IP information for 
${DEVICE}..."
   if check_link_down ${DEVICE}; then
        echo $" failed; no link present.  Check 
cable?"
        ip link set ${DEVICE} down >/dev/null 2>&1
        exit 1
   fi

Comment 1 Daniel Walsh 2003-01-15 16:59:49 UTC
I don't understand what you are reporting with this bug.