Updated steps to reproduce: sar -b 1 100 > /dev/null & kill -SIGKILL $! ; kill -SIGINT $(pidof sadc);
** Description changed: 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 + sar -b 1 100 > /dev/null & + kill -SIGKILL $! ; kill -SIGINT $(pidof sadc); -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1511778 Title: Sar sends SIGTERM to init To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sysstat/+bug/1511778/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
