From owner-freebsd-current@FreeBSD.ORG Fri Mar 28 08:40:12 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 B3E87C23 for ; Fri, 28 Mar 2014 08:40:12 +0000 (UTC) Received: from eu1sys200aog113.obsmtp.com (eu1sys200aog113.obsmtp.com [207.126.144.135]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F784E2B for ; Fri, 28 Mar 2014 08:40:11 +0000 (UTC) Received: from mail-we0-f176.google.com ([74.125.82.176]) (using TLSv1) by eu1sys200aob113.postini.com ([207.126.147.11]) with SMTP ID DSNKUzU1UGf+ljab7RgTRbP002ODslFGGlqa@postini.com; Fri, 28 Mar 2014 08:40:12 UTC Received: by mail-we0-f176.google.com with SMTP id x48so2442962wes.35 for ; Fri, 28 Mar 2014 01:39:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:message-id:to:subject:reply-to :in-reply-to; bh=6sndw4GrAO+Jp5OL1zr1TGbaVm/vb3swbl7wv2fZHMk=; b=b5CeOe3LNdbkuPVmPVvx3HVb/XY7nvMfaRISHJC8sM54AVSlG/Bno+d/ypd1qtmS8Q mBjWGU6PLXG3h0CgSRwpoKjDPyD5Wpw6n4T6hgZvvUOL2PLWa35GXP5llWus+lkPxNmy 6qCyGoXzedS+3+rM9OraqFpOXSbD1SAQ9I/aS0mqT90WGj03DAQl4h24oc20ZnpbBtAN khLsUlsU0StchfPp9XWUJ0QLePDuc+N0ZWD37e4kDLT0TUSADWMKwYaEpAMigTI95XEf Nz22Xsuau/rQJBZajvrJdVWNkkuPBFjUZLUQhY5IgGxp/EgExhY2Xc8VXv0Ol8KbdZ3P AmiQ== X-Gm-Message-State: ALoCoQmF8VdoFCDa4Gelu+UUIvDILn75QqUUGoOVmK/IusLgbIruaNgM2JeeI8rkbHYivM8MhA/WLJ7FjihEALET9OA7tDI7YIUPFK53ccg4BoxB0nS+WEmzQCBRh1O277zXb1SaFes/gU2CSVNF8jR3wCQr9SSNH4J/rq4i8SDIONE+Y/YUD34= X-Received: by 10.180.98.1 with SMTP id ee1mr569029wib.10.1395995983964; Fri, 28 Mar 2014 01:39:43 -0700 (PDT) X-Received: by 10.180.98.1 with SMTP id ee1mr568596wib.10.1395995980466; Fri, 28 Mar 2014 01:39:40 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id b2sm4967705wiz.15.2014.03.28.01.39.39 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 28 Mar 2014 01:39:39 -0700 (PDT) Sender: Anton Shterenlikht Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.6) with ESMTP id s2S8dbfw001377 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 28 Mar 2014 08:39:37 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.6/Submit) id s2S8db50001376; Fri, 28 Mar 2014 08:39:37 GMT (envelope-from mexas) Date: Fri, 28 Mar 2014 01:39:39 -0700 (PDT) From: Anton Shterenlikht Message-Id: <201403280839.s2S8db50001376@mech-cluster241.men.bris.ac.uk> To: freebsd-current@freebsd.org, lists@schmidp.com Subject: Re: reproducible panic every day at 03:02, probably triggered by daily periodic scipts - help In-Reply-To: X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: mexas@bris.ac.uk List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 08:40:12 -0000 I'm not sure it's the same issue. I use neither vmimage nor pf. Also, as I mentioned in http://lists.freebsd.org/pipermail/freebsd-current/2014-March/048939.html r258000, from 11 Nov 2013, works fine. I haven't received any hint as to what might have caused this panic between 258000 and 260689. So, when I have the time, I'll do a binary search. Perhaps this offending change was MFC'd to 10-stable, which is why you are seeing it now. Anton