From owner-freebsd-stable Mon Aug 27 20:45: 9 2001 Delivered-To: freebsd-stable@freebsd.org Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by hub.freebsd.org (Postfix) with ESMTP id 6314637B408 for ; Mon, 27 Aug 2001 20:45:05 -0700 (PDT) (envelope-from archie@dellroad.org) Received: from arch20m.dellroad.org (arch20m.dellroad.org [10.1.1.20]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id UAA55890; Mon, 27 Aug 2001 20:37:44 -0700 (PDT) Received: (from archie@localhost) by arch20m.dellroad.org (8.11.3/8.11.3) id f7S3bhD33238; Mon, 27 Aug 2001 20:37:43 -0700 (PDT) (envelope-from archie) From: Archie Cobbs Message-Id: <200108280337.f7S3bhD33238@arch20m.dellroad.org> Subject: Re: kernel panic when bringing up a VLAN interface (netgraph?) In-Reply-To: <5.1.0.14.0.20010827183043.042e6198@192.168.0.12> "from Mike Tancsa at Aug 27, 2001 06:32:57 pm" To: Mike Tancsa Date: Mon, 27 Aug 2001 20:37:43 -0700 (PDT) Cc: stable@freebsd.org X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mike Tancsa writes: > >>On a new machine I am trying to bring up a trunked port to my vlan > >>interface. This is with the most recent fxp patches and STABLE as of > >>this afternoon > > > >4.4-RC FreeBSD 4.4-RC #0: Mon Aug 27 16:46:47 EDT 2001 > > > >OK, here is a backtrace. If there is more info required, let me know. > > It seems something to do with netgraph. If I remove all of the netgraph > options from the kernel, I am ok. It appears the problem is that some ethernet interface has been created (presumably a VLAN interface), yet ether_ifattach() was never called.. so ng_ether crashes because there's no node associated with the interface (which there would be had ether_ifattach() been called). Maybe a VLAN expert can shed some light? -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message