Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Jan 2020 02:32:46 +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-9LtQbK2iuE@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 #5 from pprocacci@gmail.com ---
For completeness here my jail.conf and pertinent rc.conf

jail.conf:
++++++++++++++++++++++++++++++++++
$bridge =3D "bridge${vlan}";
$epair  =3D "epair${vlan}";
path   =3D "/jails/hosts/$name";

exec.prestart  =3D "ifconfig $bridge create up";
exec.prestart +=3D "ifconfig $bridge addm $name";
exec.prestart +=3D "ifconfig $epair create up";
exec.prestart +=3D "ifconfig $bridge addm ${epair}a";
exec.clean;
exec.start     =3D "/bin/sh /etc/rc";
exec.stop      =3D "/bin/sh /etc/rc.shutdown";
exec.poststop  =3D "ifconfig $bridge deletem ${epair}a";
exec.poststop  =3D "ifconfig ${epair}a destroy";

vnet;
vnet.interface =3D "${epair}b";

resolver1 {
  $vlan   =3D "50";
}

++++++++++++++++++++++++++++++++++


rc.conf:
++++++++++++++++++++++++++++++++++
vlans_igb1=3D"resolver1"
create_args_resolver1=3D"vlan 50"
ifconfig_resolver1=3D"inet 192.168.50.1 netmask 255.255.255.252"
++++++++++++++++++++++++++++++++++

--=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-9LtQbK2iuE>