From owner-freebsd-questions@FreeBSD.ORG Tue Dec 21 11:17:48 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 006F616A4CF for ; Tue, 21 Dec 2004 11:17:48 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5368143D39 for ; Tue, 21 Dec 2004 11:17:47 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.13.1/8.13.1) with ESMTP id iBLBKDfm077709; Tue, 21 Dec 2004 12:20:13 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.13.1/8.13.1/Submit) id iBLBKDMY077708; Tue, 21 Dec 2004 12:20:13 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Tue, 21 Dec 2004 12:20:13 +0100 From: Ruben de Groot To: Frank Knobbe Message-ID: <20041221112013.GD53768@ei.bzerk.org> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041220233152.GB53582@knobbe.us> User-Agent: Mutt/1.4.2.1i X-Spam-Status: No, score=-2.3 required=5.0 tests=ALL_TRUSTED, FROM_ENDS_IN_NUMS autolearn=failed version=3.0.0 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on ei.bzerk.org cc: Daniel Johansson 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: Tue, 21 Dec 2004 11:17:48 -0000 On Mon, Dec 20, 2004 at 05:31:52PM -0600, Frank Knobbe typed: > 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. It works. Allthough I'm not completely sure about 4.x jails. Maybe you need to mount /proc to make it work there. Ruben