[Kernel-packages] [Bug 1292509] Re: Missing statistics for `tx_bytes`, `tx_packets`, `rx_bytes` and `rx_packets` since Ubuntu 13.10

2014-06-21 Thread waffen
Confirmed for Ubuntu 14.04 with Qualcomm Atheros QCA8172 Fast Ethernet

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1292509

Title:
  Missing statistics for `tx_bytes`, `tx_packets`, `rx_bytes` and
  `rx_packets` since Ubuntu 13.10

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” package in Arch Linux:
  New
Status in “linux” package in Fedora:
  New

Bug description:
  I am using Ubuntu 13.10 and have an Ethernet connection to connect to
  the Internet.

  If I set my ISP username and password in router-cum-modem (ADSL)
  itself (i.e.; I get connected to internet automatically by just
  powering on my router); I don't get the information about `tx_bytes`,
  `tx_packets`, `rx_bytes` and `rx_packets` anymore.

  If I don't put the username and password in router; and instead use
  `sudo pppoeconf` to configure my connection by providing my ISP
  username and password;  I get the information about `tx_bytes`,
  `tx_packets`, `rx_bytes` and `rx_packets` as expected.

  It is probably because of this bug, that Gnome System Monitor doesn't
  update Network History as reported earlier:
  https://bugs.launchpad.net/ubuntu/+source/gnome-system-
  monitor/+bug/1241894

  
  
===

  I have run the following commands on Ubuntu 13.10 installed on my
  system as per the answers given to this question:
  http://serverfault.com/questions/533513/how-to-get-tx-rx-bytes-
  without-ifconfig

  $ uname -a
  Linux aditya-desktop 3.11.0-18-generic #32-Ubuntu SMP Tue Feb 18 21:13:28 
UTC 2014 i686 athlon i686 GNU/Linux

  $ ifconfig
  eth0  Link encap:Ethernet  HWaddr 94:de:80:34:47:7b  
inet addr:192.168.1.8  Bcast:192.168.1.255  Mask:255.255.255.0
inet6 addr: fe80::96de:80ff:fe34:477b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 
RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
Interrupt:18 

  loLink encap:Local Loopback  
inet addr:127.0.0.1  Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING  MTU:65536  Metric:1
RX packets:49 errors:0 dropped:0 overruns:0 frame:0
TX packets:49 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0 
RX bytes:4819 (4.8 KB)  TX bytes:4819 (4.8 KB)

  $ route -n
  Kernel IP routing table
  Destination Gateway Genmask Flags Metric RefUse 
Iface
  0.0.0.0 192.168.1.1 0.0.0.0 UG0  00 
eth0
  192.168.1.0 0.0.0.0 255.255.255.0   U 1  00 
eth0

  $ cat /proc/net/dev
  Inter-|   Receive|  
Transmit
   face |bytespackets errs drop fifo frame compressed multicast|bytes   
 packets errs drop fifo colls carrier compressed
  lo:  1900701601000 0  0 0   
1900701601000 0   0  0
eth0:   0   0000 0  0 0
0   0000 0   0  0

  $ netstat -i
  Kernel Interface table
  Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVRTX-OK TX-ERR TX-DRP 
TX-OVR Flg
  eth0   1500 0 0  0  0 0 0  0  0   
   0 BMRU
  lo65536 0  1601  0  0 0  1601  0  0   
   0 LRU

  $ ip -s link
  1: lo: LOOPBACK,UP,LOWER_UP mtu 65536 qdisc noqueue state UNKNOWN mode 
DEFAULT 
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  RX: bytes  packets  errors  dropped overrun mcast   
  190070 1601 0   0   0   0  
  TX: bytes  packets  errors  dropped carrier collsns 
  190070 1601 0   0   0   0  
  2: eth0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc pfifo_fast 
state UP mode DEFAULT qlen 1000
  link/ether 94:de:80:34:47:7b brd ff:ff:ff:ff:ff:ff
  RX: bytes  packets  errors  dropped overrun mcast   
  0  00   0   0   0  
  TX: bytes  packets  errors  dropped carrier collsns 
  0  00   0   0   0  

  $ cat /sys/class/net/eth0/statistics/rx_bytes
  0

  $ cat /sys/class/net/eth0/statistics/rx_packets
  0

  $ cat /sys/class/net/eth0/statistics/tx_bytes
  0

  $ cat /sys/class/net/eth0/statistics/tx_packets
  0

  
  

