From owner-freebsd-jail@FreeBSD.ORG Wed Mar 4 13:55:57 2009 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BF65106567A for ; Wed, 4 Mar 2009 13:55:57 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [91.103.162.4]) by mx1.freebsd.org (Postfix) with ESMTP id B7DCD8FC0C for ; Wed, 4 Mar 2009 13:55:54 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id A6DD619E02E; Wed, 4 Mar 2009 14:55:49 +0100 (CET) Received: from [192.168.1.2] (r5bb235.net.upc.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id A674E19E023; Wed, 4 Mar 2009 14:55:43 +0100 (CET) Message-ID: <49AE885F.9030905@quip.cz> Date: Wed, 04 Mar 2009 14:55:43 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cz, cs, en, en-us MIME-Version: 1.0 To: "Bjoern A. Zeeb" References: <20090207174104.Y93725@maildrop.int.zabbadoz.net> In-Reply-To: <20090207174104.Y93725@maildrop.int.zabbadoz.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-jail@freebsd.org Subject: Re: HEADS UP: multi-IPv4/v6/no-IP jails now in 7-STABLE X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Mar 2009 13:55:57 -0000 Bjoern A. Zeeb wrote: > Hi, > > what has started a long time ago with patches from various people, was > started, abandoned, resumed finally found an end. > > I am happy to hereby announce that the multi-IPv4/v6/no-IP jails work > has been merged to 7-STABLE and thus can be used in FreeBSD 7 without > the need to maintain or apply patches from now on. > > This also means that the updated jails will be included in 7.2 release. > > This update gives you (short selection): > - zero, one or multi-IP jails. > - IPv4 and IPv6 support. > - cpuset support for jails. > - jail names and states to ease administration. - 32bit compat on 64bit, > jail v1 compat, .. > > You'll find a longer summary about all the new features and how to use > them in a posting from December (you should really read it): > http://lists.freebsd.org/pipermail/freebsd-jail/2008-December/000631.html > > Since the above posting, multiple PRs had been addressed and fixes include > - SIOCGIFADDR ioctl handling which fixes the "samba inside jails problem" > - no more arp and ndp information disclosure > - updated rc.conf framework (fully backward compatible in 7), see > man 5 rc.conf and /etc/defaults/rc.conf. > - various documentation/man page updates > - ... I am now using your new multi-IP Jail (7-STABLE) for a few weeks without any problems. Thanks for your good work! I am interested in new features - jail name and cpuset support. I can use it manually, but there is no support in /etc/rc.d/jail. Do you have any plan to add these features in to rc.d/jail + rc.conf? Or better said - If I make a patch, are you willing to clean + commit it? :) (I know, you do not want more complexity in rc.d/jail script...) I also done one patch half year ago http://www.freebsd.org/cgi/query-pr.cgi?pr=124248 Can you accept it, or reject it, so the PR can be closed? (I can make newer patch for 7-STABLE or 8-CURRENT if you want it) Miroslav Lachman