From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 6 11:00:49 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6851816A4CF for ; Mon, 6 Sep 2004 11:00:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E4BA43D5C for ; Mon, 6 Sep 2004 11:00:49 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i86B0nxC093309 for ; Mon, 6 Sep 2004 11:00:49 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i86B0mKd093308; Mon, 6 Sep 2004 11:00:49 GMT (envelope-from gnats) Resent-Date: Mon, 6 Sep 2004 11:00:49 GMT Resent-Message-Id: <200409061100.i86B0mKd093308@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Andree Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0222716A4CE for ; Mon, 6 Sep 2004 10:59:35 +0000 (GMT) Received: from unimail.uni-dortmund.de (mx1.HRZ.Uni-Dortmund.DE [129.217.128.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1405D43D4C for ; Mon, 6 Sep 2004 10:59:33 +0000 (GMT) (envelope-from matthias.andree@web.de) Received: from m2a2.myip.org (g060fxjluhuv2c3q@pD951FD6C.dip.t-dialin.net [217.81.253.108]) (authenticated bits=0)i86AxFvZ015382 for ; Mon, 6 Sep 2004 12:59:21 +0200 (CEST) Received: by merlin.emma.line.org (Postfix, from userid 1001) id 5EBD41B215; Mon, 6 Sep 2004 12:55:37 +0200 (CEST) Message-Id: <20040906105537.5EBD41B215@merlin.emma.line.org> Date: Mon, 6 Sep 2004 12:55:37 +0200 (CEST) From: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/71424: user-ppp broken again - maybe xl(4) or ng_* bug? X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matthias Andree List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 11:00:49 -0000 >Number: 71424 >Category: kern >Synopsis: user-ppp broken again - maybe xl(4) or ng_* bug? >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 06 11:00:48 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 5.3-BETA3 i386 >Organization: >Environment: System: FreeBSD merlin.emma.line.org 5.3-BETA3 FreeBSD 5.3-BETA3 #7: Mon Sep 6 12:28:24 CEST 2004 toor@merlin.emma.line.org:/usr/src/sys/i386/compile/MA5 i386 >Description: 5-CURRENT was fine recently, BETA3 has broken user-mode ppp for pppoe again (at least on xl(4)): ppp[884]: Phase: Using interface: tun0 ppp[884]: Phase: deflink: Created in closed state ppp[884]: tun0: Command: default: ident user-ppp VERSION (built COMPILATIONDATE) ppp[884]: tun0: Command: default: set device /dev/cuaa1 ppp[884]: tun0: Command: tdsl: set device PPPoE:xl1 ppp[884]: tun0: Command: tdsl: set authname ******** ppp[884]: tun0: Command: tdsl: set authkey ******** ppp[884]: tun0: Command: tdsl: add default HISADDR ppp[884]: tun0: Command: tdsl: set dial ppp[884]: tun0: Command: tdsl: set login ppp[884]: tun0: Command: tdsl: set timeout 0 ppp[885]: tun0: Phase: PPP Started (ddial mode). ppp[885]: tun0: Phase: bundle: Establish ppp[885]: tun0: Phase: deflink: closed -> opening ppp[885]: tun0: Warning: xl1: Unexpected node type ``'' (wanted ``ether'') ppp[885]: tun0: Chat: Failed to open device ppp[885]: tun0: Phase: deflink: Enter pause (30) for redialing. >How-To-Repeat: ppp -quiet -ddial -nat tdsl Configuration (/etc/ppp/ppp.conf) is: default: set log Phase Chat LCP IPCP CCP tun command ident user-ppp VERSION (built COMPILATIONDATE) set device /dev/cuaa1 tdsl: set device PPPoE:xl1 set authname "topsecret" set authkey "secret,too" add default HISADDR set dial set login set timeout 0 /etc/rc.conf excerpt: ifconfig_xl1="media 10baseT/UTP up" (this works around another autonegotiation bug in xl1 that prevents pppoe when media is at auto, the default). >Fix: >Release-Note: >Audit-Trail: >Unformatted: