Date: Wed, 08 Jan 2020 02:55:30 +0000 From: bugzilla-noreply@freebsd.org To: jail@FreeBSD.org Subject: [Bug 238326] Kernel crash on jail stop (VIMAGE/VNET) Message-ID: <bug-238326-29815-eBmv0nQsQN@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-238326-29815@https.bugs.freebsd.org/bugzilla/> References: <bug-238326-29815@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238326 --- Comment #7 from pprocacci@gmail.com --- I've fixed the problem with the following workaround: exec.prestop =3D "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 i= d. This is a bug in the VNET cleanup code and it's necessary to remove the epa= ir interface from the jail before stopping it. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238326-29815-eBmv0nQsQN>