Eugene Kazarinov
2008-Aug-07  00:00 UTC
FreeBSD 6.3/amd64: ng_ipacct "Depends on kernel" ?? why? when?
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. :(
Eugene Kazarinov
2008-Aug-07  00:52 UTC
FreeBSD 6.3/amd64: ng_ipacct "Depends on kernel" ?? why? when?
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?