From owner-freebsd-stable@FreeBSD.ORG Thu Jun 3 17:09:28 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 8F1F816A4CE for ; Thu, 3 Jun 2004 17:09:28 -0700 (PDT) Received: from outbound2.mail.tds.net (outbound2.mail.tds.net [216.170.230.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2AFA43D2F for ; Thu, 3 Jun 2004 17:09:27 -0700 (PDT) (envelope-from robclark@tds.net) Received: from x7.trapdoor.org (kgldgaambas02-pool1-a112.kgldga.tds.net [69.11.161.112])i5409OCw019203; Thu, 3 Jun 2004 19:09:25 -0500 (CDT) Date: Thu, 3 Jun 2004 20:10:16 -0400 From: Rob Clark To: acardenas@bsdperu.org Message-Id: <20040603201016.20f069de.robclark@tds.net> In-Reply-To: <20040603222417.730AD43D5A@mx1.FreeBSD.org> References: <20040603222417.730AD43D5A@mx1.FreeBSD.org> 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: freebsd-stable@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: Fri, 04 Jun 2004 00:09:28 -0000 On Thu, 03 Jun 2004 18:16:00 wrote: > Dear all, > > I update my system 4.10-STABLE(27 May) to FreeBSD > 4.10-STABLE(June 2) without problems but now my connection > ADSL does not work , previously worked correctly, and the > connections with loopback 127.0.0.1 delay much, example > ssh/ftp/ 127.0.0.1 delay 30 - 40 seconds. > > [ppp.log messages] > > Jun 3 14:54:35 HellFire ppp[56]: tun0: Phase: deflink: > Disconnected! Jun 3 14:54:35 HellFire ppp[56]: tun0: > Phase: deflink: carrier -> hangup Jun 3 14:54:35 HellFire > ppp[56]: tun0: Phase: deflink: Connect time: 5 secs: 0 > octets in, 0 octets out Jun 3 14:54:35 HellFire ppp[56]: > tun0: Phase: deflink: 0 packets in, 0 packets out Jun 3 > 14:54:35 HellFire ppp[56]: tun0: Phase: total 0 > bytes/sec, peak 0 bytes/sec on Thu Jun 3 14:54:30 2004 > Jun 3 14:54:35 HellFire ppp[56]: tun0: Phase: deflink: > hangup -> opening Jun 3 14:54:35 HellFire ppp[56]: tun0: > Phase: deflink: Enter pause (0) for redialing. > Jun 3 14:54:35 HellFire ppp[56]: tun0: Chat: deflink: > Redial timer expired. Jun 3 14:54:35 HellFire ppp[56]: > tun0: Phase: deflink: Connected! Jun 3 14:54:35 HellFire > ppp[56]: tun0: Phase: deflink: opening -> dial Jun 3 > 14:54:35 HellFire ppp[56]: tun0: Phase: deflink: dial -> > carrier > > (repeatedly) > > Device rl0(Realtek 8139) > > Does it can be bug? > > ACMhUnTeR > > I seen this same behavior today (06.03.04) after updating sources. My last update was 05.27.04 and everything worked fine at that point in the branch. PPPoE on today's stable doesn't load the netgraph modules: netgraph.ko ng_ether.ko ng_pppoe.ko ng_socket.ko when PPPoE is started. I reverted to sources to 05.27.04 date, did buildworld and PPPoE is working again by adding the following to my supfile: *default date=2004.05.27.23.00.00 If I can help in narrowing down the date of failure please let me know. Thanks, Rob