From owner-freebsd-stable Wed Jul 11 6:56: 3 2001 Delivered-To: freebsd-stable@freebsd.org Received: from prism.flugsvamp.com (cb58709-a.mdsn1.wi.home.com [24.17.241.9]) by hub.freebsd.org (Postfix) with ESMTP id 7CDC837B401 for ; Wed, 11 Jul 2001 06:56:00 -0700 (PDT) (envelope-from jlemon@flugsvamp.com) Received: (from jlemon@localhost) by prism.flugsvamp.com (8.11.0/8.11.0) id f6BDt8050091; Wed, 11 Jul 2001 08:55:08 -0500 (CDT) (envelope-from jlemon) Date: Wed, 11 Jul 2001 08:55:08 -0500 (CDT) From: Jonathan Lemon Message-Id: <200107111355.f6BDt8050091@prism.flugsvamp.com> To: root@nihil.plaut.de, stable@freebsd.org Subject: Re: panic on -stable during ppp->dial (PPP NETGRAPH PPPoE) X-Newsgroups: local.mail.freebsd-stable In-Reply-To: Organization: Cc: 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 In article you write: >-=-=-=-=-=- > >Hi, >on a pentium 233 IPC with a dual fxp (Intel Pro 100+) card, >with this ppp configuration: > >... >tdsl: > set device PPPoE:fxp1 >... > >and the attached kernel configuration file (mike) >I get the following panic: I would guess that PPPoE here is attempting to send a packet through the fxp device while it is administratively down, and the fxp driver panics because it is not initialized. This is a bug in netgraph, it should check the status of the interface before queuing a packet. If this is the problem, then a workaround is to bring the interface up (via 'ifconfig fxp0 up') before running ppp. -- Jonathan PS. Yes, I have a static IP address. You're using an awfully big brush to tar everyone with by rejecting all mail from @home. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message