FreeBSD 6.3/amd64: ng_ipacct "Depends on kernel" ?? why? when?

Eugene Kazarinov kamuzon at milshop.ru
Thu Aug 7 00:00:34 UTC 2008


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. :(


More information about the freebsd-stable mailing list