calcru: runtime went backwards from on FreeBSD 5-STABLE SMP and Non-SMP

2005-08-29 Thread freebsdquestion
I am getting tons of these errors and would like to know what I can do.  I
have tried setting my kern.timecounter.hardware to TSC, i8254, ACPI-safe and
I have even disabled the ACPI which leaves me with
kern.timecounter.hardware: i8254.
 
I am using FreeBSD 5-stable  #2 with dual PIII Zeon Processors and a P4
system with HyperThreading disabled and both seem to do this.  Netwin is at
a loss and so am I.  Any help would be greatly appreciated.  
 
Aug 29 19:07:12 marvin kernel: calcru: runtime went backwards from 65601433
usec to 65601140 usec for pid 6406 (surgemail)
Aug 29 19:07:36 marvin kernel: calcru: runtime went backwards from 66161646
usec to 66160290 usec for pid 6406 (surgemail)
Aug 29 19:07:36 marvin kernel: calcru: runtime went backwards from 66161646
usec to 66161114 usec for pid 6406 (surgemail)
Aug 29 19:07:51 marvin kernel: calcru: runtime went backwards from 66479195
usec to 66478025 usec for pid 6406 (surgemail)
Aug 29 19:07:51 marvin kernel: calcru: runtime went backwards from 66479195
usec to 66478775 usec for pid 6406 (surgemail)
Aug 29 19:08:29 marvin kernel: calcru: runtime went backwards from 67277563
usec to 67276508 usec for pid 6406 (surgemail)
Aug 29 19:08:29 marvin kernel: calcru: runtime went backwards from 67277563
usec to 67277310 usec for pid 6406 (surgemail)
Aug 29 19:08:40 marvin kernel: calcru: runtime went backwards from 67457231
usec to 67455796 usec for pid 6406 (surgemail)
Aug 29 19:08:40 marvin kernel: calcru: runtime went backwards from 67457231
usec to 67456525 usec for pid 6406 (surgemail)
Aug 29 19:08:40 marvin kernel: calcru: runtime went backwards from 67457231
usec to 67457192 usec for pid 6406 (surgemail)
 
 
 
Thanks,
Ed
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 5-STABLE doesn't compile: fails on Kerberos5?

2005-03-29 Thread Joel Heikkila
I was trying to make buildworld the 5-STABLE tree (fetched as of about
an hour ago), and I got these error messages a bit of the way into it.

Any idea what was causing this?  I'll get back to you right away if you
need more information or anything.

/usr/local/libexec/ccache/cc -O -march=pentium2
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
-c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/cache.c
/usr/local/libexec/ccache/cc -O -march=pentium2
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
-c
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c:
In function `setpw_send_request':
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c:170:
error: syntax error before chpw
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c:188:
error: `chpw' undeclared (first use in this function)
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c:188:
error: (Each undeclared identifier is reported only once
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c:188:
error: for each function it appears in.)
*** Error code 1

Stop in /usr/src/kerberos5/lib/libkrb5.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

--
Joel Heikkila [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 5-STABLE doesn't compile: fails on Kerberos5?

2005-03-29 Thread Alec Berryman
Joel Heikkila on 2005-03-29 18:51:15 -0500:

 I was trying to make buildworld the 5-STABLE tree (fetched as of about
 an hour ago), and I got these error messages a bit of the way into it.
 
 Any idea what was causing this?

ccache has occassionally caused this sort of error for me with
kerberos.  I'd try again without it and without otherwise defining CC
or CXX in make.conf.  Usually after the first time it builds fine I
can go back to using ccache.


pgpVdj3PYJvHL.pgp
Description: PGP signature


Re: FreeBSD 5-STABLE doesn't compile: fails on Kerberos5?

2005-03-29 Thread Nick Pavlica
On Tue, 29 Mar 2005 18:51:15 -0500, Joel Heikkila [EMAIL PROTECTED] wrote:
 I was trying to make buildworld the 5-STABLE tree (fetched as of about
 an hour ago), and I got these error messages a bit of the way into it.
 
 Any idea what was causing this?  I'll get back to you right away if you
 need more information or anything.
 
 /usr/local/libexec/ccache/cc -O -march=pentium2
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/cache.c
 /usr/local/libexec/ccache/cc -O -march=pentium2
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c:
 In function `setpw_send_request':
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c:170:
 error: syntax error before chpw
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c:188:
 error: `chpw' undeclared (first use in this function)
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c:188:
 error: (Each undeclared identifier is reported only once
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c:188:
 error: for each function it appears in.)
 *** Error code 1
 
 Stop in /usr/src/kerberos5/lib/libkrb5.
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
 
 --
 Joel Heikkila [EMAIL PROTECTED]
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 


You may want to take a look at this thread as well:

http://lists.freebsd.org/pipermail/freebsd-current/2005-March/047173.html

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


FreeBSD 5-stable

2004-02-19 Thread RJ45

looks like 5.2.1 will be out soon, does it mean that the STABLE branch
cycle is going to start also for 5.x ?

thanks

Rick


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


Re: FreeBSD 5-stable

2004-02-19 Thread Andrew L. Gould
On Thursday 19 February 2004 07:49 am, RJ45 wrote:
 looks like 5.2.1 will be out soon, does it mean that the STABLE branch
 cycle is going to start also for 5.x ?

 thanks

 Rick

Currently, I think 5.3 is the planned STABLE release.  See:

http://www.freebsd.org/doc/en_US.ISO8859-1/articles/5-roadmap/schedule.html

Best regards,

Andrew Gould

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


Re: FreeBSD 5-stable

2004-02-19 Thread Peter Schuller
 looks like 5.2.1 will be out soon, does it mean that the STABLE branch
 cycle is going to start also for 5.x ?

AFAIK the current goal is to create 5-STABLE in conjunction with 5.3-RELEASE. 
But I may have outdated information.
-- 
/ Peter Schuller, InfiDyne Technologies HB

PGP userID: 0xE9758B7D or 'Peter Schuller [EMAIL PROTECTED]'
Key retrieval: Send an E-Mail to [EMAIL PROTECTED]
E-Mail: [EMAIL PROTECTED] Web: http://www.scode.org

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