From owner-freebsd-questions@freebsd.org Thu Oct 12 05:32:30 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F141DE4431F for ; Thu, 12 Oct 2017 05:32:30 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id DF2D5668F1 for ; Thu, 12 Oct 2017 05:32:30 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from segfault-nmh-helo.tristatelogic.com (localhost [127.0.0.1]) by segfault.tristatelogic.com (Postfix) with ESMTP id 34BCB3AF00 for ; Wed, 11 Oct 2017 22:32:30 -0700 (PDT) From: "Ronald F. Guilmette" To: freebsd-questions@freebsd.org Subject: Another 11.1-RELEASE install minor annoyance (ntpd) Date: Wed, 11 Oct 2017 22:32:29 -0700 Message-ID: <1675.1507786349@segfault.tristatelogic.com> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Oct 2017 05:32:31 -0000 I dunno what went wrong here. During my fresh install of 11.1-RELEASE I explicity selected that I wanted ntpd to run, and sure enough, in my /etc/rc.conf file I see the line: ntpd_enable="YES" but "ps -ax | fgrep ntp" shows nothing running, and the time on this system is way way WAY off. What did I do wrong? Is this another case where I have to poke an appropriate hole in my Linksys E4200 router config, ya know, to make NTP work?