[Bug 283163] kill -SIG -1 does not work any more for host - which leads to inconsistent reboot
Date: Sun, 08 Dec 2024 12:09:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283163 --- Comment #7 from vova@fbsd.ru --- I have a question - is it correct to use prison_proc_iterate() for kill(sig, -1) from host? (will it iterate through all jail's and host's processes?) logically, signal should be delivered to all processes in all jails (similar to `ps ax` in host should show all process in all jails) also, with patch - I cannot reproduce more problem with processes surviving through reboot call. -- You are receiving this mail because: You are the assignee for the bug.