[Bug 191019] pgrep/pkill -j testcases fail on 11-CURRENT

2014-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191019 --- Comment #3 from yaneurab...@gmail.com --- The pgrep issues are test bugs. The assumption that the test script makes is that the forked background process is the same as the value returned by pgrep. pgrep is returning the PID of the

[Bug 191019] pgrep/pkill -j testcases fail on 11-CURRENT

2014-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191019 --- Comment #4 from yaneurab...@gmail.com --- Adding more data to the pgrep failures, it's jail(8) that does the forking: 575 pid = fork(); 576 if (pid 0) 577 err(1, fork); 578 if (pid 0) { 579

[Bug 191019] pgrep/pkill -j testcases fail on 11-CURRENT

2014-07-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191019 --- Comment #5 from yaneurab...@gmail.com --- Aha! The commands are missing the -x option: -x Require an exact match of the process name, or argument list if -f is given. The default is to match any

[Bug 191019] pgrep/pkill -j testcases fail on 11-CURRENT

2014-06-13 Thread bz-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191019 --- Comment #1 from yaneurab...@gmail.com --- Created attachment 143762 -- https://bugs.freebsd.org/bugzilla/attachment.cgi?id=143762action=edit pkill -j test failure log (06/2013) From

[Bug 191019] pgrep/pkill -j testcases fail on 11-CURRENT

2014-06-13 Thread bz-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191019 --- Comment #2 from yaneurab...@gmail.com --- Created attachment 143763 -- https://bugs.freebsd.org/bugzilla/attachment.cgi?id=143763action=edit pgrep -j test failure log (06/2013) -- You are receiving this mail because: You are the