[Kernel-packages] [Bug 1292509] Re: Missing statistics for `tx_bytes`, `tx_packets`, `rx_bytes` and `rx_packets` since Ubuntu 13.10

2014-06-17 Thread Bryan
Trusty on Toshiba i7 laptop wity Ethernet controller: Qualcomm Atheros
AR8161 Gigabit Ethernet (rev 10) shows this problem in gkrellm and the
system monitor. iftop needed to see network traffic volume.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1292509

Title:
  Missing statistics for `tx_bytes`, `tx_packets`, `rx_bytes` and
  `rx_packets` since Ubuntu 13.10

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” package in Arch Linux:
  New
Status in “linux” package in Fedora:
  New

Bug description:
  I am using Ubuntu 13.10 and have an Ethernet connection to connect to
  the Internet.

  If I set my ISP username and password in router-cum-modem (ADSL)
  itself (i.e.; I get connected to internet automatically by just
  powering on my router); I don't get the information about `tx_bytes`,
  `tx_packets`, `rx_bytes` and `rx_packets` anymore.

  If I don't put the username and password in router; and instead use
  `sudo pppoeconf` to configure my connection by providing my ISP
  username and password;  I get the information about `tx_bytes`,
  `tx_packets`, `rx_bytes` and `rx_packets` as expected.

  It is probably because of this bug, that Gnome System Monitor doesn't
  update Network History as reported earlier:
  https://bugs.launchpad.net/ubuntu/+source/gnome-system-
  monitor/+bug/1241894

  
  
===

  I have run the following commands on Ubuntu 13.10 installed on my
  system as per the answers given to this question:
  http://serverfault.com/questions/533513/how-to-get-tx-rx-bytes-
  without-ifconfig

  $ uname -a
  Linux aditya-desktop 3.11.0-18-generic #32-Ubuntu SMP Tue Feb 18 21:13:28 
UTC 2014 i686 athlon i686 GNU/Linux

  $ ifconfig
  eth0  Link encap:Ethernet  HWaddr 94:de:80:34:47:7b  
inet addr:192.168.1.8  Bcast:192.168.1.255  Mask:255.255.255.0
inet6 addr: fe80::96de:80ff:fe34:477b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 
RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
Interrupt:18 

  loLink encap:Local Loopback  
inet addr:127.0.0.1  Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING  MTU:65536  Metric:1
RX packets:49 errors:0 dropped:0 overruns:0 frame:0
TX packets:49 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0 
RX bytes:4819 (4.8 KB)  TX bytes:4819 (4.8 KB)

  $ route -n
  Kernel IP routing table
  Destination Gateway Genmask Flags Metric RefUse 
Iface
  0.0.0.0 192.168.1.1 0.0.0.0 UG0  00 
eth0
  192.168.1.0 0.0.0.0 255.255.255.0   U 1  00 
eth0

  $ cat /proc/net/dev
  Inter-|   Receive|  
Transmit
   face |bytespackets errs drop fifo frame compressed multicast|bytes   
 packets errs drop fifo colls carrier compressed
  lo:  1900701601000 0  0 0   
1900701601000 0   0  0
eth0:   0   0000 0  0 0
0   0000 0   0  0

  $ netstat -i
  Kernel Interface table
  Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVRTX-OK TX-ERR TX-DRP 
TX-OVR Flg
  eth0   1500 0 0  0  0 0 0  0  0   
   0 BMRU
  lo65536 0  1601  0  0 0  1601  0  0   
   0 LRU

  $ ip -s link
  1: lo: LOOPBACK,UP,LOWER_UP mtu 65536 qdisc noqueue state UNKNOWN mode 
DEFAULT 
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  RX: bytes  packets  errors  dropped overrun mcast   
  190070 1601 0   0   0   0  
  TX: bytes  packets  errors  dropped carrier collsns 
  190070 1601 0   0   0   0  
  2: eth0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc pfifo_fast 
