From owner-freebsd-stable@FreeBSD.ORG Thu Mar 29 20:49:58 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5266416A400 for ; Thu, 29 Mar 2007 20:49:58 +0000 (UTC) (envelope-from besko@msu.edu) Received: from sys15.mail.msu.edu (sys15.mail.msu.edu [35.9.75.115]) by mx1.freebsd.org (Postfix) with ESMTP id 320AB13C457 for ; Thu, 29 Mar 2007 20:49:58 +0000 (UTC) (envelope-from besko@msu.edu) Received: from sector14.cl.msu.edu ([35.8.1.195]) by sys15.mail.msu.edu with esmtpsa (Exim 4.52 #1) (TLSv1:AES256-SHA:256) id 1HX1ZE-0005ss-6w; Thu, 29 Mar 2007 16:49:56 -0400 Message-ID: <460C264D.4060906@msu.edu> Date: Thu, 29 Mar 2007 16:49:17 -0400 From: Lisa Besko User-Agent: Thunderbird 1.5.0.7 (X11/20061101) MIME-Version: 1.0 To: Lisa Besko , freebsd-stable@freebsd.org References: <20070329194937.GA4492@icarus.home.lan> In-Reply-To: <20070329194937.GA4492@icarus.home.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus: None found by Clam AV Cc: Subject: Re: Sunfire X2200 ipfw and bge issues X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: besko@msu.edu List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Mar 2007 20:49:58 -0000 Jeremy Chadwick wrote: > On Thu, Mar 29, 2007 at 03:19:19PM -0400, Lisa Besko wrote: >> We have a new Sunfire X2200 and when I load 6.2 stable on it ipfw will >> not load on boot. After the system boots I can do a kldload ipfw and >> get it working. >> >> This system is also rebooting every time I plug the ethernet cable into >> the bge0 port on the system. The NVE ports don't show up at all. >> >> Any suggestions on what is going on and how to fix it? >> >> Any suggestions would be appreciated, I'm afraid I'm going to have to >> run some other OS than FreeBSD on this system if I can't get it working. > > First, please do not reply to existing/non-relevant threads to start a I'll make a note of it. > Second, what are your related /etc/rc.conf entries for ipfw? They > should be named along the lines of firewall_*. firewall_enabled="YES" firewall_type="CLIENT" > Thirdly, if you could provide the output from dmesg that's relevant dmesg info: bge0: BCM5715 A3, ASIC rev. 0x9003 miibus0: on bge0 brgphy0: BCM5714 10/100/1000baseTX PHY> on mii bus0 pciconf info: bge0@pci6:4:0 class=0x020000 card=0x534b108e chip=0x167814e4 rev=0xa3 hrd=0x00 vmstat info: interrupt total rate irq14:ata0 47 0 irq17:mpt0 1370 1 irq21:ohci0 1 0 irq22:ehci0 1 0 > Also, a build time of your kernel + world would be useful too. uname -a > and the timestamp of something like /rescue/ls would suffice for world. FreeBSD 6.2-STABLE wed March 28 00:55:17 EDT 2007 SMP amd64 The build of world was March 28 20:28 Thanks for taking a look. Let me know if more info is needed. Lisa Besko