From owner-freebsd-questions@FreeBSD.ORG Sun Mar 21 08:12:35 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B09D16A4CE for ; Sun, 21 Mar 2004 08:12:35 -0800 (PST) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E34843D1D for ; Sun, 21 Mar 2004 08:12:34 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i2LGCGG3073896 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 21 Mar 2004 16:12:16 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i2LGCG8o073895; Sun, 21 Mar 2004 16:12:16 GMT (envelope-from matthew) Date: Sun, 21 Mar 2004 16:12:16 +0000 From: Matthew Seaman To: Chad M Stewart Message-ID: <20040321161216.GB73790@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Chad M Stewart , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gj572EiMnwbLXET9" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i X-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk X-Virus-Scanned: clamd / ClamAV version devel-20040316, clamav-milter version 0.67l cc: freebsd-questions@freebsd.org Subject: Re: jail - updating/patching X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 16:12:35 -0000 --gj572EiMnwbLXET9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Mar 21, 2004 at 10:22:54AM -0500, Chad M Stewart wrote: >=20 > I've got my first jail up and working, installed Apache and just=20 > generally poking around. There is one area of jail management that=20 > I've not found any documentation for. How does one keep it up to date?= =20 > Keeping things from ports updated is straight forward, the same as=20 > any real host. I'm wondering about things that were placed there by=20 > the 'make installworld DESTDIR=3D'. How are those things= =20 > kept up to date? Later down the road when I update the host system to=20 > the latest -stable branch, how would my jails be affected? upgraded? If it's a fat jail (as described in the jail(8) man page, then you can keep it up to date by doing: # make installworld DESTDIR=3D/path/to/jail then log into the jail, and run 'mergemaster'. You should incorporate these stages into whatever your routine is for doing system upgrades, so you keep jail and host system updated in synch. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --gj572EiMnwbLXET9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAXb7gdtESqEQa7a0RAoeIAJ9POIjQAXcJHVjtU6lBTPQlLmBZcgCeKFeg 1ZqM0KfKc+LlFAq0MvtADU0= =2wOk -----END PGP SIGNATURE----- --gj572EiMnwbLXET9--