state UP mode DEFAULT qlen 1000
  link/ether 94:de:80:34:47:7b brd ff:ff:ff:ff:ff:ff
  RX: bytes  packets  errors  dropped overrun mcast   
  0  00   0   0   0  
  TX: bytes  packets  errors  dropped carrier collsns 
  0  00   0   0   0  

  $ cat /sys/class/net/eth0/statistics/rx_bytes
  0

  $ cat /sys/class/net/eth0/statistics/rx_packets
  0

  $ cat 

[Kernel-packages] [Bug 1292509] Re: Missing statistics for `tx_bytes`, `tx_packets`, `rx_bytes` and `rx_packets` since Ubuntu 13.10

2014-03-16 Thread Carsten
** Also affects: linux (Arch Linux)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1292509

Title:
  Missing statistics for `tx_bytes`, `tx_packets`, `rx_bytes` and
  `rx_packets` since Ubuntu 13.10

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” package in Arch Linux:
  New
Status in “linux” package in Fedora:
  New

Bug description:
  I am using Ubuntu 13.10 and have an Ethernet connection to connect to
  the Internet.

  If I set my ISP username and password in router-cum-modem (ADSL)
  itself (i.e.; I get connected to internet automatically by just
  powering on my router); I don't get the information about `tx_bytes`,
  `tx_packets`, `rx_bytes` and `rx_packets` anymore.

  If I don't put the username and password in router; and instead use
  `sudo pppoeconf` to configure my connection by providing my ISP
  username and password;  I get the information about `tx_bytes`,
  `tx_packets`, `rx_bytes` and `rx_packets` as expected.

  It is probably because of this bug, that Gnome System Monitor doesn't
  update Network History as reported earlier:
  https://bugs.launchpad.net/ubuntu/+source/gnome-system-
  monitor/+bug/1241894

  
  
===

  I have run the following commands on Ubuntu 13.10 installed on my
  system as per the answers given to this question:
  http://serverfault.com/questions/533513/how-to-get-tx-rx-bytes-
  without-ifconfig

  $ uname -a
  Linux aditya-desktop 3.11.0-18-generic #32-Ubuntu SMP Tue Feb 18 21:13:28 
UTC 2014 i686 athlon i686 GNU/Linux

  $ ifconfig
  eth0  Link encap:Ethernet  HWaddr 94:de:80:34:47:7b  
inet addr:192.168.1.8  Bcast:192.168.1.255  Mask:255.255.255.0
inet6 addr: fe80::96de:80ff:fe34:477b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 
RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
Interrupt:18 

  loLink encap:Local Loopback  
inet addr:127.0.0.1  Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING  MTU:65536  Metric:1
RX packets:49 errors:0 dropped:0 overruns:0 frame:0
TX packets:49 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0 
RX bytes:4819 (4.8 KB)  TX bytes:4819 (4.8 KB)

  $ route -n
  Kernel IP routing table
  Destination Gateway Genmask Flags Metric RefUse 
Iface
  0.0.0.0 192.168.1.1 0.0.0.0 UG0  00 
eth0
  192.168.1.0 0.0.0.0 255.255.255.0   U 1  00 
eth0

  $ cat /proc/net/dev
  Inter-|   Receive|  
Transmit
   face |bytespackets errs drop fifo frame compressed multicast|bytes   
 packets errs drop fifo colls carrier compressed
  lo:  1900701601000 0  0 0   
1900701601000 0   0  0
eth0:   0   0000 0  0 0
0   0000 0   0  0

  $ netstat -i
  Kernel Interface table
  Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVRTX-OK TX-ERR TX-DRP 
TX-OVR Flg
  eth0   1500 0 0  0  0 0 0  0  0   
   0 BMRU
  lo65536 0  1601  0  0 0  1601  0  0   
   0 LRU

  $ ip -s link
  1: lo: LOOPBACK,UP,LOWER_UP mtu 65536 qdisc noqueue state UNKNOWN mode 
DEFAULT 
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  RX: bytes  packets  errors  dropped overrun mcast   
  190070 1601 0   0   0   0  
  TX: bytes  packets  errors  dropped carrier collsns 
  190070 1601 0   0   0   0  
  2: eth0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc pfifo_fast 
