Public bug reported:

Binary package hint: linux-image-2.6.24-19-server

/sbin/ifconfig reports TX usage (amount of sent data), but at 4GB it
becomes zero

so all our stats are wrong (in hobbit for example)

============================================================
This trivial script is launched on our nfs server, while a nfs-client is 
getting data:
 while true ; do   LANG=C date;   LANG=C ifconfig eth0 | grep TX;   echo; sleep 
5; done >/tmp/TX.log


Mon Sep 22 17:17:31 CEST 2008
          TX packets:182488005 errors:0 dropped:0 overruns:0 carrier:0
          RX bytes:1738037582 (1.6 GB)  TX bytes:3287300661 (3.0 GB)

Mon Sep 22 17:17:36 CEST 2008
          TX packets:182708272 errors:0 dropped:0 overruns:0 carrier:0
          RX bytes:1752734046 (1.6 GB)  TX bytes:3607822635 (3.3 GB)

Mon Sep 22 17:17:41 CEST 2008
          TX packets:183037791 errors:0 dropped:0 overruns:0 carrier:0
          RX bytes:1774755396 (1.6 GB)  TX bytes:4087335809 (3.8 GB)

Mon Sep 22 17:17:46 CEST 2008
          TX packets:183248944 errors:0 dropped:0 overruns:0 carrier:0
          RX bytes:1788883294 (1.6 GB)  TX bytes:99568843 (94.9 MB)

Mon Sep 22 17:17:51 CEST 2008
          TX packets:183574362 errors:0 dropped:0 overruns:0 carrier:0
          RX bytes:1810666131 (1.6 GB)  TX bytes:572994955 (546.4 MB)

============================================================
lsb_release -rd
Description:  Ubuntu 8.04.1
Release:      8.04

# uname -a
Linux XXXX 2.6.24-19-server #1 SMP Wed Jun 18 15:18:00 UTC 2008 i686 GNU/Linux

# LANG=C apt-cache policy linux-image-2.6.24-19-server
linux-image-2.6.24-19-server:
  Installed: 2.6.24-19.41
  Candidate: 2.6.24-19.41
  Version table:
 *** 2.6.24-19.41 0
        500 http://fr.archive.ubuntu.com hardy-updates/main Packages
        500 http://security.ubuntu.com hardy-security/main Packages
        100 /var/lib/dpkg/status

============================================================
# lshw | grep -A15 "network:0"
           *-network:0
                description: Ethernet interface
                product: 82540EM Gigabit Ethernet Controller
                vendor: Intel Corporation
                physical id: 5
                bus info: [EMAIL PROTECTED]:01:05.0
                logical name: eth0
                version: 02
                serial: 00:30:48:42:4e:50
                size: 1GB/s
                capacity: 1GB/s
                width: 32 bits
                clock: 66MHz
                capabilities: pm pcix msi bus_master cap_list ethernet physical 
tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
                configuration: autonegotiation=on broadcast=yes driver=e1000 
driverversion=7.3.20-k2-NAPI duplex=full firmware=N/A ip=192.168.12.34 
latency=32 link=yes mingnt=255 module=e1000 multicast=yes port=twisted pair 
speed=1GB/s
           *-network:1 DISABLED

============================================================
# modinfo /lib/modules/2.6.24-19-server/kernel/drivers/net/e1000/e1000.ko
filename:       /lib/modules/2.6.24-19-server/kernel/drivers/net/e1000/e1000.ko
version:        7.3.20-k2-NAPI
license:        GPL
description:    Intel(R) PRO/1000 Network Driver
author:         Intel Corporation, <[EMAIL PROTECTED]>
srcversion:     28D9CA9C1921F5BAC3ACC4A
alias:          pci:v00008086d000010DAsv*sd*bc*sc*i*
alias:          pci:v00008086d000010D9sv*sd*bc*sc*i*
alias:          pci:v00008086d000010D5sv*sd*bc*sc*i*
....
lias:          pci:v00008086d00001001sv*sd*bc*sc*i*
alias:          pci:v00008086d00001000sv*sd*bc*sc*i*
depends:
vermagic:       2.6.24-19-server SMP mod_unload 686
parm:           TxDescriptors:Number of transmit descriptors (array of int)
.....

============================================================
parm:           TxDescriptors:Number of transmit descriptors (array of int) is 
suspected to be faulty :-)

