[Bug 243106] jail(3): memory leak when resizing jail parameter list.

2020-01-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243106 --- Comment #2 from commit-h...@freebsd.org --- A commit references this bug: Author: markj Date: Tue Jan 7 21:44:27 UTC 2020 New revision: 356476 URL: https://svnweb.freebsd.org/changeset/base/356476 Log: libjail: Handle an error from

[Bug 243106] jail(3): memory leak when resizing jail parameter list.

2020-01-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243106 Mark Johnston changed: What|Removed |Added Assignee|j...@freebsd.org|ma...@freebsd.org Stat

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

2020-01-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238326 pproca...@gmail.com changed: What|Removed |Added CC||pproca...@gmail.com --- Comme

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

2020-01-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238326 --- Comment #5 from pproca...@gmail.com --- For completeness here my jail.conf and pertinent rc.conf jail.conf: ++ $bridge = "bridge${vlan}"; $epair = "epair${vlan}"; path = "/jails/hosts/$name"; exec.pre

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

2020-01-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238326 --- Comment #6 from pproca...@gmail.com --- Also this seems to be related to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234985 -- You are receiving this mail because: You are the assignee for the bug. _

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

2020-01-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238326 --- Comment #7 from pproca...@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

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

2020-01-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238326 Reshad Patuck changed: What|Removed |Added CC||reshadpatu...@gmail.com --- Commen

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

2020-01-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238326 --- Comment #9 from pproca...@gmail.com --- exec.prestop = "ifconfig ${epair}b -vnet $name"; Before adding the above, it would kernel panic every single time. The key is removing the vnet interface from the jail prior to shutting the jai