From owner-freebsd-current@FreeBSD.ORG Thu Mar 6 17:28:32 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A3D54BB1; Thu, 6 Mar 2014 17:28:32 +0000 (UTC) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 7B4A729; Thu, 6 Mar 2014 17:28:32 +0000 (UTC) Received: by be-well.ilk.org (Postfix, from userid 1147) id 347FF33C48; Thu, 6 Mar 2014 12:28:26 -0500 (EST) From: Lowell Gilbert To: Glen Barber Subject: Re: reproducible panic every day at 03:02, probably triggered by daily periodic scipts - help References: <1394115763.14742.91327521.717FE009@webmail.messagingengine.com> <201403061549.s26Fne7c059198@mech-cluster241.men.bris.ac.uk> <20140306155424.GL87036@glenbarber.us> Date: Thu, 06 Mar 2014 12:28:26 -0500 In-Reply-To: <20140306155424.GL87036@glenbarber.us> (Glen Barber's message of "Thu, 6 Mar 2014 10:54:24 -0500") Message-ID: <44wqg7p77p.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: Anton Shterenlikht , freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Mar 2014 17:28:32 -0000 Glen Barber writes: > On Thu, Mar 06, 2014 at 07:49:42AM -0800, Anton Shterenlikht wrote: >> >Can you go into /etc/periodic/daily and execute those scripts one by >> >one? You should be able to narrow down which one is the culprit. >> >> unfortunately I cannot reproduce the panic >> this way. What I did was: >> >> # cd /etc/periodic/daily >> # for file in `ls` >> do >> echo $file >> ./$file >> done >> >> I run it twice, I could see all scripts >> executing one after another, >> but no panic. >> Perhaps something else is happening at >> the same time as daily scripts? >> But I cannot find what. >> > > It can also be one of the scripts in /etc/periodic/security. > > Can you retry your test in that directory, as well? "periodic daily" would be a slightly better test...