state UP mode DEFAULT qlen 1000
  link/ether 94:de:80:34:47:7b brd ff:ff:ff:ff:ff:ff
  RX: bytes  packets  errors  dropped overrun mcast   
  0  00   0   0   0  
  TX: bytes  packets  errors  dropped carrier collsns 
  0  00   0   0   0  

  $ cat /sys/class/net/eth0/statistics/rx_bytes
  0

  $ cat /sys/class/net/eth0/statistics/rx_packets
  0

  $ cat /sys/class/net/eth0/statistics/tx_bytes
  0

  $ cat /sys/class/net/eth0/statistics/tx_packets
  0

  
  

[Kernel-packages] [Bug 1292509] Re: Missing statistics for `tx_bytes`, `tx_packets`, `rx_bytes` and `rx_packets` since Ubuntu 13.10

2014-03-16 Thread Carsten
Hi, i have the exact same problem with archlinux, but i cant tell if it worked 
before - just noticed it today while trying to setup a network widget for 
awesome wm.
Are there any fixes yet, or do i have to wait for a kernel update?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1292509

Title:
  Missing statistics for `tx_bytes`, `tx_packets`, `rx_bytes` and
  `rx_packets` since Ubuntu 13.10

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” package in Arch Linux:
  New
Status in “linux” package in Fedora:
  New

Bug description:
  I am using Ubuntu 13.10 and have an Ethernet connection to connect to
  the Internet.

  If I set my ISP username and password in router-cum-modem (ADSL)
  itself (i.e.; I get connected to internet automatically by just
  powering on my router); I don't get the information about `tx_bytes`,
  `tx_packets`, `rx_bytes` and `rx_packets` anymore.

  If I don't put the username and password in router; and instead use
  `sudo pppoeconf` to configure my connection by providing my ISP
  username and password;  I get the information about `tx_bytes`,
  `tx_packets`, `rx_bytes` and `rx_packets` as expected.

  It is probably because of this bug, that Gnome System Monitor doesn't
  update Network History as reported earlier:
  https://bugs.launchpad.net/ubuntu/+source/gnome-system-
  monitor/+bug/1241894

  
  
===

  I have run the following commands on Ubuntu 13.10 installed on my
  system as per the answers given to this question:
  http://serverfault.com/questions/533513/how-to-get-tx-rx-bytes-
  without-ifconfig

  $ uname -a
  Linux aditya-desktop 3.11.0-18-generic #32-Ubuntu SMP Tue Feb 18 21:13:28 
UTC 2014 i686 athlon i686 GNU/Linux

  $ ifconfig
  eth0  Link encap:Ethernet  HWaddr 94:de:80:34:47:7b  
inet addr:192.168.1.8  Bcast:192.168.1.255  Mask:255.255.255.0
inet6 addr: fe80::96de:80ff:fe34:477b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 
RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
Interrupt:18 

  loLink encap:Local Loopback  
inet addr:127.0.0.1  Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING  MTU:65536  Metric:1
RX packets:49 errors:0 dropped:0 overruns:0 frame:0
TX packets:49 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0 
RX bytes:4819 (4.8 KB)  TX bytes:4819 (4.8 KB)

  $ route -n
  Kernel IP routing table
  Destination Gateway Genmask Flags Metric RefUse 
Iface
  0.0.0.0 192.168.1.1 0.0.0.0 UG0  00 
eth0
  192.168.1.0 0.0.0.0 255.255.255.0   U 1  00 
eth0

  $ cat /proc/net/dev
  Inter-|   Receive|  
Transmit
   face |bytespackets errs drop fifo frame compressed multicast|bytes   
 packets errs drop fifo colls carrier compressed
  lo:  1900701601000 0  0 0   
1900701601000 0   0  0
eth0:   0   0000 0  0 0
0   0000 0   0  0

  $ netstat -i
  Kernel Interface table
  Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVRTX-OK TX-ERR TX-DRP 
TX-OVR Flg
  eth0   1500 0 0  0  0 0 0  0  0   
   0 BMRU
  lo65536 0  1601  0  0 0  1601  0  0   
   0 LRU

  $ ip -s link
  1: lo: LOOPBACK,UP,LOWER_UP mtu 65536 qdisc noqueue state UNKNOWN mode 
DEFAULT 
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  RX: bytes  packets  errors  dropped overrun mcast   
  190070 1601 0   0   0   0  
  TX: bytes  packets  errors  dropped carrier collsns 
  190070 1601 0   0   0   0  
  2: eth0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc pfifo_fast 
