Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Mar 2014 11:32:06 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-current@freebsd.org
Cc:        Philipp Schmid <lists@schmidp.com>
Subject:   Re: reproducible panic every day at 03:02, probably triggered by daily periodic scipts - help
Message-ID:  <201403271132.06936.jhb@freebsd.org>
In-Reply-To: <29253469-F64F-4918-99A2-0CBF9C805D68@schmidp.com>
References:  <29253469-F64F-4918-99A2-0CBF9C805D68@schmidp.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On Thursday, March 27, 2014 11:08:10 am Philipp Schmid wrote:
> Hello,
> 
> I have the same problem on a HP Microserver N54L with FreeBSD 10 release.
> 
> If a jail is running and the jail executes
> 
> 	/etc/periodic/daily/450.status-security
> 
> the server crashes. This happens every night at 4:03 CET.
> 
> If I run
> 
> 	/etc/periodic/daily/450.status-security
> 
> manually in the jail, the server also crashes immediately.
> 
> Now I wanted to try to same as Anton and run each script in 
> 
> 	/etc/periodic/security
> 
> manually, but I also get:
> 
> 	ASSERTION FAILED: Unexpected value for  $PERIODIC: ‘'
> 
> I then ran:
> 
> 	setenv PERIODIC "security daily”
> 
> which allowed me to run each security script separately. 
> 
> If I run:
> 
> 	root@jail:/etc/periodic/security # ./520.pfdenied 
> 
> the machine immediately reboots.
> 
> Looking at 520.pfdenied I tried running the command:
> 
> 	root@jail:~ # pfctl -sr -v
> 
> directly, which also crashes the host immediately.
> 
> 
> All the best,
> 
> 	Philipp
> 
> 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?

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403271132.06936.jhb>