From owner-freebsd-hackers@FreeBSD.ORG Fri Jan 28 20:13:01 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 B76611065670; Fri, 28 Jan 2011 20:13:01 +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 7B7A48FC16; Fri, 28 Jan 2011 20:13:01 +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 p0SKCveo027090; Fri, 28 Jan 2011 13:12:57 -0700 (MST) (envelope-from jamie@FreeBSD.org) Message-ID: <4D432344.5050001@FreeBSD.org> Date: Fri, 28 Jan 2011 13:12:52 -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: Kostik Belousov References: <20110127120447.GA40060@psconsult.nl> <4D41A65C.70204@FreeBSD.org> <4D41AD52.6030007@FreeBSD.org> <20110127203015.GM2518@deviant.kiev.zoral.com.ua> In-Reply-To: <20110127203015.GM2518@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@FreeBSD.org, Dirk Engling , 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: Fri, 28 Jan 2011 20:13:01 -0000 No - this is entirely a user-space project. Those are both things I'd like to add to jails after I get through the mess on the ofhter side of the kernel divide. - Jamie On 01/27/11 13:30, Kostik Belousov wrote: > On Thu, Jan 27, 2011 at 10:37:22AM -0700, Jamie Gritton wrote: >> 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 :-). > Are per-jail init and console in the list ?