[Bug 238326] Kernel crash on jail stop (VIMAGE/VNET)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 8 02:55:31 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238326

--- Comment #7 from pprocacci at gmail.com ---
I've fixed the problem with the following workaround:

exec.prestop   = "ifconfig ${epair}b -vnet $name";

This is taken nearly verbatim from the link I just posted.

$name in the command above can be either the name of the jail or the jail id.

This is a bug in the VNET cleanup code and it's necessary to remove the epair
interface from the jail before stopping it.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-jail mailing list