[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: -current: panic at setrunqueue



On Mon, Apr 03, 2000 at 04:37:20PM +0100, Brian Somers wrote:
> If it's any consolation, I'm suffering from this too.  To boot, cvs 

I replied privately to the earlier message...  I ran across this problem
on two systems over the weekend.  The fix that worked for me was really
simple:
  make clean
  make depend
  make

(in your kernel's compile directory)