From owner-freebsd-jail@FreeBSD.ORG Wed Mar 4 18:20:08 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 0BDF710656D9 for ; Wed, 4 Mar 2009 18:20:08 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id B83C08FC0C for ; Wed, 4 Mar 2009 18:20:07 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id B8D9241C710; Wed, 4 Mar 2009 19:20:05 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id d5V5Av4B7Tyq; Wed, 4 Mar 2009 19:20:05 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id 6E61041C707; Wed, 4 Mar 2009 19:20:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 877574448E6; Wed, 4 Mar 2009 18:18:10 +0000 (UTC) Date: Wed, 4 Mar 2009 18:18:10 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Miroslav Lachman <000.fbsd@quip.cz> In-Reply-To: <49AE885F.9030905@quip.cz> Message-ID: <20090304181500.D96785@maildrop.int.zabbadoz.net> References: <20090207174104.Y93725@maildrop.int.zabbadoz.net> <49AE885F.9030905@quip.cz> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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 18:20:08 -0000 On Wed, 4 Mar 2009, Miroslav Lachman wrote: > 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 think there is no need to add anything... for cpuset you have to do it manually afterwards; you could probably use jail__exec_afterstart or what its name was for that. For jail names just add -n name to jail__flags Check /etc/defaults/rc.conf and man rc.conf for those names and examples/descriptions. /bz -- Bjoern A. Zeeb The greatest risk is not taking one.