Re: [chrony-dev] rtcsync in chrony 3.5

2019-12-10 Thread Miroslav Lichvar
On Mon, Dec 09, 2019 at 04:11:30PM +0700, Gerriet M. Denkmann wrote: > I have some suspicion that rtcsync does no longer work in 3.5. > > set_sync_status has these lines: > /* update the RTC by applying a step of 0.0 secs */ >apply_step_offset(0.0); >last_rtc_sync = now; >

[chrony-dev] rtcsync in chrony 3.5

2019-12-09 Thread Gerriet M. Denkmann
I have some suspicion that rtcsync does no longer work in 3.5. set_sync_status has these lines: /* update the RTC by applying a step of 0.0 secs */ apply_step_offset(0.0); last_rtc_sync = now; DEBUG_LOG("rtc synchronised”; So: maybe I should turn on some debug flags