From owner-svn-src-head@freebsd.org Thu Nov 23 16:13:52 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 A3D4CDF0F2A; Thu, 23 Nov 2017 16:13:52 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f178.google.com (mail-io0-f178.google.com [209.85.223.178]) (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 73D25713B3; Thu, 23 Nov 2017 16:13:51 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f178.google.com with SMTP id v21so27127979ioi.4; Thu, 23 Nov 2017 08:13:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=Q9OaoTy80EpwPnB32xA39Z/oIz8kY+QxpP6vFWFlgNk=; b=LkFQao/6hFn28aDKVA2brw1J8hFu1ji0zQ1CgZpk79mYwYYb5B3gJ1HIz5mEYDlAYw BRJLcw7+JR5Tiqmp/ELM+NkE20odt6gXfNXqmeD5SVU9FZAojbJJ2yTliK0cJh9E+5r7 T0bZ30M4p0wQDfQCcGnBFNo2wj3XQFtLGfVM5F8R9GYaG4EOg835sOOXlqC+1SiVLmWY K+sukbXxCR16+/aMBsUtBsWGpLXFfK9qTFWnaYAdCM/QebcnsPHl9MrHKuCfComTxdIs yahpQWfmxxoFi4mhUS9VKrtTSru+tPuCLVpXARYyXhzw9VLhV4n00RKc+b+Kc/JJ/1lG W1Dw== X-Gm-Message-State: AJaThX6r2H6tuFoZvLHFwXXXssRCta038zifyZqdI7rcAytdu4++wgcg 4vbF4OhAUbHKBk3AT3HeLMZuNfXc X-Google-Smtp-Source: AGs4zMbltfwP+p0Lk/qQtQYOE2fiKHET8+LMxUvOn5IBnjecQfAnX/jZjK0/+nIeUlCpI8IhfoNYzQ== X-Received: by 10.107.141.77 with SMTP id p74mr29549508iod.40.1511453625086; Thu, 23 Nov 2017 08:13:45 -0800 (PST) Received: from mail-it0-f49.google.com (mail-it0-f49.google.com. [209.85.214.49]) by smtp.gmail.com with ESMTPSA id e68sm6528418ite.0.2017.11.23.08.13.44 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Nov 2017 08:13:44 -0800 (PST) Received: by mail-it0-f49.google.com with SMTP id n134so10774941itg.3; Thu, 23 Nov 2017 08:13:44 -0800 (PST) X-Received: by 10.36.69.4 with SMTP id y4mr3721950ita.75.1511453624680; Thu, 23 Nov 2017 08:13:44 -0800 (PST) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.2.165.150 with HTTP; Thu, 23 Nov 2017 08:13:44 -0800 (PST) In-Reply-To: <201711231517.vANFHnwR091356@pdx.rh.CN85.dnsmgr.net> References: <20171123160815.2f467f760179901a0ba983f1@bidouilliste.com> <201711231517.vANFHnwR091356@pdx.rh.CN85.dnsmgr.net> From: Conrad Meyer Date: Thu, 23 Nov 2017 08:13:44 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r326095 - head/usr.sbin/bsdinstall/scripts To: "Rodney W. Grimes" Cc: Emmanuel Vadot , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" 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 16:13:52 -0000 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? Conrad