Activity log for bug #1511778

Date Who What changed Old value New value Message
2015-10-30 16:11:08 BrandonTomlinson bug added bug
2015-10-30 18:50:04 BrandonTomlinson description This only affects Trusty and vivid releases, it was fixed upstream in https://github.com/sysstat/sysstat/commit/c3de69658006af0e0e3b7746e8646b8b4cdd2860 . At this point, trusty's sar can still pass SIGTERM (and other sigs) up to init. We're able to reproduce with something like: echo "$(sar -b 1 5 | awk '/Average:/ { print $2 }') > 100" | bc This only affects Trusty and vivid releases, it was fixed upstream in https://github.com/sysstat/sysstat/commit/c3de69658006af0e0e3b7746e8646b8b4cdd2860 . At this point, trusty's sar can still pass SIGTERM (and other sigs) up to init. We're able to reproduce with something like: sar -b 1 100 > /dev/null & kill -SIGKILL $! ; kill -SIGINT $(pidof sadc);
2016-09-14 20:40:32 Robert Luberda sysstat (Ubuntu): status New Incomplete
2016-09-14 20:40:44 Robert Luberda sysstat (Ubuntu): status Incomplete Fix Released