Hello,
I am trying to install Nethsecurity on a Raspberry Pi 4 B. I think I was able to build the image correctly since the Nethsecurity UI is coming up. However there is an error in the dashboard, and was wondering if there was an easy way to fix?
root@NethSec:~# /usr/libexec/rpcd/ns.dashboard call system-info
Traceback (most recent call last):
File "/usr/libexec/rpcd/ns.dashboard", line 38, in get_hardware
with open('/sys/devices/virtual/dmi/id/board_name') as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/sys/devices/virtual/dmi/id/board_name'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/libexec/rpcd/ns.dashboard", line 380, in <module>
ret = system_info()
^^^^^^^^^^^^^
File "/usr/libexec/rpcd/ns.dashboard", line 260, in system_info
ret['hardware'] = get_hardware()
^^^^^^^^^^^^^^
File "/usr/libexec/rpcd/ns.dashboard", line 41, in get_hardware
with open('/sys/devices/virtual/dmi/id/product_name') as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/sys/devices/virtual/dmi/id/product_name'
I’ll continue to look around and see if I can fix the problem, but was looking for some guidance.
Thanks,
–
Enrique