https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225778
Ian Lepore <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Ian Lepore <[email protected]> --- In my experience, the main reason for ntpd silently quitting is that the clock is far off and it refuses to step the clock that much. That can be fixed by setting ntpd_sync_on_start=YES in your rc.conf. That truss output only shows ntpd startup until the point where it forked off the daemon. To get useful truss output for ntpd, you need to add the -n (no-fork) flag on the ntpd command line. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
