From owner-freebsd-bugs@FreeBSD.ORG Sun Nov 28 05:40:12 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09449106566C for ; Sun, 28 Nov 2010 05:40:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BF61D8FC12 for ; Sun, 28 Nov 2010 05:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAS5eBa9011211 for ; Sun, 28 Nov 2010 05:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAS5eBjt011210; Sun, 28 Nov 2010 05:40:11 GMT (envelope-from gnats) Resent-Date: Sun, 28 Nov 2010 05:40:11 GMT Resent-Message-Id: <201011280540.oAS5eBjt011210@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, Bryant Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF6B81065670 for ; Sun, 28 Nov 2010 05:38:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 9DD578FC0A for ; Sun, 28 Nov 2010 05:38:18 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id oAS5cI6S050572 for ; Sun, 28 Nov 2010 05:38:18 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id oAS5cIx1050571; Sun, 28 Nov 2010 05:38:18 GMT (envelope-from nobody) Message-Id: <201011280538.oAS5cIx1050571@red.freebsd.org> Date: Sun, 28 Nov 2010 05:38:18 GMT From: Bryant To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/152636: 8.1 Boot Only ISO doesn't support install via PPPoE link X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2010 05:40:12 -0000 >Number: 152636 >Category: misc >Synopsis: 8.1 Boot Only ISO doesn't support install via PPPoE link >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 28 05:40:11 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Bryant >Release: 8.1-RELEASE >Organization: >Environment: FreeBSD routerbox 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: When running the boot only iso installation one can successfully get to the sysinstall screen, but the netgraph module is not included with the kernel to permit the ppp dialer to function properly. When starting an emergency holographic shell from the installer and then running 'ppp' running through the commands to start the PPPoE connection fails : set log Phase Chat LCP IPCP CCP LQM Command tun set device PPPoE:fxp0 set ifaddr 0.0.0.0/0 0.0.0.0/0 set MRU 1492 set authname admin # authenticate on the interface as this user set authkey password # auth with this password nat enable yes nat deny_incoming no nat same_ports yes nat punch_fw 3001 299 nat use_sockets yes add default HISADDR dial This fails with the error message : "Can not create a netgraph socket node: no such file of directory" .. it has been determined that the command : "set device..." triggers this error message. This type of connection is commonly used across the US with Verizon FiOS installations. >How-To-Repeat: 1. Boot with the 8.1-RELEASE boot-only iso 2. start an emergency terminal. 3. run - ppp 4. enter- set device PPPoE:fxp0 5. enter- dial 6. press enter to see the error manifest itself. >Fix: the boot-only ISO may only need the netgraph.ko module included and loaded. Notably "kldload" and "kldstat" are absent from the boot-only iso. This also begs the question : How would one install with PPPoE through using the standard method and not the emergency shell ? >Release-Note: >Audit-Trail: >Unformatted: