Vimage Jail kernel crashed
Mikolaj Golub
trociny at FreeBSD.org
Sat May 4 18:17:23 UTC 2013
On Sat, May 04, 2013 at 10:41:46PM +0900, KIRIYAMA Kazuhiko wrote:
> > If you still prefer pf, you may try destroying epair interface before
> > destroying vnet, e.g. using prestop rc.d/jail hooks instead of
> > poststop, if it is possible.
>
> In particular, execute following sequence?
>
> # ifconfig epairXa destroy
> # ifconfig bridge0 deletem epairXa
Yes, but in the revers order, delete from the bridge first. It is
about lines like these in your configuration:
export jail_web_exec_poststop0="ifconfig bridge0 deletem epair4a"
export jail_web_exec_poststop1="ifconfig epair4a destroy"
The crash happened when executing ifconfig epair destroy.
You might want to try running commands manually before using the rc
script.
--
Mikolaj Golub
More information about the freebsd-stable
mailing list