From owner-freebsd-questions@FreeBSD.ORG Mon Dec 20 23:04:55 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 BE61516A4CE for ; Mon, 20 Dec 2004 23:04:55 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E2DF43D5D for ; Mon, 20 Dec 2004 23:04:55 +0000 (GMT) (envelope-from donnex@gmail.com) Received: by wproxy.gmail.com with SMTP id 55so39341wri for ; Mon, 20 Dec 2004 15:04:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=piputJDUzMQEZEanTvmIVd1NlKDGmjBwjMxtagV8JJlrUeQvGL+m1/Piu7eKTNUN4UKdy49/0I0wLSYltFZcUIRm7eLAGHOlBH2Tfjr2F28FVkFkTAWkDb7GnCRMbHcDGDCB+glQjL8MbNdjzv3ZpYjO+oWgA1fGtnj4bO8uaoY= Received: by 10.54.1.68 with SMTP id 68mr17336wra; Mon, 20 Dec 2004 15:04:54 -0800 (PST) Received: by 10.54.29.63 with HTTP; Mon, 20 Dec 2004 15:04:54 -0800 (PST) Message-ID: <2a37e1ef0412201504436ef3e7@mail.gmail.com> Date: Tue, 21 Dec 2004 00:04:54 +0100 From: Daniel Johansson To: Frank Knobbe In-Reply-To: <20041220230113.GA48865@knobbe.us> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <2a37e1ef0412191423786ac08a@mail.gmail.com> <2a37e1ef04122014336d489e29@mail.gmail.com> <20041220230113.GA48865@knobbe.us> cc: questions@freebsd.org Subject: Re: Do I have to rebuild my jails too when I rebuild the server? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel Johansson List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Dec 2004 23:04:55 -0000 Okay, I see. I've not done this with my jails so I think it's time to do it But until now everything has worked anyway, upgraded from 4.9 to 4.10-p5. How important is it to rebuild the jails too? On Mon, 20 Dec 2004 17:01:13 -0600, Frank Knobbe wrote: > On Mon, Dec 20, 2004 at 11:33:33PM +0100, Daniel Johansson wrote: > > Okay, thank you but that page didn't help very much. I know how to > > rebuild and update the server, and I've done it many times but what I > > need to know is if I must rebuild my jails to when I rebuild the > > server. Maby the hostsystem and the jail gets out of sync? > > Yes. Whenever you build world for your host system, you should also build > for the jail (using DESTDIR). Otherwise they get out of sync as you suspect. > > Regards, > Frank > >