Date: Thu, 21 Sep 2000 02:41:45 +0300 From: "Giorgos Keramidas" <keramida@ceid.upatras.gr> To: cal@rushe.aero.org Cc: freebsd-questions@freebsd.org Subject: Re: 4.0 proc size mismatch from 'w' Message-ID: <20000920234146.5505.qmail@localhost.hell.gr> In-Reply-To: <200009202324.QAA03824@calamari.aero.org>; from cal@rushe.aero.org on Wed, Sep 20, 2000 at 04:24:38PM -0700 References: <200009202324.QAA03824@calamari.aero.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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, <keramida@ceid.upatras.gr> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000920234146.5505.qmail>