From owner-freebsd-questions@FreeBSD.ORG Mon Dec 20 23:41:39 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 15E8416A4CE for ; Mon, 20 Dec 2004 23:41:39 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7573F43D53 for ; Mon, 20 Dec 2004 23:41:38 +0000 (GMT) (envelope-from donnex@gmail.com) Received: by wproxy.gmail.com with SMTP id 55so42292wri for ; Mon, 20 Dec 2004 15:41:37 -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=iVqsdbkaT18ybTXfRiU3otFX5scgHhBf0U7ZAYjKvbMGu5bjMBdFIXhIikFkHPeMGoNgu0GV6MV5AKI6BwPYTQAHffPJclZhw6VzvGAHzG9Gzac8gALCuxCVAoQ1o4XRk04ZOXHdsiUJ0Q/D7YGlBKf6yAFVcb3GTvq3z+pRBX8= Received: by 10.54.42.70 with SMTP id p70mr90829wrp; Mon, 20 Dec 2004 15:41:37 -0800 (PST) Received: by 10.54.29.63 with HTTP; Mon, 20 Dec 2004 15:41:37 -0800 (PST) Message-ID: <2a37e1ef041220154144df6582@mail.gmail.com> Date: Tue, 21 Dec 2004 00:41:37 +0100 From: Daniel Johansson To: Frank Knobbe In-Reply-To: <20041220233152.GB53582@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> <2a37e1ef0412201504436ef3e7@mail.gmail.com> <20041220230831.GA53582@knobbe.us> <2a37e1ef041220151358deab93@mail.gmail.com> <20041220233152.GB53582@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:41:39 -0000 On Mon, 20 Dec 2004 17:31:52 -0600, Frank Knobbe wrote: > On Tue, Dec 21, 2004 at 12:13:08AM +0100, Daniel Johansson wrote: > > I see. So if I've got a synced jail and host then top will work? I > > thought top never worked inside jail for some memoryissue or something > > like that? > > No, I was using that as an example for the host. I don't think top will work > in a jail. > > > I think I should go and rebuild my jails too. It's just a bit of work > > with three jails, thank god that I've got a fast box :) > > Not really. Update kernel, then: > make buildworld > make installworld > make DESTDIR=/jail1 installworld > make DESTDIR=/jail2 installworld > > You only need to compile once. > Hmm true, I just have to buld it once, great! > > Still the issue with config-files but I think I'll back them up and > > just restore them. > > uhm... we're talking binaries here. I'm not sure why you would need to restore > your config files. But making backups is always a good practice. > Hmm my bad, maby installworld doesn't install any new configfiles to /etc? Only mergemaster who installes configfiles? Would still be a good idea to run mergemaster for the jail to keep the configfiles up to date. > Regards, > Frank > >