From owner-freebsd-stable@FreeBSD.ORG Sat Jun 5 09:55:33 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E20D716A4CE; Sat, 5 Jun 2004 09:55:33 -0700 (PDT) Received: from goose.mail.pas.earthlink.net (goose.mail.pas.earthlink.net [207.217.120.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE60343D2F; Sat, 5 Jun 2004 09:55:33 -0700 (PDT) (envelope-from rpratt1950@earthlink.net) Received: from user166.net317.fl.sprint-hsd.net ([65.40.2.166] helo=kt.weeble.com) by goose.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 1BWeS8-0000Lh-00; Sat, 05 Jun 2004 09:55:28 -0700 Date: Sat, 5 Jun 2004 12:56:51 -0400 From: Randy Pratt To: Mike Tancsa Message-Id: <20040605125651.70824182.rpratt1950@earthlink.net> In-Reply-To: <6.0.3.0.0.20040605014838.1057cbb8@64.7.153.2> References: <20040603222417.730AD43D5A@mx1.FreeBSD.org> <20040603201016.20f069de.robclark@tds.net> <20040604011423.6febd81b.robclark@tds.net> <20040604232523.A22373@das.ufsc.br> <6.0.3.0.0.20040605014838.1057cbb8@64.7.153.2> X-Mailer: Sylpheed version 0.9.11 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: rro@das.ufsc.br cc: freebsd-stable@freebsd.org cc: archie@FreeBSD.org Subject: Re: 4.10-STABLE - ADSL PPPoE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jun 2004 16:55:34 -0000 On Sat, 05 Jun 2004 01:49:28 -0400 Mike Tancsa wrote: > At 10:25 PM 04/06/2004, Rafael R Obelheiro wrote: > >This is the culprit. I was having the same problem (PPPoE stopped > >working), but recompiling my system with the previous (1.2.2.14) of > >ng_ether.c solved it. Archie, is it possible to fix this (either by > >reverting the patch or by applying a new one)? > > Try recompiling mpd. Those patches broke binary compatibility. > > ---Mike I don't think the discussion is about net/mpd. If the ng_ether.c commit also broke that, its another issue. There probably should be an entry in /usr/src/UPDATING regarding rebuilding net/mpd if it is needed. The PPPoE connect problem is with ppp in the base system. The /usr/sbin/ppp no longer loads the netgraph modules when trying to connect to an ISP after the ng_ether.c (1.2.2.15) commit. I'll volunteer to test any patches to fix this since it does affect me. Best regards, Randy --