Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2006 11:33:52 -0700
From:      Rudy <crapsh@MonkeyBrains.NET>
To:        questions@freebsd.org
Subject:   Re: "kernel: calcru: negative runtime of -604787 usec for pid 16 (yarrow)" messages..
Message-ID:  <452D3910.1040308@MonkeyBrains.NET>

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

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



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