From owner-freebsd-questions@FreeBSD.ORG Mon Dec 20 23:08:34 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 5017216A4CE for ; Mon, 20 Dec 2004 23:08:34 +0000 (GMT) Received: from mail.praemunio.com (mail.praemunio.com [66.179.47.216]) by mx1.FreeBSD.org (Postfix) with SMTP id C597543D3F for ; Mon, 20 Dec 2004 23:08:33 +0000 (GMT) (envelope-from Frank@server1.home.knobbe.us) Received: from localhost (HELO mail.knobbe.us) by localhost with SMTP; 20 Dec 2004 17:08:33 -0600 Received: from server1.home.knobbe.us by firewall1.home.knobbe.us with SMTP; 20 Dec 2004 17:08:32 -0600 Date: Mon, 20 Dec 2004 17:08:31 -0600 From: Frank Knobbe To: Daniel Johansson Message-ID: <20041220230831.GA53582@knobbe.us> References: <2a37e1ef0412191423786ac08a@mail.gmail.com> <2a37e1ef04122014336d489e29@mail.gmail.com> <20041220230113.GA48865@knobbe.us> <2a37e1ef0412201504436ef3e7@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2a37e1ef0412201504436ef3e7@mail.gmail.com> User-Agent: Mutt/1.4.2.1i 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Dec 2004 23:08:34 -0000 On Tue, Dec 21, 2004 at 12:04:54AM +0100, Daniel Johansson wrote: > 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? I don't think it has to do with "importance". Rather it has to do with "correctness". Jails use the running kernel. You have to rebuild kernel and world together to prevent them from getting out-of-sync (easy to test with "top"). Hence, you also have to rebuild your jail-world when you rebuild your kernel. Hope that clarifies it. Regards, Frank