From owner-freebsd-current@FreeBSD.ORG Thu Mar 6 19:31:10 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D53753B for ; Thu, 6 Mar 2014 19:31:10 +0000 (UTC) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6E24DF0C for ; Thu, 6 Mar 2014 19:31:10 +0000 (UTC) Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 1088B21056 for ; Thu, 6 Mar 2014 14:31:01 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute1.internal (MEProxy); Thu, 06 Mar 2014 14:31:01 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=jhUlP9MBLod7R87Z/VKQjIm5qqY=; b=tV9RU xladPnL0hOxoo3m66YcEYYuR3+PhAIPnVnRb2+zP8N2hO+jjhraft6ANfhagQxBr FZntZ1NqyJJAi3O1RlcUZLKB6rl555BPteWhWj+T0E4pbX8ViprI3QM+zmU1hVWQ pfbUuAiM38Q/gCZVmJwOlePKHM4epMgt5HSPLg= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id E9555118B7D; Thu, 6 Mar 2014 14:31:00 -0500 (EST) Message-Id: <1394134260.15679.91454577.172E5E29@webmail.messagingengine.com> X-Sasl-Enc: Y/CL5g9JkiX4mZCtLWcjxu51XTZXaUz7b0Zp9IjTlCg1 1394134260 From: Mark Felder To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-4527a23f Subject: Re: reproducible panic every day at 03:02, probably triggered by daily periodic scipts - help Date: Thu, 06 Mar 2014 13:31:00 -0600 In-Reply-To: <44wqg7p77p.fsf@be-well.ilk.org> References: <1394115763.14742.91327521.717FE009@webmail.messagingengine.com> <201403061549.s26Fne7c059198@mech-cluster241.men.bris.ac.uk> <20140306155424.GL87036@glenbarber.us> <44wqg7p77p.fsf@be-well.ilk.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 19:31:10 -0000 On Thu, Mar 6, 2014, at 11:28, Lowell Gilbert wrote: > 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... > That won't help him narrow down the exact periodic script causing it, which is what he's trying to do.