From owner-freebsd-questions@FreeBSD.ORG Sat Sep 24 00:57:54 2005 Return-Path: X-Original-To: questions@freebsd.org 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 55D4D16A41F for ; Sat, 24 Sep 2005 00:57:54 +0000 (GMT) (envelope-from djp@polands.org) Received: from galilee.polands.org (CPE-24-208-53-189.new.res.rr.com [24.208.53.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6BEA43D48 for ; Sat, 24 Sep 2005 00:57:53 +0000 (GMT) (envelope-from djp@polands.org) Received: from jericho.polands.org ([172.16.1.35]) by galilee.polands.org (8.12.9/8.12.9) with ESMTP id j8O0vbJu020672; Fri, 23 Sep 2005 19:57:48 -0500 (CDT) (envelope-from djp@polands.org) Received: from jericho.polands.org (localhost [127.0.0.1]) by jericho.polands.org (8.13.3/8.13.1) with ESMTP id j8O0vbF6047420; Fri, 23 Sep 2005 19:57:37 -0500 (CDT) (envelope-from djp@jericho.polands.org) Received: (from djp@localhost) by jericho.polands.org (8.13.3/8.13.1/Submit) id j8O0vbxW047419; Fri, 23 Sep 2005 19:57:37 -0500 (CDT) (envelope-from djp) Date: Fri, 23 Sep 2005 19:57:37 -0500 From: Doug Poland To: Chris Message-ID: <20050924005736.GA47391@polands.org> References: <20050923183340.GE2474@polands.org> <433485C3.1010408@makeworld.com> <20050924003643.GF2474@polands.org> <4334A0D3.30004@makeworld.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4334A0D3.30004@makeworld.com> User-Agent: Mutt/1.5.9i Cc: questions@freebsd.org Subject: Re: top and ps fail on 6.0-BETA5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2005 00:57:54 -0000 On Fri, Sep 23, 2005 at 07:41:55PM -0500, Chris wrote: > Doug Poland wrote: > > On Fri, Sep 23, 2005 at 05:46:27PM -0500, Chris wrote: > > > >>Doug Poland wrote: > >> > >>>Hello, > >>> > >>>I've noticed that top and ps are failing on my recently re-built > >>>6.0-BETA5 box. > >>> > >>>djp@ammon% top > >>>kvm_open: kinfo_proc size mismatch (expected 648, got 768) > >>>top: Out of memory. > >>> > >> > >>I think the issue lies in the order you do things AFTER you cvsup > >>the src tree. > >> > > > > I cvsup the sources then I follow the handbook's recommendation in: > > > > 20.4.1 The Canonical Way to Update Your System > > > > # make buildworld > > # make buildkernel > > # make installkernel > > # reboot > > > > Is that not correct? > > > > Followed by? make installworld I assume > I searched my command line history and failed to run install world. I've been doing this for years and can understand forgetting a step once in awhile, but this is embrassing. Thanks for pointing that out... -- Regards, Doug