<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello, Tony:<br>
Thanks, my TN computer get 3745, I think my TN should be correct the
clock drift.<br>
my NUT is RHEL5.2, and TN freebsd 6.2<br>
Thanks<br>
Wang jiabo<br>
<br>
Anthony Coon wrote:
<blockquote
cite="mid:4C746D982532424D8D9F286C8A9B11E11B91199B8A@PA-EXMBX04.vmware.com"
type="cite">
<pre wrap="">Wang,
It could be your clock or a defect in your ipv6 stack.
I use the following utility to measure sleep drift for tahi machines. I have a HP box with 2 Xeons that drifts 10 seconds in 5 minutes with speedstep off.
If you are not seeing a material drift, you should probably take this up with your developers as the stack may not be handling RA addresses correctly.
===============
#!/usr/bin/perl
$tm=$ARGV[0];
print "tm=$tm\n";
$tm0=time();
sleep($tm);
$tm1=time();
$tmx=$tm1-$tm0;
print "clock delta: $tmx\n";
=================
Run this for an hour, for example:
./drift.pl 3600
If it returns a delta materially different than 3600, you probably have a clock problem, else you may have a software defect in your stack... or both ;-)
BTW, is the NUT RHEL5.2 and TN freebsd 7.0?
HIH,
Tony
________________________________________
From: wang_jiabo [<a class="moz-txt-link-abbreviated" href="mailto:jiabwang@redhat.com">jiabwang@redhat.com</a>]
Sent: Monday, September 01, 2008 4:48 AM
To: <a class="moz-txt-link-abbreviated" href="mailto:users@tahi.org">users@tahi.org</a>
Subject: [users:00872] Re: failure3 .2.5.B: Part B: Prefix Lifetime greater than 2 hours(RFC 4862)
Hello, all:
very strange, I close the speedstep in Freebsd computer, but it is still
failure,
could you support me finding where problem is?
Anthony Coon wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Wang,
Any chance that you are running on Intel chips with speedstep? See
<a class="moz-txt-link-freetext" href="http://lists.freebsd.org/pipermail/freebsd-bugs/2007-February/022317.html">http://lists.freebsd.org/pipermail/freebsd-bugs/2007-February/022317.html</a>
and
<a class="moz-txt-link-freetext" href="http://www.mavetju.org/mail/view_message.php?list=freebsd-bugs&id=2529282">http://www.mavetju.org/mail/view_message.php?list=freebsd-bugs&id=2529282</a>
HIH,
Tony
</pre>
</blockquote>
<pre wrap=""><!----><snip>
</pre>
</blockquote>
<br>
</body>
</html>