OPNsense Forum

Archive => 16.7 Legacy Series => Topic started by: RickNY on October 01, 2016, 02:58:45 pm

Title: ARP Table error
Post by: RickNY on October 01, 2016, 02:58:45 pm
I notice in OPNsense 16.7.5-amd64 that when I attempt to display the ARP table using Interfaces..Diagnostics..ARP Table, it returns no results and the following error is thrown in the system log.. Is this a known issue?


configd.py: [25cbc080-cd79-49f4-9896-5d3180509c8f] Script action failed with Command '/usr/local/opnsense/scripts/interfaces/list_arp.py "json"' returned non-zero exit status 1 at Traceback (most recent call last): File "/usr/local/opnsense/service/modules/processhandler.py", line 477, in execute stdout=output_stream, stderr=error_stream) File "/usr/local/lib/python2.7/subprocess.py", line 541, in check_call raise CalledProcessError(retcode, cmd) CalledProcessError: Command '/usr/local/opnsense/scripts/interfaces/list_arp.py "json"' returned non-zero exit status 1
Title: Re: ARP Table error
Post by: AdSchellevis on October 01, 2016, 03:14:53 pm
Hi RickNY,

can you run the following on a console and report the output?

Code: [Select]
/usr/local/opnsense/scripts/interfaces/list_arp.py json

Best regards,

Ad
Title: Re: ARP Table error
Post by: RickNY on October 01, 2016, 07:57:27 pm


You can disregard.. I had "Suppress ARP Messages" enabled.