From owner-freebsd-questions Mon Jul 9 9: 6:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 05D9F37B401 for ; Mon, 9 Jul 2001 09:06:22 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from hades.hell.gr (patr530-b078.otenet.gr [195.167.121.206]) by mailsrv.otenet.gr (8.11.1/8.11.1) with ESMTP id f69G6FC08268; Mon, 9 Jul 2001 19:06:15 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.4/8.11.4) id f69EMji23450; Mon, 9 Jul 2001 17:22:45 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 9 Jul 2001 17:22:44 +0300 From: Giorgos Keramidas To: Peter Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: proc size mismatch Message-ID: <20010709172244.A23405@hades.hell.gr> References: <3B49B9A1.3AF78CA6@ca.inter.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B49B9A1.3AF78CA6@ca.inter.net>; from stellayu@ca.inter.net on Mon, Jul 09, 2001 at 10:03:13AM -0400 X-PGP-Fingerprint: 3A 75 52 EB F1 58 56 0D - C5 B8 21 B6 1B 5E 4A C2 X-URL: http://students.ceid.upatras.gr/~keramida/index.html Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From: Peter Subject: proc size mismatch Date: Mon, Jul 09, 2001 at 10:03:13AM -0400 > Hi all > > I have question when upgrading to 4.3 version. have you encoutered this > problem? > > bsd# w > ps: proc size mismatch (51744 total, 1044 chunks) > bsd# ps -a > ps: proc size mismatch (39072 total, 1044 chunks) > bsd# ps > ps: proc size mismatch (39072 total, 1044 chunks) > > Why does it happen and how do i fix it? This usually means that your kernel and userland are out of sync. Recompile your userland and kernel, from the same set of sources, using the instructions in /usr/src/UPDATING, and you should be ok :) -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message