From owner-freebsd-questions@freebsd.org Thu Oct 20 14:24:27 2016 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 B87C8C1AC75 for ; Thu, 20 Oct 2016 14:24:27 +0000 (UTC) (envelope-from matt.xtaz@gmail.com) Received: from mail-qt0-f178.google.com (mail-qt0-f178.google.com [209.85.216.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 79A4DF65 for ; Thu, 20 Oct 2016 14:24:27 +0000 (UTC) (envelope-from matt.xtaz@gmail.com) Received: by mail-qt0-f178.google.com with SMTP id q7so56383083qtq.1 for ; Thu, 20 Oct 2016 07:24:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to:user-agent; bh=hep9M3cjYzT4tqUU2UAOSPFLFFoXFAgpBgaUTHmHgTk=; b=mQAuQa3uOExlUr1YdqeU1ToQqbtSzuPdBNfYJJktb+DVsw0zctvhuEJKrz/EC02pBq bH9/nrV0ktbuXsEviYXhPX34mrTgkoldo3dGdOSHsK+pSLkmpAI4PgzEu0hjjr1sF+dm E3GpbtiLrkZvAHPmxjOw6I5oswS9NuLE8UeuM0WHzo3zkhV4FifNVx2EkZCxt7wysqeZ jGhyuGPxuTteBsepG9UzxM0LBCG0f6X6Vhg57JQH4bWE/M0z+xRcI/nSCKq8sQgkoahZ vsGyzQfUfdnXzENAN42Pu9M/wZ5vqoCA7zu9LdAAGk5Y6NMhRa64va8iGpJ33vTjb+cA W/Ow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to:user-agent; bh=hep9M3cjYzT4tqUU2UAOSPFLFFoXFAgpBgaUTHmHgTk=; b=khjuglfwgPQApT2mwp0oX+A5GVS709SaFJtBegTk/yUB8ldwVsTnXozrdwrQTf6e+k f77Xha4E0mFo7wnWOhr6It/qNL0KeBZ6N/xSG8paDtLSTLr1B/bvxq0Q5YdNXZriKPim 4EHWK/GV4nVM0EFOrxVQL8/PGIddpXB0dM+RAGj+K3JyH0SJ/1d659NXY4O1wuE3Z3ot KPVcpzHhUF89Srl/MyzuMj2Yntgtb0GhlwRs6VqJw3rKuHmPKYDHM6T3dFfIqTnjoLbN VJUfXDTGwZyPZHM+CCvqWdEZtXUmDnn8pghzuXemd6zIgTLQ6L6qT29v2dcD68gfkPiw hX6g== X-Gm-Message-State: AA6/9RnvOrfhMw59aH+Kd/sHxO5T9cQuGVeGjbsMRItzjWFOoLzDmK0h870bkBj+wP+tWw== X-Received: by 10.194.43.74 with SMTP id u10mr607255wjl.12.1476973406010; Thu, 20 Oct 2016 07:23:26 -0700 (PDT) Received: from xtaz.uk (tao.xtaz.uk. [2001:8b0:fe33::10]) by smtp.gmail.com with ESMTPSA id a1sm15981341wju.41.2016.10.20.07.23.25 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 20 Oct 2016 07:23:25 -0700 (PDT) Date: Thu, 20 Oct 2016 15:23:23 +0100 From: Matt Smith To: Ernie Luzar Cc: Freebsd Questions Subject: Re: 11.0 with base ntpd daily leapfile problem Message-ID: <20161020142323.GA10877@xtaz.uk> Mail-Followup-To: Matt Smith , Ernie Luzar , Freebsd Questions References: <5808D23D.5000306@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <5808D23D.5000306@gmail.com> User-Agent: Mutt/1.7.1 (2016-10-04) 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, 20 Oct 2016 14:24:27 -0000 On Oct 20 10:18, Ernie Luzar wrote: > >I think I need to file a bug report about this. >What do I have to manually change in the script to fix this problem? > It isn't a problem. It's meant to do that. It launches whenever periodic daily launches which by default is 3am. As you can then see from the script it waits a random amount of seconds to "avoid dogpiling". This is so that everyones servers don't all suddenly try and fetch the same file at the same time causing a massive denial of service attack against the webserver. After the random amount of seconds has passed, it will fetch the file and exit. -- Matt