From owner-freebsd-stable@FreeBSD.ORG Thu May 9 13:27:27 2013 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D06523B0; Thu, 9 May 2013 13:27:27 +0000 (UTC) (envelope-from jamie@FreeBSD.org) Received: from m2.gritton.org (gritton.org [199.192.164.235]) by mx1.freebsd.org (Postfix) with ESMTP id B2EAF818; Thu, 9 May 2013 13:27:27 +0000 (UTC) Received: from guppy.corp.verio.net (fw.oremut02.us.wh.verio.net [198.65.168.24]) (authenticated bits=0) by m2.gritton.org (8.14.5/8.14.5) with ESMTP id r49DRJeg012252; Thu, 9 May 2013 07:27:20 -0600 (MDT) (envelope-from jamie@FreeBSD.org) Message-ID: <518BA433.6050605@FreeBSD.org> Date: Thu, 09 May 2013 07:27:15 -0600 From: Jamie Gritton User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20120126 Thunderbird/9.0 MIME-Version: 1.0 To: Miroslav Lachman <000.fbsd@quip.cz>, Harald Schmalzbauer , freebsd-jail@FreeBSD.org, freebsd-stable@FreeBSD.org Subject: Re: new jail(8) ignoring devfs_ruleset? 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> In-Reply-To: <20130509091738.GC4437@caravan.chchile.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Thu, 09 May 2013 13:27:27 -0000 On 05/09/13 03:17, Jeremie Le Hen wrote: > On Thu, Mar 21, 2013 at 06:46:57PM -0600, Jamie Gritton wrote: >> >> It's not fixed anywhere yet - it sometimes works in current, and >> sometimes doesn't. I've been meaning to patch it up, but it the problem >> is what I think it is, the patching up is a pretty big operation. >> >> It doesn't mean you can't use jails with devfs in 9.1, just that you >> can't use them with jail.conf. The old jail rc file that's all >> shell-based is still the official jail startup method, and that one >> still works. So existing systems will still work as expected, hence no >> errata. > > Shouldn't we warn the user about that in the manpage though? Well really we ought to fix it. I guess the man page could have something in the meantime, about an assumption that when you specify a devfs ruleset, that the ruleset in question must actually exist at the time. - Jamie