From owner-freebsd-stable@FreeBSD.ORG Tue Jul 8 19:18:07 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82F341065681 for ; Tue, 8 Jul 2008 19:18:07 +0000 (UTC) (envelope-from alanbryan1234@yahoo.com) Received: from web50511.mail.re2.yahoo.com (web50511.mail.re2.yahoo.com [206.190.39.240]) by mx1.freebsd.org (Postfix) with SMTP id 07D9C8FC2B for ; Tue, 8 Jul 2008 19:18:06 +0000 (UTC) (envelope-from alanbryan1234@yahoo.com) Received: (qmail 8716 invoked by uid 60001); 8 Jul 2008 18:51:26 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=sQGlMgLxPOwK3luCtOH5S2FVXGD93gKB2pVoQnYdyOwFxhD34vENoVm3GwpYb/ceF3VjKXOB09viHp9YFsYHrmlAMLPmP0QnbEi8RVZT1YFe8SAbMPqMQYhLYmj0V9Mr/XCOZTxnWgtkXxcrGLYC3lMuEteMFLeXmHM12mgwJMk=; Received: from [98.148.230.21] by web50511.mail.re2.yahoo.com via HTTP; Tue, 08 Jul 2008 11:51:26 PDT X-Mailer: YahooMailWebService/0.7.199 Date: Tue, 8 Jul 2008 11:51:26 -0700 (PDT) From: alan bryan To: d@delphij.net, Jack Vogel In-Reply-To: <814664.79857.qm@web50507.mail.re2.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <521756.8254.qm@web50511.mail.re2.yahoo.com> Cc: Jack F Vogel , freebsd-stable@freebsd.org Subject: Re: em0 no longer working after upgrading from 7.0 Release to Stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2008 19:18:07 -0000 --- On Tue, 7/8/08, alan bryan wrote: > I rebuilt the kernel and there is now no igb1 failure. So, > that only happened when loading the module after bootup. > > I'll also add that I am using ZFS on this machine in > case that has any influence to what's going on. Well, maybe I celebrated too soon. After recompiling the kernel with "device igb" it shows no errors in the dmesg and I did ifconfig and igb0 and igb1 both showed up. But, it wasn't actually usable. I tried to ping the gateway and got this on the console: vm_thread_new: kstack allocation failed No more processes. and the pings were unsuccessful. I tried doing ifconfig igb0 down and then up again and same thing. Ideas? Thanks, Alan