Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 2000 20:22:43 +0200
From:      "Henk Wevers" <wevers@cg.nu>
To:        "Doug Barton" <DougB@gorean.org>
Cc:        <hackers@freebsd.org>, <stable@freebsd.org>
Subject:   RE: ps does not work after a cvsupdate to 4.0-STABLE
Message-ID:  <MCEMINFJPDOLKDHIJBLDCEJLCBAA.wevers@cg.nu>
In-Reply-To: <3915B39C.DC28C7C7@gorean.org>

next in thread | previous in thread | raw e-mail | index | archive | help

Yes i did, i found the solution in the Dutch FreeBSD mailinglist 
nlfug@nlfug.nl
FAQ IIRC.

libkvm is out of sync.

cd /usr/src/lib/libkvm
make cleandir
make cleandir
make obj
make depend
make all install
cd /usr/src/bin/ps
make cleandir
make cleandir
make obj
make depend
make all install

This did work fine.

Henk

Henk Wevers wrote:
> 
> Hi *,
> 
> After a make world  and offcourse a rebuild from the kernel, my
> ps and top command did not work anymore.
> 
> If i do a ps i get the following message.
> 
> ps: proc size mismatch (40872 total, 1044 chunks)
> 
> Somebody has an idea?
> Is the procfilesystem changed and the ps command not?

	Did you actually install the kernel you built? This is a classic
kernel/userland mismatch symptom.

Doug
-- 
        "Live free or die"
		- State motto of my ancestral homeland, New Hampshire

	Do YOU Yahoo!?



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?MCEMINFJPDOLKDHIJBLDCEJLCBAA.wevers>