Re: [pmacct-discussion] Off by one warning?

2013-12-04 Thread Joel Krauska
Paolo, Sorry I missed that you had replied. Yes, these happen all the time. There's a big burst on startup and then a pretty steady one afterwards. It looks like the later burst might be due to sending two streams? INFO ( testing/print ): *** Purging cache - START *** INFO ( testing/print ):

[pmacct-discussion] buffer overflow / backtrace on 1.5rc1

2013-12-04 Thread Joel Krauska
I get a pretty repeatable buffer overflow when trying to use nfacctd with BGP enabled. (threaded) It will run for a few moments and then bombs out. *** buffer overflow detected ***: nfacctd: Core Process [default] terminated === Backtrace: =

Re: [pmacct-discussion] buffer overflow / backtrace on 1.5rc1

2013-12-04 Thread Joel Krauska
FWIW: I get the same on nfacctd 0.14.3 (20130503-00) On Wed, Dec 4, 2013 at 4:18 PM, Joel Krauska j...@krauska.net wrote: I get a pretty repeatable buffer overflow when trying to use nfacctd with BGP enabled. (threaded) It will run for a few moments and then bombs out. *** buffer

[pmacct-discussion] nfacctd Networks Problem

2013-12-04 Thread Terry Duchcherer
Just trying to setup nfacctd to aggregate our traffic on a per host basis. To import into our billing application. Nfacct.conf debug: true ! daemonize: false nfacctd_time_new: true plugins: mysql aggregate: sum_host sql_db: pmacct sql_table: acct sql_table_version: 1 sql_passwd: ** sql_user:

Re: [pmacct-discussion] Off by one warning?

2013-12-04 Thread Paolo Lucente
Hi Joel, Disabling checks is harmless, apart from having the benefit of removing you the annoying part of those warning messages. But one more question: you say sending two streams but i see only a single exporter, 'agent=X:0'. Is it X reallt corresponding to a single IP address (which would

Re: [pmacct-discussion] buffer overflow / backtrace on 1.5rc1

2013-12-04 Thread Paolo Lucente
Hi Joel, Wow, interesting. What OS are you running? What BGP capabilities are enabled and which address families are you sending over? It would help if you can run the daemon under gdb and collect 'bt' information (send it directly to me). Post in the same email also your config. We can take it

Re: [pmacct-discussion] Off by one warning?

2013-12-04 Thread Joel Krauska
Sure thing. On Wed, Dec 4, 2013 at 4:37 PM, Paolo Lucente pa...@pmacct.net wrote: Hi Joel, Disabling checks is harmless, apart from having the benefit of removing you the annoying part of those warning messages. But one more question: you say sending two streams but i see only a single

Re: [pmacct-discussion] nfacctd Networks Problem

2013-12-04 Thread Paolo Lucente
Hi Terry, What version of pmacct are you running? If a recent one, ie. = 0.14.3, you should have 'networks_file_filter: true' in your config in order to explicitely enable filtering (as is documented in the CONFIG-KEYS file). Cheers, Paolo On Thu, Dec 05, 2013 at 12:37:58AM +, Terry

Re: [pmacct-discussion] buffer overflow / backtrace on 1.5rc1

2013-12-04 Thread Joel Krauska
Running Ubuntu 12.04.2. Can't speak to the BGP config on the Juniper side, but I'll ask for that. I believe IPv6 might be in the mix here. I'll do the gdb bt and email you. On Wed, Dec 4, 2013 at 4:46 PM, Paolo Lucente pa...@pmacct.net wrote: Hi Joel, Wow, interesting. What OS are you

Re: [pmacct-discussion] nfacctd Networks Problem

2013-12-04 Thread Terry Duchcherer
Thank you, that was my problem. Terry -Original Message- From: pmacct-discussion [mailto:pmacct-discussion-boun...@pmacct.net] On Behalf Of Paolo Lucente Sent: Wednesday, December 04, 2013 5:53 PM To: pmacct-discussion@pmacct.net Subject: Re: [pmacct-discussion] nfacctd Networks