From owner-freebsd-stable Mon Jan 8 21:32: 4 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id E3E1437B400 for ; Mon, 8 Jan 2001 21:31:46 -0800 (PST) Received: from rfx-64-6-211-149.users.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Mon, 8 Jan 2001 21:30:01 -0800 Received: (from cjc@localhost) by rfx-64-6-211-149.users.reflexcom.com (8.11.0/8.11.0) id f095Vfa82962; Mon, 8 Jan 2001 21:31:41 -0800 (PST) (envelope-from cjc) Date: Mon, 8 Jan 2001 21:31:41 -0800 From: "Crist J. Clark" To: Erich Zigler Cc: freebsd-stable@FreeBSD.ORG Subject: Re: ps and top problems Message-ID: <20010108213141.I95729@rfx-64-6-211-149.users.reflexco> Reply-To: cjclark@alum.mit.edu References: <20010108210939.A317@superhero.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20010108210939.A317@superhero.org>; from erichz@superhero.org on Mon, Jan 08, 2001 at 09:09:39PM -0600 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 08, 2001 at 09:09:39PM -0600, Erich Zigler wrote: > I rebuilt my world and kernel recently and when I did ps and top I would get > these errors... > > ps: proc size mismatch (36176 total, 1056 chunks) > > kvm_open: proc size mismatch (72352 total, 1056 chunks) > top: Out of memory. > > Following advice I rm -rf'ed /usr/src and cvsupped down the latest 4-STABLE > source tree. Rebuilt... > > make buildworld > make installworld > make buildkernel KERNEL= > make installkernel KERNEL= Is this what you really typed? You didn't build a kernel. Userland and the kernel are out of sync. If you are building GENERIC, make buildkernel make installkernel If you are building your own, you should be putting in its name. Setting "KERNEL=" (setting the KERNEL variable to null) is not the same as not defining it at all. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message