From nobody@FreeBSD.org  Sun Nov 28 05:38:18 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AF6B81065670
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <bryant.eadon@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: 8.1 Boot Only ISO doesn't support install via PPPoE link
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         152636
>Category:       misc
>Synopsis:       [install] 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:  Mon Dec 06 03:48:38 UTC 2010
>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:
