SweetSecurity icon indicating copy to clipboard operation
SweetSecurity copied to clipboard

IOError: [Errno 2] No such file or directory: '/opt/nsm/bro/etc/node.cfg'

Open clarancedriver opened this issue 7 years ago • 2 comments

Any idea why the node.cfg is not getting built?

Traceback (most recent call last): File "setup.py", line 257, in bro.install(chosenInterface, esServer) File "/home/pi/Repos/SweetSecurity/install/bro.py", line 45, in install shutil.move('/opt/nsm/bro/etc/node.cfg','/opt/nsm/bro/etc/node.orig') File "/usr/lib/python2.7/shutil.py", line 302, in move copy2(src, real_dst) File "/usr/lib/python2.7/shutil.py", line 130, in copy2 copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: '/opt/nsm/bro/etc/node.cfg'

clarancedriver avatar Feb 27 '18 16:02 clarancedriver

This seems like a duplicate of #25 Check the solution there or check the FAQ

marcellos avatar Mar 05 '18 01:03 marcellos

Yes, I got the same and #25 resolved it.

jouellnyc avatar Mar 17 '19 17:03 jouellnyc