From owner-svn-src-head@freebsd.org Thu Nov 23 17:29:38 2017 Return-Path: Delivered-To: svn-src-head@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 D2DB2DF2321; Thu, 23 Nov 2017 17:29:38 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A920473824; Thu, 23 Nov 2017 17:29:38 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id vANHTVHj092084; Thu, 23 Nov 2017 09:29:31 -0800 (PST) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id vANHTVmo092083; Thu, 23 Nov 2017 09:29:31 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201711231729.vANHTVmo092083@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r326095 - head/usr.sbin/bsdinstall/scripts In-Reply-To: To: cem@freebsd.org Date: Thu, 23 Nov 2017 09:29:31 -0800 (PST) CC: "Rodney W. Grimes" , Emmanuel Vadot , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Nov 2017 17:29:38 -0000 [ Charset UTF-8 unsupported, converting... ] > On Thu, Nov 23, 2017 at 7:17 AM, Rodney W. Grimes > wrote: > >> Also we do provide an ntp.conf so ... > > > > We do, a template, all commented out, and does not work for > > machines behind strong firewalls that wont allow ntp out > > to the net but have internal ntp servers that are used for > > such things. > > > > Well maybe not all commented out, I think it defaults to > > some public pools. I believe it would be missing iburst > > for use with ntp -pg > > Does ntpdate work out of the box in such environments? If so, how? ntpdate time.nist.gov ntpdate does not need a configureration file, just a command line argument. -- Rod Grimes rgrimes@freebsd.org