From owner-freebsd-questions@FreeBSD.ORG Wed Sep 17 21: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 AAC5116A4B3 for ; Wed, 17 Sep 2003 21:07:16 -0700 (PDT) Received: from spam1.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 6ACAC43FE1 for ; Wed, 17 Sep 2003 21:07:15 -0700 (PDT) (envelope-from lahaye@snu.ac.kr) Received: (snipe 2947 invoked by alias); 18 Sep 2003 04:36:14 -0000 Received: from lahaye@snu.ac.kr with Spamsniper2.0 (Processed in 0.051022 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 18 Sep 2003 04:36:14 -0000 X-RCPTTO: freebsd-questions@FreeBSD.ORG, Received: from snu.ac.kr ([147.46.44.183]) by sis1.snu.ac.kr (8.12.9/8.12.9) with ESMTP id h8I46K9H276850 for ; Thu, 18 Sep 2003 13:06:21 +0900 Message-ID: <3F692F73.8050005@snu.ac.kr> Date: Thu, 18 Sep 2003 13:07:15 +0900 From: Rob Lahaye Organization: Seoul National University - South Korea User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030726 X-Accept-Language: en-us, ko-kr MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG References: <3F68CEC4.1884.512580E@localhost> In-Reply-To: <3F68CEC4.1884.512580E@localhost> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Recompiled kernel PRERELEASE: 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 04:07:16 -0000 Daniel wrote: > > On 18 Sep 2003 at 10:07, Rob Lahaye wrote: > > >>I have compiled and installed the STABLE cvsup'ed kernel sources, >>rebooted and discovered that the 'top' command now outputs >>rubbish: >> >>[Snip] >> >>Is there a quicker fix than recompiling the whole base system (base system >>now is 4.8-RELEASE)? >> > > > Not that I know of... you made a pretty big jump in kernel structures and whatnot, and your > system should follow the kernel... it would be quite unwise to run a 4.8-RELEASE system Thanks all for your very useful advise, comments and encouraging me to go for a new world! I've just built a new world here...for the first time in my life. Quite scary, but eventually flawless without any problems. Bless that wonderful FreeBSD handbook!!! So I learned that I also should rebuild my world, when I go for the new kernel. How about my already installed software from the ports' collection? So far that seems to run fine with the new world and kernel. But can I expect to run into trouble here at some point? If so, any idea where and when ? Thanks, Rob.