From owner-freebsd-hackers@freebsd.org Mon May 22 10:25:42 2017 Return-Path: Delivered-To: freebsd-hackers@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 A5D88D77895 for ; Mon, 22 May 2017 10:25:42 +0000 (UTC) (envelope-from dirkx@webweaving.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 90D0214DD for ; Mon, 22 May 2017 10:25:42 +0000 (UTC) (envelope-from dirkx@webweaving.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9024AD77894; Mon, 22 May 2017 10:25:42 +0000 (UTC) Delivered-To: hackers@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 8E0C4D77892 for ; Mon, 22 May 2017 10:25:42 +0000 (UTC) (envelope-from dirkx@webweaving.org) Received: from weser.webweaving.org (weser.webweaving.org [148.251.234.232]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.webweaving.org", Issuer "RapidSSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C73814DA for ; Mon, 22 May 2017 10:25:41 +0000 (UTC) (envelope-from dirkx@webweaving.org) Received: from beeb.leiden.webweaving.org (5ED06D14.cm-7-1b.dynamic.ziggo.nl [94.208.109.20]) (authenticated bits=0) by weser.webweaving.org (8.15.2/8.15.2) with ESMTPSA id v4MA1TWa056265 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 22 May 2017 12:01:45 +0200 (CEST) (envelope-from dirkx@webweaving.org) X-Authentication-Warning: weser.webweaving.org: Host 5ED06D14.cm-7-1b.dynamic.ziggo.nl [94.208.109.20] claimed to be beeb.leiden.webweaving.org From: Dirk-Willem van Gulik Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: anti-dog-piling and ntpd leap files Message-Id: Date: Mon, 22 May 2017 12:01:29 +0200 To: FreeBSD Hackers X-Mailer: Apple Mail (2.3273) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.6.1 (weser.webweaving.org [148.251.234.232]); Mon, 22 May 2017 12:01:45 +0200 (CEST) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 May 2017 10:25:42 -0000 Just wondering - how is the new ntpd leapfile fetching supposed to work. = I spot a dead normal entry: May 22 03:01:00 lowcloud-storage /usr/sbin/cron[6258]: (root) = CMD (periodic daily) in /var/log/cron - and see the periodic scripts getting ran one by one. Yet regularly - I see 3 of them still sitting pretty =E2=80=94 even = though their sleeps are all below < 24hours: ps ... root 10324 0.0 0.0 13144 2788 - I 03:57 = 0:00.00 /bin/sh /etc/periodic/daily/480.leapfile-ntpd root 10327 0.0 0.0 6244 1996 - I 03:57 = 0:00.00 sleep 79926 root 16376 0.0 0.0 13144 1960 - IJ 05:10 = 0:00.00 /bin/sh /etc/periodic/daily/480.leapfile-ntpd root 16379 0.0 0.0 6244 1496 - IJ 05:10 = 0:00.00 sleep 64660 root 17537 0.0 0.0 13144 1960 - IJ 05:28 = 0:00.00 /bin/sh /etc/periodic/daily/480.leapfile-ntpd root 17540 0.0 0.0 6244 1496 - IJ 05:28 = 0:00.00 sleep 77582 That is not supposed to happen ? Correct ? Dw.