Created attachment 159922 [details] restore refclocks selection The panicked update to ntp 4.2.8p1 in r280849 did not follow the configure instructions in FREEBSD-upgrade. In particular, the selection of clock drivers was not maintained and instead overwritten with the upstream defaults, enabling numerous obscure drivers but disabling the comparatively popular RAWDCF refclock. To make matters more complicated, the previous clock selection in ntp/config.h was already partially out of sync with FREEBSD-upgrade. The attached patch restores the clock driver selection to that of r268351 and updates the corresponding instructions in FREEBSD-upgrade. A further discrepancy is --disable-debugging vs. #define DEBUG 1. The patch does not address this. This affects 11.0-CURRENT, 10.2-STABLE, and 10.2-RELEASE. I noticed the problem when updating a box to 10.2R and ntpd only threw the cryptic error message "PARSE receiver #0: parse_start: parse_setfmt() FAILED." instead of attaching to my DCF77 time signal receiver.
^Triage: clear stale flags. To submitter: is this aging PR still relevant?
Fixed by commit 9bf168600cd727a3f6594a6201a1e85bb0aa6221 Author: Cy Schubert <cy@FreeBSD.org> Date: Fri Sep 4 16:59:01 2015 +0000 Turn on RAWDCF by default.