Re: "kernel: calcru: negative runtime of -604787 usec for pid 16 (yarrow)" messages..

2006-10-11 Thread Bill Moran
In response to Rudy <[EMAIL PROTECTED]>:

> 
> Rob G. asked about "calcru: negative runtime " on Sun, 24 Sep 2006 13:14:27
> and was not answered.  Well, I too have PDSMi+ motherboards and am 
> getting the same error.
> 
> What is this error?

This is usually related to the following FAQ entry:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#LAPTOP-CLOCK-SKEW

In spite of the fact that it mentions laptops, I've found this solution
to work in almost all cases.

-- 
Bill Moran
Collaborative Fusion Inc.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: "kernel: calcru: negative runtime of -604787 usec for pid 16 (yarrow)" messages..

2006-10-11 Thread Rudy


Rob G. asked about "calcru: negative runtime " on Sun, 24 Sep 2006 13:14:27
and was not answered.  Well, I too have PDSMi+ motherboards and am 
getting the same error.


What is this error?
Is anyone else using the SuperMicro PDSMi+ motherboards with success?

I am running '6.1-RELEASE FreeBSD' and installed the i386 SMP kernel.

From:   sys/kern/kern_resource.c

   if ((int64_t)tu < 0) {
   printf("calcru: negative runtime of %jd usec for pid %d 
(%s)\n",

   (intmax_t)tu, p->p_pid, p->p_comm);
   tu = ptu;
   }   



Thanks for any info,
Rudy
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"