** Affects: linux (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

  Binary package hint: linux-image-2.6.24-19-server
  
  /sbin/ifconfig reports TX usage (amount of sent data), but at 4GB it
  becomes zero
  
  so all our stats are wrong (in hobbit for example)
  
  ============================================================
  This trivial script is launched on our nfs server, while a nfs-client is 
getting data:
   while true ; do   LANG=C date;   LANG=C ifconfig eth0 | grep TX;   echo; 
sleep 5; done >/tmp/TX.log
  
  
  Mon Sep 22 17:17:31 CEST 2008
            TX packets:182488005 errors:0 dropped:0 overruns:0 carrier:0
            RX bytes:1738037582 (1.6 GB)  TX bytes:3287300661 (3.0 GB)
  
  Mon Sep 22 17:17:36 CEST 2008
            TX packets:182708272 errors:0 dropped:0 overruns:0 carrier:0
            RX bytes:1752734046 (1.6 GB)  TX bytes:3607822635 (3.3 GB)
  
  Mon Sep 22 17:17:41 CEST 2008
            TX packets:183037791 errors:0 dropped:0 overruns:0 carrier:0
            RX bytes:1774755396 (1.6 GB)  TX bytes:4087335809 (3.8 GB)
  
  Mon Sep 22 17:17:46 CEST 2008
            TX packets:183248944 errors:0 dropped:0 overruns:0 carrier:0
            RX bytes:1788883294 (1.6 GB)  TX bytes:99568843 (94.9 MB)
  
  Mon Sep 22 17:17:51 CEST 2008
            TX packets:183574362 errors:0 dropped:0 overruns:0 carrier:0
            RX bytes:1810666131 (1.6 GB)  TX bytes:572994955 (546.4 MB)
  
  ============================================================
  lsb_release -rd
  Description:  Ubuntu 8.04.1
  Release:      8.04
  
  # uname -a
  Linux XXXX 2.6.24-19-server #1 SMP Wed Jun 18 15:18:00 UTC 2008 i686 GNU/Linux
  
  # LANG=C apt-cache policy linux-image-2.6.24-19-server
  linux-image-2.6.24-19-server:
    Installed: 2.6.24-19.41
    Candidate: 2.6.24-19.41
    Version table:
   *** 2.6.24-19.41 0
          500 http://fr.archive.ubuntu.com hardy-updates/main Packages
          500 http://security.ubuntu.com hardy-security/main Packages
          100 /var/lib/dpkg/status
  
  ============================================================
  # lshw | grep -A15 "network:0"
             *-network:0
                  description: Ethernet interface
                  product: 82540EM Gigabit Ethernet Controller
                  vendor: Intel Corporation
                  physical id: 5
                  bus info: [EMAIL PROTECTED]:01:05.0
                  logical name: eth0
                  version: 02
                  serial: 00:30:48:42:4e:50
                  size: 1GB/s
                  capacity: 1GB/s
                  width: 32 bits
                  clock: 66MHz
                  capabilities: pm pcix msi bus_master cap_list ethernet 
physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
-                 configuration: autonegotiation=on broadcast=yes driver=e1000 
driverversion=7.3.20-k2-NAPI duplex=full firmware=N/A ip=194.57.216.210 
latency=32 link=yes mingnt=255 module=e1000 multicast=yes port=twisted pair 
speed=1GB/s
+                 configuration: autonegotiation=on broadcast=yes driver=e1000 
driverversion=7.3.20-k2-NAPI duplex=full firmware=N/A ip=192.168.12.34 
latency=32 link=yes mingnt=255 module=e1000 multicast=yes port=twisted pair 
speed=1GB/s
             *-network:1 DISABLED
  
  ============================================================
  # modinfo /lib/modules/2.6.24-19-server/kernel/drivers/net/e1000/e1000.ko
  filename:       
/lib/modules/2.6.24-19-server/kernel/drivers/net/e1000/e1000.ko
  version:        7.3.20-k2-NAPI
  license:        GPL
  description:    Intel(R) PRO/1000 Network Driver
  author:         Intel Corporation, <[EMAIL PROTECTED]>
  srcversion:     28D9CA9C1921F5BAC3ACC4A
  alias:          pci:v00008086d000010DAsv*sd*bc*sc*i*
  alias:          pci:v00008086d000010D9sv*sd*bc*sc*i*
  alias:          pci:v00008086d000010D5sv*sd*bc*sc*i*
  ....
  lias:          pci:v00008086d00001001sv*sd*bc*sc*i*
  alias:          pci:v00008086d00001000sv*sd*bc*sc*i*
  depends:
  vermagic:       2.6.24-19-server SMP mod_unload 686
  parm:           TxDescriptors:Number of transmit descriptors (array of int)
  .....
  
  ============================================================
  parm:           TxDescriptors:Number of transmit descriptors (array of int) 
is suspected to be faulty :-)

-- 
e1000 driver: TX becomes zero when reaching 4 GB, so messes all stats
https://bugs.launchpad.net/bugs/273181
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to