Problem migrating from legacy to ntpsec
Hal Murray
halmurray at sonic.net
Fri Sep 6 23:09:07 UTC 2024
penninojim at yahoo.com said:
>From syslog:
> ntpd[35421]: REFCLOCK: refclock_params: kernel PLL (hardpps, RFC 1589) not implemented
> ntpd[35421]: REFCLOCK: NMEA(0) set PPSAPI params fails
The PPS stuff needs something like
ldattach 18 /dev/ttyS0 # gets /dev/pps0
And that has to be done before ntpd gets started.
What OS/Distro are you using?
On Fedora, I have this in rc.local
setserial /dev/ttyS0 low_latency
ldattach 18 /dev/ttyS0 # gets /dev/pps0
sleep 5
chown ntp:ntp /dev/ttyS0 /dev/pps0
service ntpd start
--
These are my opinions. I hate spam.
More information about the users
mailing list