Bug 51629 - ifup fails to dhcp some ip on an ethernet
Summary: ifup fails to dhcp some ip on an ethernet
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Public Beta
Classification: Retired
Component: initscripts
Version: roswell
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-08-13 13:29 UTC by lethalwp
Modified: 2014-03-17 02:22 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2001-08-13 13:29:38 UTC
Embargoed:


Attachments (Terms of Use)

Description lethalwp 2001-08-13 13:29:31 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010808

Description of problem:
using ifup eth0 tells me: "Check your cable" instead of using dhcp to
assing some ip

How reproducible:
Always

Steps to Reproduce:
1.1.netconf to setup the interface
2.ifup it;  same problem at boot process



Additional info:

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

i had to remark those to make it work
else i had "check the cable"
using 8139too module, on a home-compiled 2.4.6 of the kernel.org

Comment 1 Bill Nottingham 2001-08-13 13:32:32 UTC
This is fixed in initscripts-6.11-1 or later.


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