From owner-freebsd-current@FreeBSD.ORG Thu Feb 23 01:34:21 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D1FC16A420 for ; Thu, 23 Feb 2006 01:34:21 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from smtp105.rog.mail.re2.yahoo.com (smtp105.rog.mail.re2.yahoo.com [206.190.36.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 848AE43D49 for ; Thu, 23 Feb 2006 01:34:20 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 22362 invoked from network); 23 Feb 2006 01:34:19 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=IHlgw/SZ86wJWSwGsauitlYjmzKYqbVGBg+e++e2zMDFiB5OketYkTy1XQrsjVEFyTO5O9ALsgaqz3BNax0NtcIw8MjXU8GQykRYtW72BOTP0WJPG3VNYVKK61Vmoqm0HTVk2slTQB91gUcshx4SiPQqIR3xnE5FzxbQWpdghZI= ; Received: from unknown (HELO ?70.30.133.184?) (mikej@rogers.com@70.30.133.184 with plain) by smtp105.rog.mail.re2.yahoo.com with SMTP; 23 Feb 2006 01:34:19 -0000 Message-ID: <43FD112F.7050709@rogers.com> Date: Wed, 22 Feb 2006 20:34:39 -0500 From: Mike Jakubik User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: WARNING: attempt to net_add_domain(netgraph) after domainfinalize() 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: Thu, 23 Feb 2006 01:34:21 -0000 I get this message on bootup, i have an adsl connection using the system ppp. It seems like it is the process of loading modules and establishing the connection that does this. Anyone know why this is happening, and if its harmless, perhaps it would be better to silence it? --- FreeBSD 7.0-CURRENT #0: Sat Feb 18 02:13:39 EST 2006 Feb 22 20:27:17 fbsd kernel: ad0: 78167MB at ata0-master UDMA100 Feb 22 20:27:17 fbsd kernel: ad2: 156334MB at ata1-master UDMA100 Feb 22 20:27:17 fbsd kernel: ad4: 239372MB at ata2-master UDMA100 Feb 22 20:27:17 fbsd kernel: ad6: 76345MB at ata3-master UDMA100 Feb 22 20:27:17 fbsd kernel: Trying to mount root from ufs:/dev/ad0s1a Feb 22 20:27:17 fbsd kernel: WARNING: attempt to net_add_domain(netgraph) after domainfinalize() Feb 22 20:27:17 fbsd savecore: no dumps found # kldstat Id Refs Address Size Name 1 7 0xc0400000 339be8 kernel 2 1 0xc073a000 61b60 acpi.ko 3 4 0xc3273000 b000 netgraph.ko 4 1 0xc3282000 4000 ng_ether.ko 5 1 0xc3286000 5000 ng_pppoe.ko 6 1 0xc328b000 4000 ng_socket.ko /etc/rc.conf: ppp_enable="YES" ppp_mode="ddial" ppp_profile="myisp" ppp_nat="NO" /etc/ppp/ppp.conf: default: set log Phase Chat IPCP CCP tun command ident user-ppp VERSION (built COMPILATIONDATE) myisp: set device PPPoE:xl0 set authname *** set authkey *** set dial set login set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 add default HISADDR