state UP mode DEFAULT qlen 1000
  link/ether 94:de:80:34:47:7b brd ff:ff:ff:ff:ff:ff
  RX: bytes  packets  errors  dropped overrun mcast   
  0  00   0   0   0  
  TX: bytes  packets  errors  dropped carrier collsns 
  0  00   0   0   0  

  $ cat /sys/class/net/eth0/statistics/rx_bytes
  0

  $ cat /sys/class/net/eth0/statistics/rx_packets
  0

  

[Kernel-packages] [Bug 1292509] Re: Missing statistics for `tx_bytes`, `tx_packets`, `rx_bytes` and `rx_packets` since Ubuntu 13.10

2014-03-14 Thread Aditya
** Also affects: linux (Fedora)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1292509

Title:
  Missing statistics for `tx_bytes`, `tx_packets`, `rx_bytes` and
  `rx_packets` since Ubuntu 13.10

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” package in Fedora:
  New

Bug description:
  I am using Ubuntu 13.10 and have an Ethernet connection to connect to
  the Internet.

  If I set my ISP username and password in router-cum-modem (ADSL)
  itself (i.e.; I get connected to internet automatically by just
  powering on my router); I don't get the information about `tx_bytes`,
  `tx_packets`, `rx_bytes` and `rx_packets` anymore.

  If I don't put the username and password in router; and instead use
  `sudo pppoeconf` to configure my connection by providing my ISP
  username and password;  I get the information about `tx_bytes`,
  `tx_packets`, `rx_bytes` and `rx_packets` as expected.

  It is probably because of this bug, that Gnome System Monitor doesn't
  update Network History as reported earlier:
  https://bugs.launchpad.net/ubuntu/+source/gnome-system-
  monitor/+bug/1241894

  
  
===

  I have run the following commands on Ubuntu 13.10 installed on my
  system as per the answers given to this question:
  http://serverfault.com/questions/533513/how-to-get-tx-rx-bytes-
  without-ifconfig

  $ uname -a
  Linux aditya-desktop 3.11.0-18-generic #32-Ubuntu SMP Tue Feb 18 21:13:28 
UTC 2014 i686 athlon i686 GNU/Linux

  $ ifconfig
  eth0  Link encap:Ethernet  HWaddr 94:de:80:34:47:7b  
inet addr:192.168.1.8  Bcast:192.168.1.255  Mask:255.255.255.0
inet6 addr: fe80::96de:80ff:fe34:477b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 
RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
Interrupt:18 

  loLink encap:Local Loopback  
inet addr:127.0.0.1  Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING  MTU:65536  Metric:1
RX packets:49 errors:0 dropped:0 overruns:0 frame:0
TX packets:49 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0 
RX bytes:4819 (4.8 KB)  TX bytes:4819 (4.8 KB)

  $ route -n
  Kernel IP routing table
  Destination Gateway Genmask Flags Metric RefUse 
Iface
  0.0.0.0 192.168.1.1 0.0.0.0 UG0  00 
eth0
  192.168.1.0 0.0.0.0 255.255.255.0   U 1  00 
eth0

  $ cat /proc/net/dev
  Inter-|   Receive|  
Transmit
   face |bytespackets errs drop fifo frame compressed multicast|bytes   
 packets errs drop fifo colls carrier compressed
  lo:  1900701601000 0  0 0   
1900701601000 0   0  0
eth0:   0   0000 0  0 0
0   0000 0   0  0

  $ netstat -i
  Kernel Interface table
  Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVRTX-OK TX-ERR TX-DRP 
TX-OVR Flg
  eth0   1500 0 0  0  0 0 0  0  0   
   0 BMRU
  lo65536 0  1601  0  0 0  1601  0  0   
   0 LRU

  $ ip -s link
  1: lo: LOOPBACK,UP,LOWER_UP mtu 65536 qdisc noqueue state UNKNOWN mode 
DEFAULT 
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  RX: bytes  packets  errors  dropped overrun mcast   
  190070 1601 0   0   0   0  
  TX: bytes  packets  errors  dropped carrier collsns 
  190070 1601 0   0   0   0  
  2: eth0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc pfifo_fast 
