merge 419219 306106 thanks On Sat, Apr 14, 2007 at 02:41:21PM +0200, Benoît Dejean wrote: > Package: openntpd > Version: 3.9p1-4 > Severity: normal > > Hello, > > clock adjustment is too slow. I think it used to be faster. > The adjustment rate is 1.5s / hour. Which that if your clock drifts > a bit openntp is unable to keep it sync.
The kernel has a maximum adjust rate of 500 ppm or 1.8 s / hour. openntpd will only step the time when starting and it's told to do so. For the rest it assumes it can keep it in sync with just calling adjtime(). Kurt