From owner-freebsd-questions@FreeBSD.ORG Tue Jul 20 18:26:00 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1ABA71065672 for ; Tue, 20 Jul 2010 18:26:00 +0000 (UTC) (envelope-from aiza21@comclark.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 966B58FC08 for ; Tue, 20 Jul 2010 18:25:59 +0000 (UTC) Received: from [10.0.10.3] ([202.69.172.68]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 20 Jul 2010 11:25:42 -0700 Message-ID: <4C45EA1C.6070601@comclark.com> Date: Wed, 21 Jul 2010 02:25:32 +0800 From: Aiza User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4C452644.6060508@comclark.com> <20100720134205.3168f4f1@scorpio> In-Reply-To: <20100720134205.3168f4f1@scorpio> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 20 Jul 2010 18:25:43.0207 (UTC) FILETIME=[F6AE0370:01CB2838] X-Sender: fbsd8@a1poweruser.com Subject: Re: new jail utility is available. announcement. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2010 18:26:00 -0000 Jerry wrote: > On Tue, 20 Jul 2010 12:29:56 +0800 > Aiza articulated: > > >> This is a news announcement to inform people who have interest in jails, >> that a new jail utility is available. >> >> http://sourceforge.net/projects/qjail/ >> >> Has a file suitable for the pkg_add command or the port make files can >> be downloaded and a "make install" run. >> >> >> Qjail [ q = quick ] is a 4th generation wrapper for the basic chroot >> jail system that includes security and performance enhancements. Plus a >> new level of "user friendliness" enhancements dealing with deploying >> just a few jails or large jail environments consisting of 100's of >> jails. Qjail requires no knowledge of the jail command usage. >> >> It uses "nullfs" for read-only system binaries, sharing one copy of >> them with all the jails. >> >> Uses "mdconfig" to create sparse image jails. Sparse image jails >> provide a method to limit the total disk space a jail can consume, >> while only occupying disk space of the sum size of the files in >> the image jail. >> >> Ability to assign ip address with their network device name, >> so aliases are auto created on jail start and auto removed on jail stop. >> >> Ability to create "ZONE"s of identical qjail systems, each with >> their own group of jails. >> >> Ability to designate a portion of the jail name as a group prefix so >> the command being executed will apply to only those jail names >> matching that prefix. >> >> Qjail reduces the complexities of small and large jail deployments to >> the novice level. Qjail has a fully documented manpage written for easy >> comprehension. Details are given to felicitate the use of qjail's >> capabilities to the fullest extent possible. > > There presently does not exist a port for this, or at least I could not > find one. Is someone going to create a port? > > Like the announcement said the port is available at http://sourceforge.net/projects/qjail/ And if you have ever submitted a new port for inclusion into the freebsd ports system you would know that it takes months for it to show up in the collection. So you can wait till xmas or RELEASE 9.0 to come out for the port to be in the ports collection or just fetch it form the development project site.