From owner-freebsd-stable@FreeBSD.ORG Thu Aug 7 03:21:48 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C74A1065672 for ; Thu, 7 Aug 2008 03:21:48 +0000 (UTC) (envelope-from kmd@milshop.ru) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.171]) by mx1.freebsd.org (Postfix) with ESMTP id 274DF8FC14 for ; Thu, 7 Aug 2008 03:21:48 +0000 (UTC) (envelope-from kmd@milshop.ru) Received: by wf-out-1314.google.com with SMTP id 24so184328wfg.7 for ; Wed, 06 Aug 2008 20:21:47 -0700 (PDT) Received: by 10.142.237.20 with SMTP id k20mr277992wfh.146.1218079307734; Wed, 06 Aug 2008 20:21:47 -0700 (PDT) Received: by 10.142.200.13 with HTTP; Wed, 6 Aug 2008 20:21:47 -0700 (PDT) Message-ID: <519867a90808062021n660dc046p7a68b57a3b2a9420@mail.gmail.com> Date: Thu, 7 Aug 2008 07:21:47 +0400 From: "Eugene Kazarinov" Sender: kmd@milshop.ru To: "FreeBSD Stable" In-Reply-To: <200808071247.02042.doconnor@gsoft.com.au> MIME-Version: 1.0 References: <519867a90808061700i677df5e8u221fe39de2fd3e1@mail.gmail.com> <519867a90808061950p4a611403we7248af13e69dc5d@mail.gmail.com> <200808071244.03428.doconnor@gsoft.com.au> <200808071247.02042.doconnor@gsoft.com.au> X-Google-Sender-Auth: bd0561e152cd651a Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: FreeBSD 6.3/amd64: ng_ipacct "Depends on kernel" ?? why? when? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2008 03:21:48 -0000 > > So, one gets run on the module you want to load & fails (and prints the > message you see). The next one is run and it understands that file type > so loads it. > I understand now. Thank you a lot again.