state UP mode DEFAULT qlen 1000
  link/ether 94:de:80:34:47:7b brd ff:ff:ff:ff:ff:ff
  RX: bytes  packets  errors  dropped overrun mcast   
  0  00   0   0   0  
  TX: bytes  packets  errors  dropped carrier collsns 
  0  00   0   0   0  

  $ cat /sys/class/net/eth0/statistics/rx_bytes
  0

  $ cat /sys/class/net/eth0/statistics/rx_packets
  0

  $ cat /sys/class/net/eth0/statistics/tx_bytes
  0

  $ cat /sys/class/net/eth0/statistics/tx_packets
  0

  
  

[Kernel-packages] [Bug 1292509] Re: Missing statistics for `tx_bytes`, `tx_packets`, `rx_bytes` and `rx_packets` since Ubuntu 13.10

2014-03-14 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.14 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.


Thanks in advance.


[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.14-rc6-trusty/

** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1292509

Title:
  Missing statistics for `tx_bytes`, `tx_packets`, `rx_bytes` and
  `rx_packets` since Ubuntu 13.10

Status in “linux” package in Ubuntu:
  Incomplete
Status in “linux” package in Fedora:
  New

Bug description:
  I am using Ubuntu 13.10 and have an Ethernet connection to connect to
  the Internet.

  If I set my ISP username and password in router-cum-modem (ADSL)
  itself (i.e.; I get connected to internet automatically by just
  powering on my router); I don't get the information about `tx_bytes`,
  `tx_packets`, `rx_bytes` and `rx_packets` anymore.

  If I don't put the username and password in router; and instead use
  `sudo pppoeconf` to configure my connection by providing my ISP
  username and password;  I get the information about `tx_bytes`,
  `tx_packets`, `rx_bytes` and `rx_packets` as expected.

  It is probably because of this bug, that Gnome System Monitor doesn't
  update Network History as reported earlier:
  https://bugs.launchpad.net/ubuntu/+source/gnome-system-
  monitor/+bug/1241894

  
  
===

  I have run the following commands on Ubuntu 13.10 installed on my
  system as per the answers given to this question:
  http://serverfault.com/questions/533513/how-to-get-tx-rx-bytes-
  without-ifconfig

  $ uname -a
  Linux aditya-desktop 3.11.0-18-generic #32-Ubuntu SMP Tue Feb 18 21:13:28 
UTC 2014 i686 athlon i686 GNU/Linux

  $ ifconfig
  eth0  Link encap:Ethernet  HWaddr 94:de:80:34:47:7b  
inet addr:192.168.1.8  Bcast:192.168.1.255  Mask:255.255.255.0
inet6 addr: fe80::96de:80ff:fe34:477b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 
RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
Interrupt:18 

  loLink encap:Local Loopback  
inet addr:127.0.0.1  Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING  MTU:65536  Metric:1
RX packets:49 errors:0 dropped:0 overruns:0 frame:0
TX packets:49 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0 
RX bytes:4819 (4.8 KB)  TX bytes:4819 (4.8 KB)

  $ route -n
  Kernel IP routing table
  Destination Gateway Genmask Flags Metric RefUse 
Iface
  0.0.0.0 192.168.1.1 0.0.0.0 UG0  00 
eth0
  192.168.1.0 0.0.0.0 255.255.255.0   U 1  00 
eth0

  $ cat /proc/net/dev
  Inter-|   Receive|  
Transmit
   face |bytespackets errs drop fifo frame compressed multicast|bytes   
 packets errs drop fifo colls carrier compressed
  lo:  1900701601000 0  0 0   
1900701601000 0   0  0
eth0:   0   0000 0  0 0
0   0000 0   0  0

  $ netstat -i
  Kernel Interface table
  Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVRTX-OK TX-ERR TX-DRP 
TX-OVR Flg
  eth0   1500 0 0  0  0 0 0  0  0   
   0 BMRU
  lo65536 0  1601  0  0 0  1601  0  0   
   0 LRU

  $ ip -s link
  1: lo: LOOPBACK,UP,LOWER_UP mtu 65536 qdisc noqueue state UNKNOWN mode 
DEFAULT 
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  RX: bytes  packets  errors  dropped overrun mcast   
  190070 1601 0   0   0   0  
  TX: bytes  packets  errors  dropped carrier collsns 
  190070 1601 0   0   0   0  
  2: eth0: 

[Kernel-packages] [Bug 1292509] Re: Missing statistics for `tx_bytes`, `tx_packets`, `rx_bytes` and `rx_packets` since Ubuntu 13.10

2014-03-14 Thread Aditya
Hi Joseph,

The has been fixed in v3.14-rc6-trusty mainline kernel. But I guess,
14.04 LTS would ship with kernel v3.13. Can the fix be back-ported from
v3.14 to v3.13 before release?

Moreover, this bug relating to bluetooth has also been fixed in v3.14:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1245150

Thanks :)

