Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jun 2004 20:00:39 GMT
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/67213: Kernel Panic on bootup from latest cvsup
Message-ID:  <200406262000.i5QK0dkk088491@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/67213; it has been noted by GNATS.

From: Giorgos Keramidas <keramida@ceid.upatras.gr>
To: Bruce M Simpson <bms@freebsd.org>
Cc: drew@corrupt.co.nz, bug-followup@freebsd.org
Subject: Re: kern/67213: Kernel Panic on bootup from latest cvsup
Date: Sat, 26 Jun 2004 22:07:26 +0300

 On 2004-06-23 06:55, Bruce M Simpson <bms@freebsd.org> wrote:
 > State-Changed-From-To: open->feedback
 > State-Changed-When: Wed Jun 23 06:54:39 GMT 2004
 
 > Please build a kernel with symbols and DDB, and obtain a full
 > backtrace.
 
 Or update your sources to a newer version.  There were a few hiccups
 during the last few days related to ipfilter too.  If you're seeing
 ipf-related panics when IPFILTER is initialized at boot time, try this
 patch for file `/usr/src/sys/contrib/ipfilter/netinet/fil.c':
 
 %%
 Index: fil.c
 ===================================================================
 RCS file: /home/ncvs/src/sys/contrib/ipfilter/netinet/fil.c,v
 retrieving revision 1.38
 diff -u -r1.38 fil.c
 --- fil.c	21 Jun 2004 22:46:35 -0000	1.38
 +++ fil.c	24 Jun 2004 19:17:33 -0000
 @@ -2155,9 +2155,6 @@
  		ip_natsync(ifp);
  		ip_statesync(ifp);
  	}
 -#  if defined(__FreeBSD_version) && (__FreeBSD_version >= 500043)
 -	IFNET_RUNLOCK();
 -#  endif
  	ip_natsync((struct ifnet *)-1);
  #  if defined(__FreeBSD_version) && (__FreeBSD_version >= 500043)
  	IFNET_RUNLOCK();
 %%


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