From owner-freebsd-questions Wed Mar 18 10:32:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28694 for freebsd-questions-outgoing; Wed, 18 Mar 1998 10:32:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from enigami.com (enigami.com [208.140.182.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA28666 for ; Wed, 18 Mar 1998 10:32:13 -0800 (PST) (envelope-from ckempf@enigami.com) Received: from [208.140.182.45] (symphony.enigami.com [208.140.182.45]) by enigami.com (8.8.7/8.8.7) with ESMTP id NAA24851; Wed, 18 Mar 1998 13:30:54 -0500 (EST) X-Sender: ckempfm@enigami.com Message-Id: In-Reply-To: <199803181745.MAA01106@ds9.lesn.lehigh.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 18 Mar 1998 13:22:37 -0500 To: Jamie Norwood , freebsd-questions@FreeBSD.ORG From: Cory Kempf Subject: Re: Error: Proc size mismatch Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 12:45 -0500 98.03.18, Jamie Norwood wrote: >OK, I did a make buildworld on 3.0-971225-SNAP, everything compiled >correctly. I then did make installworld. Again, no errors Rebooted. Now, >when I do w, ps, or anything of the sort, I get: > >kanga:/home/mistwolf> ps >ps: proc size mismatch (1352 total, 664 chunks) > >Any ideas what cause this? You need to build a kernel that matches the rest of the world you just built. Go into /sys/i386/conf, create a configuration file for your system, run config, cd to the compile directory (../../compile//), do a make depend, a make all, and a make install. Go to /root, cp /kernel /kernel.good If your did it right, when you reboot, you will be using a new kernel based on the same source tree as ps, et al. If not, well, at the boot prompt, tell it to boot off of /kernel.good, and fix your config file. +C -- Thinking of purchasing RAM from the Chip Merchant? Please read this first: Cory Kempf Macintosh / Unix Consulting & Software Development ckempf@enigami.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message