Activity log for bug #998202

Date Who What changed Old value New value Message
2012-05-11 19:15:26 Vladimir Kravets bug added bug
2012-05-11 19:15:26 Vladimir Kravets attachment added Dirty patch to fix network update issue https://bugs.launchpad.net/bugs/998202/+attachment/3141782/+files/network_fix.diff
2012-05-11 19:46:53 Vladimir Kravets description Byobu uses caching mechanics using .new file and if it's exists and file size not zero we get data from cached. Code for this r is locates in the /usr/bin/byobu-status, function get_status(). The network script return nothing if we have traffic less than NETWORK_BANDWITH. In this case file size will be 0 and we will have incorrect(old) values of network traffic in the byobu status. Need to have non-zero file size if we don't have any data or change caching mechanism (I thin first will be less painful =) ) Byobu uses caching mechanism to using .new files and if it's exists and file size not zero we get data from cached. Code for this is locate in the /usr/bin/byobu-status, function get_status(). The network script return nothing if we have traffic less than NETWORK_BANDWITH. In this case file size will be 0 and we will have incorrect(old) values of network traffic in the byobu status. Need to have non-zero file size if we don't have any data or change caching mechanism (I think first will be less painful =) )
2012-06-24 21:22:34 Dustin Kirkland  byobu: importance Undecided Medium
2012-06-24 21:22:36 Dustin Kirkland  byobu: status New In Progress
2012-06-24 21:22:38 Dustin Kirkland  byobu: assignee Dustin Kirkland (kirkland)
2012-06-24 21:23:26 Dustin Kirkland  byobu: status In Progress Fix Committed
2012-06-24 21:25:44 Launchpad Janitor branch linked lp:byobu
2012-06-24 21:26:50 Dustin Kirkland  byobu: status Fix Committed Fix Released
2012-06-25 03:40:31 Launchpad Janitor branch linked lp:ubuntu/byobu