From owner-freebsd-questions@FreeBSD.ORG Sat Sep 24 02:44:56 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 1F67216A41F for ; Sat, 24 Sep 2005 02:44:56 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id B133943D48 for ; Sat, 24 Sep 2005 02:44:55 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j8O2hVBA071953; Fri, 23 Sep 2005 21:43:58 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <4334BD49.8010804@daleco.biz> Date: Fri, 23 Sep 2005 21:43:21 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.11) Gecko/20050923 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug Poland References: <20050923183340.GE2474@polands.org> <433485C3.1010408@makeworld.com> <20050924003643.GF2474@polands.org> In-Reply-To: <20050924003643.GF2474@polands.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 02:44:56 -0000 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 "mergemaster -p", and then, as Chris said, "make installworld" and "mergemaster". But mergemaster probably isn't at issue. Are you sure all the steps are completing properly? I got myself in trouble once by scripting the process without checking whether the previous operation was successful...... FWIW, top and ps seem fine to me: FreeBSD archangel.daleco.biz 6.0-BETA5 FreeBSD 6.0-BETA5 #0: Thu Sep 22 18:17:26 CDT 2005 root@archangel.daleco.biz:/usr/obj/usr/src/sys/GENERIC i386 So if someone has broken it, which I doubt, it happened today or late yesterday. I've seen nothing on current, but I've not searched for a PR, nor the releng "to do" list. You didn't show your supfile; but I guess that the output of uname indicates that you got the right source.... What about `which top` && `which ps` and ls -l same? Kevin Kinsey