From owner-freebsd-net@FreeBSD.ORG Wed Mar 17 16:47:30 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 366AB106564A for ; Wed, 17 Mar 2010 16:47:30 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.freebsd.org (Postfix) with ESMTP id BD2538FC1A for ; Wed, 17 Mar 2010 16:47:29 +0000 (UTC) Received: from vampire.homelinux.org (dslb-088-067-228-035.pools.arcor-ip.net [88.67.228.35]) by mrelayeu.kundenserver.de (node=mrbap2) with ESMTP (Nemesis) id 0MP2NL-1Nxj2F2QJb-005m4J; Wed, 17 Mar 2010 17:47:28 +0100 Received: (qmail 96182 invoked from network); 17 Mar 2010 16:47:28 -0000 Received: from f8x64.laiers.local (192.168.4.188) by mx.laiers.local with SMTP; 17 Mar 2010 16:47:28 -0000 From: Max Laier Organization: FreeBSD To: freebsd-pf@freebsd.org Date: Wed, 17 Mar 2010 17:47:28 +0100 User-Agent: KMail/1.12.4 (FreeBSD/8.0-RELEASE-p2; KDE/4.3.5; amd64; ; ) References: <4B8E4850.1060104@zirakzigil.org> <9E8D76EC267C9444AC737F649CBBAD902767E3BEA5@PEMEXMBXVS02.jellyfishnet.co.uk.local> <4BA1054B.304@zirakzigil.org> In-Reply-To: <4BA1054B.304@zirakzigil.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201003171747.28053.max@love2party.net> X-Provags-ID: V01U2FsdGVkX18kIj2mniP+WB9IPS3O8leapZr703TQ0hrTDei TsWHeZvTDEH4qy/QhCxiIyV9wyCrTegRefWHktT7KPNP5nHdOu bPMYo2MFFW+YxiWt3MVGg== Cc: "freebsd-net@freebsd.org" , Giulio Ferro , Greg Hennessy Subject: Re: PF + BRIDGE + PFSYNC causes system freezing X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2010 16:47:30 -0000 On Wednesday 17 March 2010 17:37:31 Giulio Ferro wrote: > On 17.03.2010 16:50, Greg Hennessy wrote: > > A possible corner case with the virtual hosting platform ? > > > > Try changing the NICS from EM to something else supported RL on vmware > > IIRC. > > Nope, I'm not using virtualization, that's the other guy. > > I'm using a physical machine... Can you enable WITNESS and compile in DDB. Make sure to report any LORs and once the system freezes try to enter the debugger and get ps and locks information. show allchains show alllocks ps After that you can try to "call doadump" so you get the information in the coredump and don't have to transcribe it manually. Thanks, Max