From owner-freebsd-current@FreeBSD.ORG Fri Oct 28 05:39:02 2005 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 DB2F916A41F for ; Fri, 28 Oct 2005 05:39:02 +0000 (GMT) (envelope-from csujun@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBC4043D48 for ; Fri, 28 Oct 2005 05:39:01 +0000 (GMT) (envelope-from csujun@gmail.com) Received: by xproxy.gmail.com with SMTP id t5so239971wxc for ; Thu, 27 Oct 2005 22:39:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=aacSrxGox79THPnxTnJVuJyQuUnDoYolRPIgbf3DfE3rpGsaKUwTYQa5UDwzsUnlQzstDKo7SRbio2tEzduQyu4JysKd3tDhPQTnkHhd4uTdTYbrJQEgxvlBHbxnOEdUbK2P1Rn1DQ5yYYRX2wxW9rfe9vJvwtB/cGtql4lf1uo= Received: by 10.65.242.7 with SMTP id u7mr2120617qbr; Thu, 27 Oct 2005 22:39:01 -0700 (PDT) Received: by 10.65.23.11 with HTTP; Thu, 27 Oct 2005 22:39:01 -0700 (PDT) Message-ID: Date: Fri, 28 Oct 2005 12:39:01 +0700 From: Jun Su To: current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Mailman-Approved-At: Fri, 28 Oct 2005 13:17:16 +0000 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: Fri, 28 Oct 2005 05:39:03 -0000 Hi all, I enabled PPP in rc.conf. Then I got the above warnning message when ppp is staring. Does this idenity bug? or it is safe? -- -- Jun Su