From owner-freebsd-questions Thu Jan 16 21: 0:16 2003 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 9507937B401 for ; Thu, 16 Jan 2003 21:00:15 -0800 (PST) Received: from ra.dweebsoft.com (ra.dweebsoft.com [209.237.40.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3210943F80 for ; Thu, 16 Jan 2003 21:00:15 -0800 (PST) (envelope-from deckenberg@dweebsoft.com) Received: from daxhome (daxhome.dweebsoft.com [192.168.10.10]) by ra.dweebsoft.com (8.12.3/8.12.5) with SMTP id h0H509jn082065; Thu, 16 Jan 2003 21:00:09 -0800 (PST) (envelope-from deckenberg@dweebsoft.com) Message-ID: <00f701c2bde5$4f573170$0a0aa8c0@dweebsoft.com> From: "Dax Eckenberg" To: "Jason Morgan" , References: <20030117040132.GB51149@sentinelchicken.net> <20030117040722.GA51269@sentinelchicken.net> Subject: Re: problem with top? Date: Thu, 16 Jan 2003 21:00:09 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 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 > On Thu, Jan 16, 2003 at 11:01:32PM -0500, Jason Morgan wrote: > > What does this mean? > > > > $ top > > kvm_open: proc size mismatch (41340 total, 1056 chunks) > > top: Out of memory. > > > > $ ps aux | more > > ps: proc size mismatch (41340 total, 1056 chunks) > > > > > > This came up right after installing the GIMP port (gimp1 in ports). I > > noticed some slight slow down in the system, so I thought I would take a > > look at what's going on. Now everything seems to be running fine, but I > > still can't use top or ps. > > > > Jason Not sure how the GIMP port would have caused this... but I've had this same problem when mixing newly built kernels with old binaries. Read the Makefile in /usr/src. Sounds like you need to: # cd /usr/src # make installworld To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message