Lines Matching +full:fault +full:- +full:log +full:- +full:enable
29 # Regression test inspired by Andriy Gapon for Bug 222027 - panic on
30 # non-zero RACCT destroy.
32 # "panic: destroying non-empty racct ..." seen.
33 # https://people.freebsd.org/~pho/stress/log/racct.txt
34 # "Page fault in slab_free_item()" seen:
35 # https://people.freebsd.org/~pho/stress/log/racct-2.txt
37 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
38 [ "`sysctl -in kern.racct.enable`" != "1" ] &&
39 echo "Note: kern.racct.enable is disabled"
40 pgrep -Sq accounting || { service accounting onestart && started=1; }
41 (cd ../testcases/swap; ./swap -t 2m -i 5 -v -l 100) > /dev/null &
44 while [ $((`date +%s` - start)) -lt 120 ]; do
48 exec su -c xuser -m root -c ':' &
53 while [ `pgrep su | wc -l` -gt 100 ]; do sleep 1; done