From owner-freebsd-questions Sat May 26 4:24:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts5-srv.bellnexxia.net (tomts5.bellnexxia.net [209.226.175.25]) by hub.freebsd.org (Postfix) with ESMTP id 6896137B423 for ; Sat, 26 May 2001 04:24:09 -0700 (PDT) (envelope-from matt@gsicomp.on.ca) Received: from xena.gsicomp.on.ca ([64.228.152.235]) by tomts5-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010526112408.NZDX27183.tomts5-srv.bellnexxia.net@xena.gsicomp.on.ca>; Sat, 26 May 2001 07:24:08 -0400 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.11.1) with SMTP id f4QBLVN98432; Sat, 26 May 2001 07:21:32 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <008401c0e5d5$82087140$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Doug Young" , , References: <200105252043.f4PKh2o00361@d.tracker> <001201c0e57d$8ac31f90$1200a8c0@gsicomp.on.ca> <006901c0e5ae$c89bd560$8683fea9@kurley> Subject: Re: NETGRAPH error message on boot Date: Sat, 26 May 2001 07:17:52 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Too bad they just wouldn't fix the broken module loading code. I never had this problem in 3.4-REL, but then along came 4.0-REL and it's been broken since then.. :( > I had exactly the same experience ... put all lines in the kernel file > & problem disappears. There was a discussion of this stuff a while > back that resulted in a PR being submitted re rewording the relevant > handbook section. > > > > I have been doing the necessary steps to get DSL running on my > > > machine, which is now up and running fine. > > > > > > On boot however, I get this error; > > > > > > module_register: module netgraph already exists! > > > linker_file_sysinit: "netgraph.ko" failed to register > > > > > > So I assumed that somehow, since NETGRAPH is compiled into the > > > kernel (options NETGRAPH only) that it was trying to load the > > > module. > > > > > > So I figured, I'd take the one out of the kernel, if it's going to > > > load the NETGRAPH module separately. But that was a no go. > > > So I have in back in the kernel, DSL working fine, but this > > > error message happening every boot. > > > > > > Anyone know why the error message? > > > > There is a problem with the dynamic loading of kernel modules, especially > > when some dependent modules are in the kernel and some are not. I've been > > told this is in the process of being fixed. > > > > To use PPPoE without problems, make sure you've got these lines in your > > kernel config: > > > > options NETGRAPH > > options NETGRAPH_SOCKET > > options NETGRAPH_ETHER > > options NETGRAPH_PPPOE > > > > -- > > Matt Emmerton > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message