OPNsense Forum

Archive => 17.1 Legacy Series => Topic started by: zen_spartan on June 08, 2017, 11:33:25 am

Title: issue with netflow
Post by: zen_spartan on June 08, 2017, 11:33:25 am
hi there,
             trying to remote away netflow but keep getting this error in the log.....

configd.py: [e454efe0-ee67-4eca-a6c0-4868e4317d23] Inline action failed with OPNsense/Netflow OPNsense/Netflow/netflow.conf 'collections.OrderedDict object' has no attribute 'targets' at Traceback (most recent call last): File "/usr/local/opnsense/service/modules/processhandler.py", line 505, in execute return ph_inline_actions.execute(self, inline_act_parameters) File "/usr/local/opnsense/service/modules/ph_inline_actions.py", line 50, in execute filenames = tmpl.generate(parameters) File "/usr/local/opnsense/service/modules/template.py", line 309, in generate raise render_exception Exception: OPNsense/Netflow OPNsense/Netflow/netflow.conf 'collections.OrderedDict object' has no attribute 'targets'

just upgraded to OPNsense 17.1.8-amd64

any ideas?

many thanks

zen
Title: Re: issue with netflow
Post by: AdSchellevis on June 09, 2017, 09:37:33 am
Hi Zen,

Can you try to install this patch?

https://github.com/opnsense/core/commit/dcbbcf898

Code: [Select]
opnsense-patch dcbbcf898
It looks like it tries to render a template without a destination provided.

Best regards,

Ad