On Wed, Apr 28, 1999 at 09:57:45PM +0200, Robert Sander wrote:
> The solution for me is a little script running in the background and
> updating the systemclock from /proc/rtc.
[...]
Ouch. Try ``hwclock [--utc] --hctosys''.
> But this could not be a solution, I think. Why is this systemclock
> drifting anyway?
The systemclock, that is the jiffies counter, is interrupt driven. If
the system misses an interrupt, you're loosing 1/HZ, that is 0.01s for
an Intel system. In particular SCSI systems tend to loose interrupts.
The clock jitter caused by this effect is often so bad that xntpd looses
synchronisation.
Ralf
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]