From owner-freebsd-stable@FreeBSD.ORG Fri May 10 04:44:21 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E9472DD8; Fri, 10 May 2013 04:44:21 +0000 (UTC) (envelope-from dewayne.geraghty@heuristicsystems.com.au) Received: from nschwmtas03p.mx.bigpond.com (nschwmtas03p.mx.bigpond.com [61.9.189.143]) by mx1.freebsd.org (Postfix) with ESMTP id 32A3BC31; Fri, 10 May 2013 04:44:20 +0000 (UTC) Received: from nschwcmgw05p ([61.9.190.165]) by nschwmtas03p.mx.bigpond.com with ESMTP id <20130510044412.ONBI2008.nschwmtas03p.mx.bigpond.com@nschwcmgw05p>; Fri, 10 May 2013 04:44:12 +0000 Received: from hermes.heuristicsystems.com.au ([58.172.113.247]) by nschwcmgw05p with BigPond Outbound id a4k71l00N5LKYmq014kAxi; Fri, 10 May 2013 04:44:12 +0000 X-Authority-Analysis: v=2.0 cv=QJDqt33L c=1 sm=1 a=YibVxx38Z+cwdCKSMcELyg==:17 a=WLYBxzCSKxQA:10 a=k4yzAXmc-yEA:10 a=kj9zAlcOel0A:10 a=GHIR_BbyAAAA:8 a=stnWK5-ICawA:10 a=ZHhcw2d2FhgOiZKjQUsA:9 a=CjuIK1q_8ugA:10 a=YibVxx38Z+cwdCKSMcELyg==:117 Received: from black (black.hs [10.0.5.1]) (authenticated bits=0) by hermes.heuristicsystems.com.au (8.14.5/8.13.6) with ESMTP id r4A4g7HG031424 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT); Fri, 10 May 2013 14:42:08 +1000 (EST) (envelope-from dewayne.geraghty@heuristicsystems.com.au) From: "Dewayne Geraghty" To: "'Jamie Gritton'" , "'Miroslav Lachman'" <000.fbsd@quip.cz>, "'Harald Schmalzbauer'" , , References: <511E61F5.1000805@omnilan.de> <511EC759.4060704@FreeBSD.org> <5121EC52.5040502@omnilan.de> <20130219212430.GA92116@felucia.tataz.chchile.org> <514B9EF6.3000607@quip.cz> <514BA14F.3090609@FreeBSD.org> <514BA3D9.5010901@quip.cz> <514BAA01.20402@FreeBSD.org> <20130509091738.GC4437@caravan.chchile.org> <518BA433.6050605@FreeBSD.org> Subject: RE: new jail(8) ignoring devfs_ruleset? Date: Fri, 10 May 2013 14:42:07 +1000 Message-ID: <3AF9A67BBCE34917A8C9BC2863F7C0A5@as.lan> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <518BA433.6050605@FreeBSD.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Thread-Index: Ac5MuPzX+jFKBjoUTIqHilUaA3v2bwAfv1SQ X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 May 2013 04:44:22 -0000 An ugly workaround to complete the jail closure, when relying on jail.conf, is to: jail -r $JAILNAME umount /$LOCATION_OF_JAILS/$JAILNAME/dev || true Regards, Dewayne.