From owner-freebsd-current@FreeBSD.ORG Thu Mar 27 18:00:10 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 2497DCF4 for ; Thu, 27 Mar 2014 18:00:10 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F21B7F86 for ; Thu, 27 Mar 2014 18:00:09 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 8E7BBB94F; Thu, 27 Mar 2014 14:00:07 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Subject: Re: reproducible panic every day at 03:02, probably triggered by daily periodic scipts - help Date: Thu, 27 Mar 2014 11:32:06 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: <29253469-F64F-4918-99A2-0CBF9C805D68@schmidp.com> In-Reply-To: <29253469-F64F-4918-99A2-0CBF9C805D68@schmidp.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201403271132.06936.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 27 Mar 2014 14:00:07 -0400 (EDT) Cc: Philipp Schmid 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, 27 Mar 2014 18:00:10 -0000 On Thursday, March 27, 2014 11:08:10 am Philipp Schmid wrote: > Hello, >=20 > I have the same problem on a HP Microserver N54L with FreeBSD 10 release. >=20 > If a jail is running and the jail executes >=20 > /etc/periodic/daily/450.status-security >=20 > the server crashes. This happens every night at 4:03 CET. >=20 > If I run >=20 > /etc/periodic/daily/450.status-security >=20 > manually in the jail, the server also crashes immediately. >=20 > Now I wanted to try to same as Anton and run each script in=20 >=20 > /etc/periodic/security >=20 > manually, but I also get: >=20 > ASSERTION FAILED: Unexpected value for $PERIODIC: =E2=80=98' >=20 > I then ran: >=20 > setenv PERIODIC "security daily=E2=80=9D >=20 > which allowed me to run each security script separately.=20 >=20 > If I run: >=20 > root@jail:/etc/periodic/security # ./520.pfdenied=20 >=20 > the machine immediately reboots. >=20 > Looking at 520.pfdenied I tried running the command: >=20 > root@jail:~ # pfctl -sr -v >=20 > directly, which also crashes the host immediately. >=20 >=20 > All the best, >=20 > Philipp >=20 > PS: I have a custom kernel with VIMAGE which I use with the jail Can you get a crashdump when it crashes? Also, I thought that VIMAGE + pf is known to be unstable? =2D-=20 John Baldwin