From owner-freebsd-questions@FreeBSD.ORG Wed Sep 17 19:07:16 2003 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 196C516A4B3 for ; Wed, 17 Sep 2003 19:07:16 -0700 (PDT) Received: from ns1.tcbug.org (12-218-40-24.client.mchsi.com [12.218.40.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89EE743FE0 for ; Wed, 17 Sep 2003 19:07:15 -0700 (PDT) (envelope-from friar_josh@tcbug.org) Received: by ns1.tcbug.org (Postfix, from userid 1012) id 5ABC1B243; Wed, 17 Sep 2003 21:05:46 -0500 (CDT) Date: Wed, 17 Sep 2003 21:05:46 -0500 From: Josh Paetzel To: Rob Lahaye Message-ID: <20030918020546.GK27665@tcbug.org> References: <3F691154.1020708@snu.ac.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F691154.1020708@snu.ac.kr> User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org Subject: Re: PRERELEASE kernel: top command gives rubbish output !?! 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: Thu, 18 Sep 2003 02:07:16 -0000 On Thu, Sep 18, 2003 at 10:58:44AM +0900, Rob Lahaye wrote: > > > > I have compiled and installed the STABLE cvsup'ed kernel sources, > rebooted and discovered that the 'top' command (still from 4.8-RELEASE) > now outputs rubbish: > > Is there a quicker fix than recompiling the whole base system (base system > now is 4.8-RELEASE)? > > Thanks, > Rob. No. Unlike linux, in FreeBSD your kernel and world have to be in sync with each other. You can't run a new kernel with an old userland. Josh Paetzel