From owner-freebsd-stable@FreeBSD.ORG Thu Aug 7 00:00:34 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 314C51065678 for ; Thu, 7 Aug 2008 00:00:34 +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 0E8248FC1A for ; Thu, 7 Aug 2008 00:00:33 +0000 (UTC) (envelope-from kmd@milshop.ru) Received: by wf-out-1314.google.com with SMTP id 24so129628wfg.7 for ; Wed, 06 Aug 2008 17:00:33 -0700 (PDT) Received: by 10.142.224.5 with SMTP id w5mr218542wfg.215.1218067233259; Wed, 06 Aug 2008 17:00:33 -0700 (PDT) Received: by 10.142.200.13 with HTTP; Wed, 6 Aug 2008 17:00:33 -0700 (PDT) Message-ID: <519867a90808061700i677df5e8u221fe39de2fd3e1@mail.gmail.com> Date: Thu, 7 Aug 2008 04:00:33 +0400 From: "Eugene Kazarinov" Sender: kmd@milshop.ru To: "FreeBSD Stable" MIME-Version: 1.0 X-Google-Sender-Auth: 49914db589283756 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: 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:00:34 -0000 Hello again. Situation 1 I have installed 6.3-STABLE-200807-amd64-disc1.iso #cd /usr/ports/net-mgmt/ng_ipacct/ #make install clean it's ok. It has installed. (sorry for my english) next Situation 2 I have installed 6.3-STABLE-200807-amd64-disc1.iso csup it to last src tree. csup it to last ports tree (as I can see ng_ipacct didn't change from 2006 year) make buildworld, buildkernel -KERNCONF=KMD; install it both, mergemastered and so on after reboot I got: #cd /usr/ports/net-mgmt/ng_ipacct/ #make install clean ====== ===> ng_ipacct-20061223 "Depends on kernel". *** Error code 1 Stop in /usr/ports/net-mgmt/ng_ipacct. ====== When? Why? What's wrong? What's changed from 6.3-STABLE-200807 to "6.3-STABLE #0: Thu Aug 7 2008"? During one month?! 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 ====== if I change kernel config to {to turn off(??) netgraph} ======= include GENERIC options IPFIREWALL options IPFIREWALL_FORWARD options IPFIREWALL_VERBOSE options DUMMYNET options IPFILTER options SMP ====== and rebuild kernel and then reboot and after that all is nothing change. It still ====== ===> ng_ipacct-20061223 "Depends on kernel". *** Error code 1 Stop in /usr/ports/net-mgmt/ng_ipacct. ====== I dont understand. How to use ng_ipacct and traffic counting in last (super fresh up-to-date system =\) 6.3-stable? Or I need to downgrading to -RELEASE? Or to 6.2-STABLE? Where to read about state of ng_ipacct? google says nothing special. Pls help. I really need to resolv this problem. :(