Hi Garry,

to add to what Karl already said at this propo that perhaps the quickest
check is just to see the header of "pmacctd" when launching it:

pa...@lagavulin:~/codes/pmacct > ./src/pmacctd -h
Promiscuous Mode Accounting Daemon, pmacctd 0.11.6-cvs
Usage: < ... >

Also give a try runing "pmacctd" in foreground to eventually get errors
while loading the networks_file onto stdout (in case you are not already
checking messages sent to syslog).

If nothing helps we should drill it down (IHMO, everything points to a
"networks_file" issue; ie. using the wrong SQL schema with MySQL would
only result in getting truncated IPv6 addresses) so try to: a) remove
the "networks_file" directive from your configuration and b) modify the
"aggregate" to, say, "src_host, dst_host". Check if IPv6 addresses this
way start popping up in the database so that we can take it from there.

Cheers,
Paolo


On Mon, Mar 23, 2009 at 07:53:28PM -0400, Garry Peirce wrote:
> Hi Paolo, 
> Ok - I believe I've done that.
> Anyway to be certain the version of pmacctd I'm running is the most current
> patch of 0.11.5?
> The behavior appears to be the same, although I'm not 100% sure I updated my
> version with CVS correctly.
> 
> -rwxr-xr-x 1 root root 354832 Mar 23 19:23 /usr/local/sbin/pmacctd
> 
> The Makefile and config.log are attached.  I do see a few 'undeclared
> identifiers' errors within the config.log.
> 
> I enabled the debug facility but did not see anything that was in error.
> DEBUG ( ./test.conf ): plugin name/type: 'default'/'core'.
> DEBUG ( ./test.conf ): plugin name/type: 'default'/'mysql'.
> DEBUG ( ./test.conf ): daemonize:true
> DEBUG ( ./test.conf ): syslog:local2
> DEBUG ( ./test.conf ): interface:eth1
> DEBUG ( ./test.conf ): aggregate:src_net,src_as
> DEBUG ( ./test.conf ): networks_file:/home/netflow/pmacct-0.11.5/IPtoAS.data
> DEBUG ( ./test.conf ): pcap_filter:src net not 10.0.0.0/8 and src net not
> 192.168.0.0/16
> DEBUG ( ./test.conf ): sql_db:pmacct
> DEBUG ( ./test.conf ): sql_table:acct_v6
> DEBUG ( ./test.conf ): sql_table_version:6
> DEBUG ( ./test.conf ): sql_passwd:<omitted>
> DEBUG ( ./test.conf ): sql_user:<omitted>
> DEBUG ( ./test.conf ): sql_refresh_time:90
> DEBUG ( ./test.conf ): sql_host:localhost
> DEBUG ( ./test.conf ): sql_history:1w
> DEBUG ( ./test.conf ): sql_history_roundoff:m
> DEBUG ( ./test.conf ): debug:true
> WARN: debug is enabled; forking in background. Console logging will get
> lost.
> 
> --
> Garry Peirce  
> University of Maine System



_______________________________________________
pmacct-discussion mailing list
http://www.pmacct.net/#mailinglists

Reply via email to