Date: Sat, 23 Jun 2018 03:03:14 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 225778] ntpd fails to stay running Message-ID: <bug-225778-227-bWQmyITAp7@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-225778-227@https.bugs.freebsd.org/bugzilla/> References: <bug-225778-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225778 Ian Lepore <ian@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian@FreeBSD.org --- Comment #2 from Ian Lepore <ian@FreeBSD.org> --- In my experience, the main reason for ntpd silently quitting is that the cl= ock is far off and it refuses to step the clock that much. That can be fixed by setting ntpd_sync_on_start=3DYES in your rc.conf. That truss output only shows ntpd startup until the point where it forked o= ff the daemon. To get useful truss output for ntpd, you need to add the -n (no-fork) flag on the ntpd command line. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225778-227-bWQmyITAp7>