Hello, I noticed that using latest git for ntpsec `/bin/ntpq -c kerninfo|/bin/awk -e '/pll offset:/ {o=$3; if (o < 0) o = -o; print o*1000000;}' -e '/estimated error/ {print $3*1000000;print 1;print "ntpstat"}'` does no longer provide me with a pll offset nor an estimated error. What are the alternatives? Please let me know! Kind regards, Udo