From owner-freebsd-current@FreeBSD.ORG Thu Mar 6 15:54:29 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 3A9BC8CB; Thu, 6 Mar 2014 15:54:29 +0000 (UTC) Received: from mail0.glenbarber.us (mail0.glenbarber.us [IPv6:2607:fc50:1:2300:1001:1001:1001:face]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0ADF86E0; Thu, 6 Mar 2014 15:54:29 +0000 (UTC) Received: from glenbarber.us (nucleus.glenbarber.us [IPv6:2001:470:8:1205:2:2:ff:100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gjb) by mail0.glenbarber.us (Postfix) with ESMTPSA id 38ADCB6C1; Thu, 6 Mar 2014 15:54:27 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.8.3 mail0.glenbarber.us 38ADCB6C1 Authentication-Results: mail0.glenbarber.us; dkim=none reason="no signature"; dkim-adsp=none Date: Thu, 6 Mar 2014 10:54:24 -0500 From: Glen Barber To: Anton Shterenlikht Subject: Re: reproducible panic every day at 03:02, probably triggered by daily periodic scipts - help Message-ID: <20140306155424.GL87036@glenbarber.us> References: <1394115763.14742.91327521.717FE009@webmail.messagingengine.com> <201403061549.s26Fne7c059198@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="xjamM5M9kpPM/bcu" Content-Disposition: inline In-Reply-To: <201403061549.s26Fne7c059198@mech-cluster241.men.bris.ac.uk> X-Operating-System: FreeBSD 11.0-CURRENT amd64 X-SCUD-Definition: Sudden Completely Unexpected Dataloss X-SULE-Definition: Sudden Unexpected Learning Event User-Agent: Mutt/1.5.22 (2013-10-16) Cc: 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 15:54:29 -0000 --xjamM5M9kpPM/bcu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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. >=20 > unfortunately I cannot reproduce the panic > this way. What I did was: >=20 > # cd /etc/periodic/daily > # for file in `ls` > do > echo $file > ./$file > done >=20 > 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. >=20 It can also be one of the scripts in /etc/periodic/security. Can you retry your test in that directory, as well? Glen --xjamM5M9kpPM/bcu Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAEBCAAGBQJTGJowAAoJELls3eqvi17QFcUP/R4HbiB1DunN0NHQd/KXORLG A7rPW/n8NkcnDyV+/9pUC01bV3GU49AV5jSP90b6tV4mfFplgtGUUOPmnT5mJcLk L9f+d3ebkBLi19mAJcG/etrPZ/IoWycP/sOyg2ddcCj6BlpKahKVFfpVrYf0bvcl 8aryZTt7xUmXWnbG6XBXulBaX8+n+4g0JAjTwwOQoHz06oAkR77AbeHAGbv/tiN2 sDEDjtQ1whuaHJ1/wqI5xM6x2AsGg8CNLhfu7nAfiKh39nCDPlEcAnsfvlfYP3NB PbAC2m6+HSHpYAVyyFWXtnZgddw8vLwNv6V35w8v5+vxtg0QMmFFDxferAob3s+a JI+LRYhM9cNJjYa8DCNpEqfmct3suVINTgNG88HyhV6WLRsrcvdI5P5qoJC3JIbe ewjHtk1E9wFZELkIhJBlDIbJi+/QA333DU8DqezXf8y2ICp+YLBdANGQkRJe90Ad UXRP3o5svcByphKeI9wwkWKRGgaM+zVoqL3JMCLsnppf6Brl7CLDXxz0lYbxFcm1 q3f0FQNPi+0+rrdTN17nAnJiu1KEDEGrzr3J71DPnf0Pt6VOlBpseP/axq6s4DSA pK/WRnU7q4TInJ3cycQsH9+l99ALsbA34QAeVNcCCOZ2kjwpSWhUpNUVwJtX89lG 1ZBiJXZc8rJobKor+Hiv =bYUP -----END PGP SIGNATURE----- --xjamM5M9kpPM/bcu--