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

Summary: dhcp fails on 'network restart' with b44 driver
Product: [Fedora] Fedora Reporter: Noa Resare <noa>
Component: kernelAssignee: Dave Jones <davej>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: pfrields
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-10-07 07:24:00 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:
Bug Depends On:    
Bug Blocks: 100644    

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.