Yes i did, i found the solution in the Dutch FreeBSD mailinglist 
[EMAIL PROTECTED]
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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to