Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 105787 - dhcp fails on 'network restart' with b44 driver
Summary: dhcp fails on 'network restart' with b44 driver
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Dave Jones
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks: CambridgeTarget
TreeView+ depends on / blocked
 
Reported: 2003-09-27 15:21 UTC by Noa Resare
Modified: 2015-01-04 22:03 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-10-07 07:24:00 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Noa Resare 2003-09-27 15:21:18 UTC
Description of problem:

fetching ip settings for my bcm4401 network card over dhcp fails with a timeout
when I run /sbin/service network restart

Version-Release number of selected component (if applicable):
kernel-2.4.22-1.2061.nptl

How reproducible:
always

Steps to Reproduce:
1. have the host on a network with a dhcp server
2. start the network on boot or start it manually with /sbin/ifup ethX
3. run /sbin/service network restart
 
    
Actual results:
after a couple of minute the dhcp request times out, with some ping statistics
showing 100% packet loss to the default gateway.

Expected results:
Successful interface restart

Additional info:
You can easily work around the problem by running

/sbin/service network stop
/sbin/rmmod b44
/sbin/service network start

instead

Comment 1 Dave Jones 2003-09-30 01:23:29 UTC
I just checked in a fix to this driver, which should fix this (and other
similar) problems. Look out for 2080 or above when that appears.


Comment 2 Noa Resare 2003-10-07 07:24:00 UTC
I have verified this probelem as fixed in kernel-2.4.22-1.2087.nptl. Good work.


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