From owner-freebsd-questions@freebsd.org Thu Oct 20 14:18:29 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 775D7C1A903 for ; Thu, 20 Oct 2016 14:18:29 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-it0-x242.google.com (mail-it0-x242.google.com [IPv6:2607:f8b0:4001:c0b::242]) (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 41763B39 for ; Thu, 20 Oct 2016 14:18:29 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mail-it0-x242.google.com with SMTP id 139so6166398itm.2 for ; Thu, 20 Oct 2016 07:18:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-transfer-encoding; bh=HV0Qa09jXLJnZir4m25tKqFgsvOQi2v9iF8Y2Y42EO0=; b=jXbW2sU3RxzSmOv+PBKLGHF1bye3OqKY1SCnhLoMWXjIjSWIfLyWU5D+LM9ISnaQ3A GIuGZ4mLl4Ao/b9F5DFciIAvv/5bRta2oMmqr5l9mcITx35RoUG04kBkfPDz7fmx+bFt mei37IfRjHKgkHyewMiA58RKF0IY5EYl/6pJjOq4uMS755Q0fUMqi7Xu70tY7b/RvWrt 6oTQtElDkD4rIqfM3WaZxUAwP2UZNF/OKeOC0ZKLt6ngsJj9r+qNKh8qokTWLihRY3er FBQ8kCHxQvF86s6zE7RfLWIxEG9GLpZJ6WAWyw+QsciMFQWh9wnJO7wAJm69n4eIP4zj olJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-transfer-encoding; bh=HV0Qa09jXLJnZir4m25tKqFgsvOQi2v9iF8Y2Y42EO0=; b=MP+U9wpZalgF2DXCES+C86SBJ50Eclo9DOLR8cHru7z4H9XwsD1ExbMglVWARHFR6k 40HMKA/TDmRjlSJj/wu1epDJgMLRcAfMhlNv2xt4Zo+WUwrDTuhG7nD3Po8AqVKl+K3G JWnZ+kQ0lhAqaorjzJ85kJLDWI1WWBnK8cZ6zIDK5l5prxsClpNavOH6oLSCvIQYHLx8 bVdxL6yxXyilL3+eiwVvUD9tlOK1THHef1gYuJ15uDP+vjaje+Q2BBqyrFDx3K7kmOJZ s08RhmVx9EXAnELcL/mE/WtHBwKq6+oPqKbVLVmOvDlG0aBB4MgT3RFFMXkYFHN5dOXg nWJQ== X-Gm-Message-State: AA6/9RkRlJWClaYe49zowYKU9gl33/bhhMMF03v9wmqHULJluVry7Xk+fokw9e5w7Zzk3w== X-Received: by 10.36.26.3 with SMTP id 3mr1126884iti.46.1476973108425; Thu, 20 Oct 2016 07:18:28 -0700 (PDT) Received: from [10.0.10.3] (cpe-24-165-204-240.neo.res.rr.com. [24.165.204.240]) by smtp.googlemail.com with ESMTPSA id a11sm185517ita.18.2016.10.20.07.18.27 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 20 Oct 2016 07:18:28 -0700 (PDT) Message-ID: <5808D23D.5000306@gmail.com> Date: Thu, 20 Oct 2016 10:18:37 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Freebsd Questions Subject: 11.0 with base ntpd daily leapfile problem Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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:18:29 -0000 Hello list; Every morning the "ps ax" command shows these 2 tasks running. They never change or go away until I manually kill it. /root >ps ax PID TT STAT TIME COMMAND ---snip-- 729 - Ss 0:35.63 /usr/sbin/ntpd -g -c /etc/ntp.conf -p /var/run/ntpd. 28509 - I 0:00.00 /bin/sh /etc/periodic/daily/480.leapfile-ntpd 28512 - I 0:00.00 sleep 84627 This is the text of the script /root >cat /etc/periodic/daily/480.leapfile-ntpd #!/bin/sh # # $FreeBSD: releng/11.0/etc/periodic/daily/480.leapfile-ntpd 301102 2016-06-01 04:37:43Z cy $ # # If there is a global system configuration file, suck it in. # if [ -r /etc/defaults/periodic.conf ] then . /etc/defaults/periodic.conf source_periodic_confs fi case "$daily_ntpd_leapfile_enable" in [Yy][Ee][Ss]) case "$daily_ntpd_avoid_congestion" in [Yy][Ee][Ss]) # Avoid dogpiling (sleep $(jot -r 1 0 86400); service ntpd onefetch) & ;; *) service ntpd onefetch ;; esac ;; esac exit $rc 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? Thanks