From owner-freebsd-stable@FreeBSD.ORG Thu Aug 7 00:51:53 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 377501065675 for ; Thu, 7 Aug 2008 00:51:53 +0000 (UTC) (envelope-from kmd@milshop.ru) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id EAE158FC0C for ; Thu, 7 Aug 2008 00:51:52 +0000 (UTC) (envelope-from kmd@milshop.ru) Received: by py-out-1112.google.com with SMTP id p76so139410pyb.10 for ; Wed, 06 Aug 2008 17:51:52 -0700 (PDT) Received: by 10.142.193.13 with SMTP id q13mr238784wff.118.1218070311657; Wed, 06 Aug 2008 17:51:51 -0700 (PDT) Received: by 10.142.200.13 with HTTP; Wed, 6 Aug 2008 17:51:51 -0700 (PDT) Message-ID: <519867a90808061751y566ea52y983c626f80fd87ac@mail.gmail.com> Date: Thu, 7 Aug 2008 04:51:51 +0400 From: "Eugene Kazarinov" Sender: kmd@milshop.ru To: "FreeBSD Stable" In-Reply-To: <519867a90808061700i677df5e8u221fe39de2fd3e1@mail.gmail.com> MIME-Version: 1.0 References: <519867a90808061700i677df5e8u221fe39de2fd3e1@mail.gmail.com> X-Google-Sender-Auth: e752a4e920a7b62c 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 00:51:53 -0000 By the way. I use this kernel config since 5.4-stable, then was 6.0, after that 6.2 and on one server is 6.3-PRERELEASE now. It works. My kernel config is > ======= > include GENERIC > > options IPFIREWALL > options IPFIREWALL_FORWARD > options IPFIREWALL_VERBOSE > options DUMMYNET > options IPFILTER > > options SMP > > options NETGRAPH > options NETGRAPH_ETHER > options NETGRAPH_SOCKET > options NETGRAPH_TEE > ====== > PS I have downgraded the system to 6.3-RELEASE-p3 nothing changes: It's still "Depends on kernel". What does it mean?