From owner-freebsd-current@FreeBSD.ORG Tue Oct 16 19:04:14 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26BC116A417 for ; Tue, 16 Oct 2007 19:04:14 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx1.freebsd.org (Postfix) with ESMTP id BF78213C458 for ; Tue, 16 Oct 2007 19:04:12 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47150B2C.7090905@FreeBSD.org> Date: Tue, 16 Oct 2007 21:04:12 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <471530484.20071014172230@masm.elcom.ru> <47121CCA.6080202@FreeBSD.org> <1946103758.20071016165321@masm.elcom.ru> In-Reply-To: <1946103758.20071016165321@masm.elcom.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: 7.0 CURRENT, need help with panic: Trying sleep, but thread marked as sleeping prohibited X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 16 Oct 2007 19:04:14 -0000 Victor M. Blood wrote: > On 14.10.2007, Kris Kennaway wrote: >> Victor M. Blood wrote: >>> Hi, All. >>> >>> FreeBSD 7.0-CURRENT, Sun 10 Oct 2007. >>> >>> Problem have appear at pid 27 cmd=[Irq11: rl0], then PFil hooks are >>> worked. I have no idea how to fix it. Can you help me? > >> ipfilter is known to be broken. > > Today test system with ipfilter 4.1.27, for me all works fine. > > whats do: > 1) fetch -o - http://coombs.anu.edu.au/~avalon/ip_fil4.1.27.tar.gz | tar -zxf - -C /var/tmp && pushd /var/tmp/ip_fil4.1.27 && pwd > 2) more INSTALL.FreeBSD > 3) vim Makefile > Here may uncomment STALETOP_CFLAGS=-DSTALETOP and edit paths to ncurses inc and lib > 4) 'make freebsd' or 'make freebsd7' > 5) make install-bsd > 6) BSD/kupgrade > 7) rebuild and install new kernel > 8) reboot system Do you have the debugging options (INVARIANTS and INVARIANT_SUPPORT) enabled? They are now disabled in RELENG_7. If not you will just get a deadlock when you are unlucky :) Kris