From owner-freebsd-questions@freebsd.org Thu Oct 12 05:53:27 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 7AD31E44B77 for ; Thu, 12 Oct 2017 05:53:27 +0000 (UTC) (envelope-from kent.kuriyama@gmail.com) Received: from mail-wm0-x244.google.com (mail-wm0-x244.google.com [IPv6:2a00:1450:400c:c09::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0F752673BF for ; Thu, 12 Oct 2017 05:53:27 +0000 (UTC) (envelope-from kent.kuriyama@gmail.com) Received: by mail-wm0-x244.google.com with SMTP id i124so9825590wmf.3 for ; Wed, 11 Oct 2017 22:53:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=VTEi7rT3DbpTJ8mKyi2RvThwTlIqT5MwGoDmmyBnrHo=; b=jkYniQX0/ZnbJI9vPyGpOi90fdIm/Y3LqsYqNcuHZIjs8inJxLbYWUOZ+DfBVM3rsc Mdt/y08NXjfEkWR9uAphMvSEsqiwQi6EooWrQI9FLWG9ciTmKmV5DtczxZOmF+rgiZSY G0O2nhZo7Wvfuf7prmDbAONZshE2izt6wy1uKHk5CuAMNN6sTKmlt2y6YefW1ukKqGpy qijkd3iUriIrTNboRPbDnwMqYy+xJ5Xp/b2OQeyVdvrrtwLi21V9XGA666zAU8LZlDqz m1UnSr358GJFObDeQ5sV7eWv98qfAh/FKz9Yv6VDq5hqQs2raXnzHk5ebp1Wz+P5OgHH xVaw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=VTEi7rT3DbpTJ8mKyi2RvThwTlIqT5MwGoDmmyBnrHo=; b=hhGgiz6/9dieG8hEMTuZQTafwU7k7d4b3eB15vG1h7VJ1DXMjxq2zMYNxXPyGD04fP k1+i617sIuAtDq3dhv/SUW3AJmv/gGLDb5j0MrGeCfLyE2kq2230oCMpsaGvgSkOobSM u4WG3W6nHkMzZ0YGD5DljAFKp3/fjPTBHYH1xnt88CwAqIKP2ZRX0UpsC3a9PsNS5ZI1 2kmmK8Wpwy5a7k2bZLC99H8j4zLlHdgAhEoT52q2Deca0odT1XXxo/QeGJ2p3GJYGL0f 0mPqAxNr94Id0eGljv5B0NoAd2aSKk+ed0f3zsVgR7bl42VUfruonrgIZVQgyCsbwXOl ZBtg== X-Gm-Message-State: AMCzsaXoOJv4gw+X6M/3I1j1TnWaf6ugalD5XNLwAwhi1a2sMPzm5WmX u69feIuCDpa2sPjgu4x0SbTXY54ScTtackTNk7lw124w X-Google-Smtp-Source: ABhQp+Tg6Wz5rePv963V9Dm0Pb4puKPZ1OLxkm6Y+aji35X1DcDp0Rjyg2xGORUWXhFmZa354iug0+bVvDLUmJj1pDQ= X-Received: by 10.28.66.16 with SMTP id p16mr922970wma.11.1507787605560; Wed, 11 Oct 2017 22:53:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.197.196 with HTTP; Wed, 11 Oct 2017 22:53:25 -0700 (PDT) In-Reply-To: <1675.1507786349@segfault.tristatelogic.com> References: <1675.1507786349@segfault.tristatelogic.com> From: Kent Kuriyama Date: Wed, 11 Oct 2017 19:53:25 -1000 Message-ID: Subject: Re: Another 11.1-RELEASE install minor annoyance (ntpd) To: "Ronald F. Guilmette" Cc: FreeBSD Questions Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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:53:27 -0000 What is happening is that your system clock is so far off that ntpd starts up and then shutdown because the time delta is too great. I just enable ntpdate. In /etc/rc.conf I have the lines: ntpdate_enable="YES" ntpdate_flags="-b" # Causes ntpdate to step the time regardless of delta Reboot the system, this should fix your problem. Kent On Wed, Oct 11, 2017 at 7:32 PM, Ronald F. Guilmette wrote: > > 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? > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" >