From owner-freebsd-questions Wed Sep 13 18:22:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from blount.mail.mindspring.net (blount.mail.mindspring.net [207.69.200.226]) by hub.freebsd.org (Postfix) with ESMTP id 2ABF237B422 for ; Wed, 13 Sep 2000 18:22:28 -0700 (PDT) Received: from mindspring.com (user-33qtc9o.dialup.mindspring.com [199.174.177.56]) by blount.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id VAA12672 for ; Wed, 13 Sep 2000 21:22:26 -0400 (EDT) Message-ID: <39C02491.1ABD3CDA@mindspring.com> Date: Wed, 13 Sep 2000 20:06:25 -0500 From: "Altair Demetrio Jr." X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Freebsd-questions@freebsd.org Subject: Error after enabling NETGRAPH Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I read the PPPoE article about setting up ppp to use PPPoE. I tried to use ppp before compiling the kernel to see if it would work, but it complained about netgraph. So I added those "options NETGRAPH*" to the kernel, and recompiled it. I can connect to the Internet now, it's working... but at boot time, I always get these errors: Sep 13 15:45:00 /kernel: module_register: module netgraph already exists! Sep 13 15:45:00 /kernel: linker_file_sysinit "netgraph.ko" failed to register! And this one repeates itself in a couple of minutes until I enter ^c: Sep 13 15:45:01 /kernel: arp: 00:20:ea:10:dc:1d is using my IP address 10.0.0.1 The connection works, but I would like to eliminate these errors. Anyone got a clue? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message