From owner-freebsd-questions@FreeBSD.ORG Thu Jan 28 14:28:57 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1355106566B for ; Thu, 28 Jan 2010 14:28:57 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-px0-f183.google.com (mail-px0-f183.google.com [209.85.216.183]) by mx1.freebsd.org (Postfix) with ESMTP id 95C908FC15 for ; Thu, 28 Jan 2010 14:28:57 +0000 (UTC) Received: by pxi13 with SMTP id 13so528784pxi.3 for ; Thu, 28 Jan 2010 06:28:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=v02nV6+mUkPfrwQLvDstQDwssEtgelvSClRYyFInYhc=; b=FeGHM4G8Y9UmNCzUlsrQlj2kLZWvirDE0+ZNiBtVvIs6xLK/d50zByecuMVpowHXdW xkfuQU7S3f6xYT4NHovqzNRS3+2QD4FH+2YU/1D/4ELe9OHgqECtInkSTXtT0xfVxC5Y qgHmQrbEJRhArX0vU7VLBx38AaxNSypaiCf44= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=fi+QZaKHNiUVcw+Bm8MTZGWWvhyZsDjtfPx3H+/KiT6A1ChTeuQjwSGyLkZgjgPaAE lDkJhkFUjEvLNzfEFajWL3S+naSKFxnJ9FyorF9JvZpbONapwyMWXgR021FjTuq5bDbu i+wLVN9an8waU9Eb2ACHuYjNIItE6arw9MHe4= MIME-Version: 1.0 Received: by 10.142.151.23 with SMTP id y23mr974326wfd.269.1264688936106; Thu, 28 Jan 2010 06:28:56 -0800 (PST) In-Reply-To: References: Date: Thu, 28 Jan 2010 08:28:56 -0600 Message-ID: <6201873e1001280628o212d2c20n630c3369f0028985@mail.gmail.com> From: Adam Vande More To: Christer Solskogen Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: jails@freebsd.org, questions@freebsd.org Subject: Re: How do you manage your jails? 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: Thu, 28 Jan 2010 14:28:57 -0000 On Thu, Jan 28, 2010 at 8:21 AM, Christer Solskogen < christer.solskogen@gmail.com> wrote: > So you have installed a FreeBSD server and setup several jails on your > system. They run the services they need and everything works smoothly. But > how do manage all of them? What do you do if you want to run a command on > all jails? Do you run cfengine/puppy? How do you setup sendmail? Do > you have sendmail on all jails? > Do you share ports to all jails? How do you keep ports up to date on them? > Do you have a set of scripts that you want to share? On > http://antarctica.no/stuff/UNIX/FreeBSD/jails/ you'll find what I use. > > I'm preparing a talk for BLUG (the local Linux/BSD group) and I want to > know how > YOU manage your jails, there sure are more than one way do it. > you should check out /usr/ports/sysutils/ezjail -- Adam Vande More