Date: Mon, 04 Jan 2016 13:31:22 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-amd64@FreeBSD.org Subject: [Bug 205873] pfctl -sr from a jail with vnet trigger Fatal trap 12 during pfioctl Message-ID: <bug-205873-6-c2F4SRhBql@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-205873-6@https.bugs.freebsd.org/bugzilla/> References: <bug-205873-6@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=3D205873 --- Comment #1 from Sheda <sheda@fsfe.org> --- I forgot to show the prestart script: $ cat /jail/etc/prestart=20 #!/bin/sh set -eux jname=3D"$1" cd /jail for e in $(cd /jail/root; find . -maxdepth 1 -type d ! -name '.' ! -name 'd= ev' | sed 's_^./__1'); do mount -t unionfs -o below "/jail/root/$e" "$jname/$e" done The intent is to use a template to populate the jail but excluding the dev/ directory. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205873-6-c2F4SRhBql>