network-manager stops connecting to Wi-Fi after 1 PB transferred on any interface
Bug #1222377 reported by
Paul
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
isc-dhcp (Ubuntu) |
Confirmed
|
Medium
|
Mathieu Trudel-Lapierre |
Bug Description
Transfer 1 PB or more over any eth* interface (not tested with lo, impractical to test with wlan*). Use ifconfig to confirm interface byte counters.
Once a counter exceeds 1 PB, network-manager will fail to connect to any Wi-Fi access points, though existing connections will stay up.
A single 10 Gb/s link can transfer 1 PB in two weeks.
Related branches
affects: | network-manager (Ubuntu) → isc-dhcp (Ubuntu) |
Changed in isc-dhcp (Ubuntu): | |
importance: | Medium → Undecided |
status: | Incomplete → New |
status: | New → Triaged |
importance: | Undecided → Medium |
status: | Triaged → In Progress |
To post a comment you must log in.
I fail to see how the counters on eth* would have any effect on the wifi devices. Regardless, tentatively Triaging; I'll take a good look at the NMDevice code to see if something stands out.
Could you paste the output of ifconfig for an affected interface, without the IP addresses (which we don't really need)?
I wonder if the issue couldn't just be that we somehow fail to parse things because of an integer overflow somewhere?