From owner-freebsd-questions Thu Sep 21 16:22:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.hellasnet.gr (mail.hellasnet.gr [212.54.192.3]) by hub.freebsd.org (Postfix) with ESMTP id 0747537B42C for ; Thu, 21 Sep 2000 16:22:38 -0700 (PDT) Received: from mail.hell.gr (ppp2.patr.hellasnet.gr [212.54.197.17]) by mail.hellasnet.gr (8.9.1/8.9.1) with SMTP id WAA06877 for ; Thu, 21 Sep 2000 22:23:07 -0200 (GMT) Received: (qmail 5506 invoked by uid 1001); 20 Sep 2000 23:41:46 -0000 Message-ID: <20000920234146.5505.qmail@localhost.hell.gr> From: "Giorgos Keramidas" Date: Thu, 21 Sep 2000 02:41:45 +0300 To: cal@rushe.aero.org Cc: freebsd-questions@freebsd.org Subject: Re: 4.0 proc size mismatch from 'w' References: <200009202324.QAA03824@calamari.aero.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <200009202324.QAA03824@calamari.aero.org>; from cal@rushe.aero.org on Wed, Sep 20, 2000 at 04:24:38PM -0700 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 X-Loop: FreeBSD.ORG On Wed, Sep 20, 2000 at 04:24:38PM -0700, cal@rushe.aero.org wrote: > > hi, all - > > i am running 4.0 on a number of machines, with a custom kernel (though i think > this happened also for GENERIC), and they all exhibit the following problem: > when i run ps or w, it fails with the message > > proc size mismatch (... total, 1044 chunks) Your kernel seems to be out of sync with your `world'. Try recompiling your world, with: # cd /usr/src # make buildworld and install it later (after booting into single user mode) with: # cd /usr/src # make installworld -- Giorgos Keramidas, For my public pgp2 key: finger -l keramida@diogenis.ceid.upatras.gr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message