From owner-freebsd-isp@FreeBSD.ORG Thu Feb 2 16:30:45 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5100E16A420 for ; Thu, 2 Feb 2006 16:30:45 +0000 (GMT) (envelope-from mark@gaiahost.coop) Received: from biodiesel.gaiahost.coop (biodiesel.gaiahost.coop [64.95.78.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC97843D58 for ; Thu, 2 Feb 2006 16:30:43 +0000 (GMT) (envelope-from mark@gaiahost.coop) Received: from localhost (host-64-65-195-19.spr.choiceone.net [::ffff:64.65.195.19]) (AUTH: LOGIN mark@hubcapconsulting.com) by biodiesel.gaiahost.coop with esmtp; Thu, 02 Feb 2006 11:30:42 -0500 id 006A80CC.43E233B3.00004C26 Received: by localhost (sSMTP sendmail emulation); Thu, 2 Feb 2006 11:30:44 -0500 Date: Thu, 2 Feb 2006 11:30:44 -0500 From: Mark Bucciarelli To: freebsd-isp@freebsd.org Message-ID: <20060202163043.GW1532@rabbit> Mail-Followup-To: freebsd-isp@freebsd.org References: <43E225D6.7000506@rnp.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <43E225D6.7000506@rnp.br> User-Agent: Mutt/1.4.2.1i Subject: Re: About FreeBSD jails administration tools X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2006 16:30:45 -0000 On Thu, Feb 02, 2006 at 01:31:34PM -0200, Alex Moura wrote: > Port: jailaudit-1.1 > Port: ezjail-1.1 I've been using ezjail and I like it. Benefits: - one less script I have to write and maintain - mounts /usr/sbin (etc.) read-only. - is actively being worked on The flavors stuff is under construction and I have not been able to get that to work properly yet. I did a bunch of work but ran into problems with FreeBSD packages; for example: (1) cannot package screen utility (2) apache13+modssl + php4 combo must be built from ports (at least according to the googling I did). (3) having one box build packages gets tricky when you have a variety of apache + php combos. it was an excersize in combinatorics that I preferred to bypass. m