From owner-freebsd-questions@FreeBSD.ORG  Tue Aug 23 08:21:43 2011
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 1B84F106566C
	for <freebsd-questions@freebsd.org>;
	Tue, 23 Aug 2011 08:21:43 +0000 (UTC)
	(envelope-from Johan@double-l.nl)
Received: from smtp-vbr14.xs4all.nl (smtp-vbr14.xs4all.nl [194.109.24.34])
	by mx1.freebsd.org (Postfix) with ESMTP id A83D98FC0A
	for <freebsd-questions@freebsd.org>;
	Tue, 23 Aug 2011 08:21:42 +0000 (UTC)
Received: from remote.double-l.nl (double-l.xs4all.nl [80.126.205.144])
	by smtp-vbr14.xs4all.nl (8.13.8/8.13.8) with ESMTP id p7N8LBFE097075
	(version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL);
	Tue, 23 Aug 2011 10:21:11 +0200 (CEST)
	(envelope-from Johan@double-l.nl)
Received: from SRV01.double-l.local ([fe80::1128:e7bc:ba4a:a89a]) by
	SRV01.double-l.local ([fe80::1128:e7bc:ba4a:a89a%13]) with mapi id
	14.01.0218.012; Tue, 23 Aug 2011 10:21:38 +0200
From: Johan Hendriks <Johan@double-l.nl>
To: Rocky Borg <rrborg-list@thelebowski.com>
Thread-Topic: Ezjail & freebsd-update
Thread-Index: AQHMYG0Q1kLx9mQA8UW7jL0Y4RF+KJUqDTIM
Date: Tue, 23 Aug 2011 08:21:36 +0000
Message-ID: <6C3F8332272B7D4DA26909F15F1C90E1E58CB2@SRV01.double-l.local>
References: <4E51B09C.9000302@thelebowski.com>
In-Reply-To: <4E51B09C.9000302@thelebowski.com>
Accept-Language: nl-NL, en-US
Content-Language: nl-NL
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [213.84.84.186]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Virus-Scanned: by XS4ALL Virus Scanner
Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject: RE: Ezjail & freebsd-update
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 23 Aug 2011 08:21:43 -0000

>I had an opportunity to upgrade a server from freebsd 8.1 to 8.2 since=0A=
>it had to be restarted any way. I upgraded it with freebsd-update and=0A=
>compiled a custom kernel with no problem. However I haven't been able to=
=0A=
>find a procedure for updating jails when they've been setup with ezjail.=
=0A=
>I did 'ezjail-admin update -u' however it doesn't seem like that=0A=
>upgraded things like the /etc/ dir inside jails. I'm not too worried=0A=
>since everything is working however if anyone can point me in the right=0A=
>direction I would appreciate it. I figure this will be especially=0A=
>important when moving to 9.0 when it's released.=0A=
=0A=
I always use ezjail_admin update -i =0A=
Then do the normal mergemaster steps for the jails=0A=
=0A=
mergemaster -iU -D /your/path/to/jail=0A=
You need to do that for every jail you have=0A=
=0A=
So if you have three jails named jail_1, jail_2 and jail_3, you do this thr=
ee times.=0A=
=0A=
mergemaster -iU -D /your/path/to/jail_1=0A=
mergemaster -iU -D /your/path/to/jail_2=0A=
mergemaster -iU -D /your/path/to/jail_3=0A=
=0A=
=0A=
=0A=
regards,=0A=
Johan Hendriks=