[Bug 1511778] Re: Sar sends SIGTERM to init
BrandonTomlinson
brandon.tomlinson at rackspace.com
Fri Oct 30 18:49:26 UTC 2015
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
Server Team, which is subscribed to sysstat in 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
More information about the Ubuntu-server-bugs
mailing list