Bug 7434 - tg3 module malfunction
Summary: tg3 module malfunction
Status: REJECTED DUPLICATE of bug 7435
Alias: None
Product: Networking
Classification: Unclassified
Component: IPV4 (show other bugs)
Hardware: i386 Linux
: P2 normal
Assignee: Stephen Hemminger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-30 08:08 UTC by leonardo LeOS buffa
Modified: 2006-10-30 12:48 UTC (History)
0 users

See Also:
Kernel Version: 2.6.18.1
Subsystem:
Regression: ---
Bisected commit-id:


Attachments

Description leonardo LeOS buffa 2006-10-30 08:08:01 UTC
Most recent kernel where this bug did not occur: 2.6.15.7

Distribution: slackware 11

Hardware Environment: Ethernet controller: Broadcom Corporation NetXtreme
BCM5751F Fast Ethernet PCI Express (rev 21)

Software Environment: firefox 1.5.0.7 - lynx 2.8.5rel.5 - squid 2.5.STABLE12p1
on a OpenBSD 3.9 box (the client doesn't matter)

Problem Description: strange malfuncition trying to connect to a http proxy
(squid) for normal navigation, problems browsing local http server
the client hangs and doesn't get anything, here a couple of example:
---
client:
leos@NetWalker:~$ telnet 10.0.10.1 80
Trying 10.0.10.1...
Connected to 10.0.10.1.
Escape character is '^]'.
GET

proxy server:
# tail -f /var/www/logs/access.log
192.168.1.2 - - [26/Oct/2006:15:40:41 +0200] "GET" 200 1320


client:
leos@NetWalker:~$ lynx www.pippo.com 
HTTP request sent; waiting for response.

proxy server:
# tail -f /var/squid/logs/access.log|grep 192.168.1.2
1161870222.546      5 192.168.1.2 TCP_MEM_HIT/200 3314 GET
http://www.pippo.com/ - NONE/- text/html
---

Steps to reproduce: kernel >= 2.6.16 - try to navigate using squid proxy
Comment 1 Stephen Hemminger 2006-10-30 12:48:30 UTC
Dup of 7435. Go see that bug to see why this not a Linux problem


*** This bug has been marked as a duplicate of 7435 ***

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