On Tue, Sep 10, 2019, at 3:20 PM, Олег Бахарев wrote: > aux/timesync doesnt work in raspberry pi 2. How to fix this problem ?
I could never get it working until I did this: term% cat /rc/bin/termrc.local # timesync # when timesync(8) says "$ntp", it's lying. rm -f /sys/log/timesync TIMESYNCARGS=(-na1000000 2.europe.pool.ntp.org) term% I'm not sure what the rm was for, but it's not needed now. It must have been a debug option. I think I remember timesync complaining if /sys/log/timesync existed when it started up.