Subject: Re: group kmem / current kernel
To: None <James.Lever@mailbox.uq.oz.au>
From: Charles M. Hannum <mycroft@ai.mit.edu>
List: current-users
Date: 06/14/1995 15:30:59
   I've recently finished a recompile of my kernel rebooted and found that 
   ps and top no longer work (both sgid kmem)

   recompiled with numerous different options etc...  to no avail..

Then you didn't update one of: a) include files, or b) libkvm.

cd /usr/src/include
make install
cd /usr/src/lib/libkvm
make clean && make && make install
cd /usr/src/bin/ps
make clean && make && make install