From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 7 13:30:17 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00E1B16A41F for ; Wed, 7 Sep 2005 13:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C339643D46 for ; Wed, 7 Sep 2005 13:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j87DUGJM088264 for ; Wed, 7 Sep 2005 13:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j87DUGi2088253; Wed, 7 Sep 2005 13:30:16 GMT (envelope-from gnats) Date: Wed, 7 Sep 2005 13:30:16 GMT Message-Id: <200509071330.j87DUGi2088253@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Vasil Dimov Cc: Subject: Re: kern/85809: panic: mutex "ipf state entry" already initialized X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vasil Dimov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 13:30:17 -0000 The following reply was made to PR kern/85809; it has been noted by GNATS. From: Vasil Dimov To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/85809: panic: mutex "ipf state entry" already initialized Date: Wed, 7 Sep 2005 16:24:36 +0300 BTW this patch saves me the kernel panic, but after booting "successfully" the firewall is blocking all packets: # ping 192.168.10.254 ping: No route to host neither of ipf -FS ; ipf -Fa -f /etc/ipf.conf ; ipnat -CF helps I have to reboot, after which the code in problem (in ip_state.c) is not executed at all and the system is OK: # ping 192.168.10.254 PING 192.168.10.254 (192.168.10.254): 56 data bytes 64 bytes from 192.168.10.254: icmp_seq=0 ttl=64 time=0.232 ms