From owner-freebsd-current@FreeBSD.ORG Tue Apr 22 02:39:35 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76E31106564A; Tue, 22 Apr 2008 02:39:35 +0000 (UTC) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [IPv6:2001:418:1::39]) by mx1.freebsd.org (Postfix) with ESMTP id 6549E8FC12; Tue, 22 Apr 2008 02:39:35 +0000 (UTC) (envelope-from randy@psg.com) Received: from [2001:240:0:207:21b:63ff:feb3:55b6] (helo=rmac.psg.com) by rip.psg.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Jo8Pv-000KFW-2l; Tue, 22 Apr 2008 02:39:35 +0000 Message-ID: <480D4FE4.7060106@psg.com> Date: Tue, 22 Apr 2008 11:39:32 +0900 From: Randy Bush User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Brooks Davis References: <480C88AC.8020708@psg.com> <20080421164159.GB19629@lor.one-eyed-alien.net> <480D1E1A.9010109@psg.com> <20080422021810.GA22905@lor.one-eyed-alien.net> In-Reply-To: <20080422021810.GA22905@lor.one-eyed-alien.net> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: /etc/rc.d/ppp ppp_unit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 02:39:35 -0000 >> # REQUIRE: netif isdnd ldconfig > Do you know what the root cause of that is? That doesn't make sense as > a requirement. so long ago that i forget. i did write it up some months ago. i will be rebooting after the build, which will be tomorrow as this is a soekris 5501. i will try to sort it then. i do remember that when i invoke ppp manually, some modules are loaded. the current load is # kldstat Id Refs Address Size Name 1 13 0xc0400000 3b4ca4 kernel (/boot/kernel/kernel) 2 1 0xc275f000 8000 if_bridge.ko (/boot/kernel/if_bridge.ko) 3 1 0xc2767000 5000 bridgestp.ko (/boot/kernel/bridgestp.ko) 4 4 0xc28c0000 a000 netgraph.ko (/boot/kernel/netgraph.ko) 5 1 0xc28cf000 3000 ng_ether.ko (/boot/kernel/ng_ether.ko) 6 1 0xc28d2000 5000 ng_pppoe.ko (/boot/kernel/ng_pppoe.ko) 7 1 0xc28df000 4000 ng_socket.ko (/boot/kernel/ng_socket.ko) as to what may need libs, i am less clued. randy