From owner-freebsd-pf@FreeBSD.ORG Sat Oct 22 22:54:52 2011 Return-Path: Delivered-To: freebsd-pf@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFA1F1065670 for ; Sat, 22 Oct 2011 22:54:52 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DF6E68FC08; Sat, 22 Oct 2011 22:54:52 +0000 (UTC) Received: from nibbler-wlan.home.lan (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9MMspNq072112; Sat, 22 Oct 2011 22:54:52 GMT (envelope-from flo@FreeBSD.org) Message-ID: <4EA349BB.1030303@FreeBSD.org> Date: Sun, 23 Oct 2011 00:54:51 +0200 From: Florian Smeets User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: John-Mark Gurney References: <20111022220654.GD25601@funkthat.com> In-Reply-To: <20111022220654.GD25601@funkthat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-pf@FreeBSD.org Subject: Re: panic loading/enabling pf on ARM RELENG_9 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2011 22:54:53 -0000 On 23.10.11 00:06, John-Mark Gurney wrote: > I'm trying to bring up an old Gateworks GW2348 board and get a > panic when I have enabled pf and try to load rules at boot... > > The only modifications between the AVILA config file and mine is > adding the pf, pflog and pfsync devices since AVILA doesn't have > them enabled by default, nor does it build the modules... So I am > trying to staticly build in pf... > > W/o pf, it boots fine. > > Oct 22 15:01:00 pflogd[678]: [priv]: msg PRIV_OPEN_LOG received > Enabling pfpanic: mutex pf task mtx owned at /usr/src/sys/contrib/pf/net/if_pfsync.c:3163 > KDB: enter: panic Please try the patches mentioned in this message http://docs.freebsd.org/cgi/mid.cgi?96FFF919-F33F-46FA-9249-92F2E6003ECF there are additional fixes from glebius in head r226609 and r226623. HTH, Florian