kern/67213: Kernel Panic on bootup from latest cvsup

Giorgos Keramidas keramida at ceid.upatras.gr
Sat Jun 26 13:01:09 PDT 2004


The following reply was made to PR kern/67213; it has been noted by GNATS.

From: Giorgos Keramidas <keramida at ceid.upatras.gr>
To: Bruce M Simpson <bms at freebsd.org>
Cc: drew at corrupt.co.nz, bug-followup at 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 at 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();
 %%


More information about the freebsd-bugs mailing list