** Tags added: kernel-fixed-upstream

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1292509

Title:
  Missing statistics for `tx_bytes`, `tx_packets`, `rx_bytes` and
  `rx_packets` since Ubuntu 13.10

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” package in Fedora:
  New

Bug description:
  I am using Ubuntu 13.10 and have an Ethernet connection to connect to
  the Internet.

  If I set my ISP username and password in router-cum-modem (ADSL)
  itself (i.e.; I get connected to internet automatically by just
  powering on my router); I don't get the information about `tx_bytes`,
  `tx_packets`, `rx_bytes` and `rx_packets` anymore.

  If I don't put the username and password in router; and instead use
  `sudo pppoeconf` to configure my connection by providing my ISP
  username and password;  I get the information about `tx_bytes`,
  `tx_packets`, `rx_bytes` and `rx_packets` as expected.

  It is probably because of this bug, that Gnome System Monitor doesn't
  update Network History as reported earlier:
  https://bugs.launchpad.net/ubuntu/+source/gnome-system-
  monitor/+bug/1241894

  
  
===

  I have run the following commands on Ubuntu 13.10 installed on my
  system as per the answers given to this question:
  http://serverfault.com/questions/533513/how-to-get-tx-rx-bytes-
  without-ifconfig

  $ uname -a
  Linux aditya-desktop 3.11.0-18-generic #32-Ubuntu SMP Tue Feb 18 21:13:28 
UTC 2014 i686 athlon i686 GNU/Linux

  $ ifconfig
  eth0  Link encap:Ethernet  HWaddr 94:de:80:34:47:7b  
inet addr:192.168.1.8  Bcast:192.168.1.255  Mask:255.255.255.0
inet6 addr: fe80::96de:80ff:fe34:477b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 
RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
Interrupt:18 

  loLink encap:Local Loopback  
inet addr:127.0.0.1  Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING  MTU:65536  Metric:1
RX packets:49 errors:0 dropped:0 overruns:0 frame:0
TX packets:49 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0 
RX bytes:4819 (4.8 KB)  TX bytes:4819 (4.8 KB)

  $ route -n
  Kernel IP routing table
  Destination Gateway Genmask Flags Metric RefUse 
Iface
  0.0.0.0 192.168.1.1 0.0.0.0 UG0  00 
eth0
  192.168.1.0 0.0.0.0 255.255.255.0   U 1  00 
eth0

  $ cat /proc/net/dev
  Inter-|   Receive|  
Transmit
   face |bytespackets errs drop fifo frame compressed multicast|bytes   
 packets errs drop fifo colls carrier compressed
  lo:  1900701601000 0  0 0   
1900701601000 0   0  0
eth0:   0   0000 0  0 0
0   0000 0   0  0

  $ netstat -i
  Kernel Interface table
  Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVRTX-OK TX-ERR TX-DRP 
TX-OVR Flg
  eth0   1500 0 0  0  0 0 0  0  0   
   0 BMRU
  lo65536 0  1601  0  0 0  1601  0  0   
   0 LRU

  $ ip -s link
  1: lo: LOOPBACK,UP,LOWER_UP mtu 65536 qdisc noqueue state UNKNOWN mode 
DEFAULT 
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  RX: bytes  packets  errors  dropped overrun mcast   
  190070 1601 0   0   0   0  
  TX: bytes  packets  errors  dropped carrier collsns 
  190070 1601 0   0   0   0  
  2: eth0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc pfifo_fast 
state UP mode DEFAULT qlen 1000
  link/ether 94:de:80:34:47:7b brd ff:ff:ff:ff:ff:ff
  RX: bytes  packets  errors  dropped overrun mcast   
  0  00   0   0   0  
  TX: bytes  packets  errors  dropped carrier collsns 
  0  00