From owner-freebsd-hackers@FreeBSD.ORG Thu Jan 27 17:37:30 2011 Return-Path: Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A5891065675; Thu, 27 Jan 2011 17:37:30 +0000 (UTC) (envelope-from jamie@FreeBSD.org) Received: from gritton.org (gritton.org [208.92.232.93]) by mx1.freebsd.org (Postfix) with ESMTP id 252728FC34; Thu, 27 Jan 2011 17:37:29 +0000 (UTC) Received: from guppy.corp.verio.net (fw.oremut02.us.wh.verio.net [198.65.168.24]) (authenticated bits=0) by gritton.org (8.14.3/8.14.3) with ESMTP id p0RHbRhJ013772; Thu, 27 Jan 2011 10:37:27 -0700 (MST) (envelope-from jamie@FreeBSD.org) Message-ID: <4D41AD52.6030007@FreeBSD.org> Date: Thu, 27 Jan 2011 10:37:22 -0700 From: Jamie Gritton User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20110107 Thunderbird/3.1.6 MIME-Version: 1.0 To: Dirk Engling References: <20110127120447.GA40060@psconsult.nl> <4D41A65C.70204@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@FreeBSD.org, freebsd-jail@FreeBSD.org Subject: Re: rc.d/jail issues X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2011 17:37:30 -0000 It's in the the subversion tree, under projects/jailconf. I've got the dependency stuff there (actually turns out to be a large chunk of the code). I've got it doing almost everything that rc.d/jail does now, though it doesn't yet handle errors like it should. After I get that fixed up, I plan on putting it in HEAD. After that, I still have a todo list mostly of suggestions from others. Feel free to give me any "todo" suggestions, or any other feedback :-). - Jamie On 01/27/11 10:18, Dirk Engling wrote: > On Thu, 27 Jan 2011, Jamie Gritton wrote: > >> That's where it's headed. I've been slow on progress lately, but I'm >> working on a jail(8) that takes a config file instead of rc shell >> variables, and takes care of dependency issues among other things. > > Looks like I completely missed the discussion that went on in June this > year. If I can be of any assistance working on a new jail(8), I'd be too > happy to know how I can help. Is the progress visible somewhere?