From owner-freebsd-questions@FreeBSD.ORG Mon Oct 8 18:56:36 2007 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 AA3CF16A417 for ; Mon, 8 Oct 2007 18:56:36 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.freebsd.org (Postfix) with ESMTP id 1FBAC13C48E for ; Mon, 8 Oct 2007 18:56:35 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bsam.ru ([85.172.12.30]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id l98ItqIp059901 for ; Mon, 8 Oct 2007 22:56:10 +0400 (MSD) Received: (from bsam@localhost) by bsam.ru (8.14.1/8.14.1/Submit) id l98IwVxR001640; Mon, 8 Oct 2007 22:58:31 +0400 (MSD) (envelope-from bsam@ipt.ru) X-Authentication-Warning: bsam.ru: bsam set sender to bsam@ipt.ru using -f To: Vinny References: <47095A0E.6030506@palaceofretention.ca> From: Boris Samorodov Date: Mon, 08 Oct 2007 22:58:31 +0400 In-Reply-To: <47095A0E.6030506@palaceofretention.ca> (Vinny's message of "Sun\, 07 Oct 2007 18\:13\:34 -0400") Message-ID: <10930104@bsam.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: User Questions Subject: Re: Jails and freebsd-update 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: Mon, 08 Oct 2007 18:56:36 -0000 On Sun, 07 Oct 2007 18:13:34 -0400 Vinny wrote: > I'm setting up a server for mail and web. I want to > put each in their own jail on a host system. I have installed > 6.2-Release on the host and successfully used freebsd-update > to grab up to -p8. So far so good. > Now, I was going to install the jails using the standard > way (man jail): > JAIL=/path/to/jail > cd /usr/src > mkdir -p $JAIL > make world DESTDIR=$JAIL > make distribution DESTDIR=$JAIL > and so forth. > But then it occurred to me that freebsd-update says > it only works on installations that haven't been > built from source. > My question then is how can I use freebsd-update with > jails? > Thanks for any help. Seems that you are looking for sysutils/ezjail. WBR -- bsam