TravisFSmith / SweetSecurity

Network Security Monitoring on Raspberry Pi type devices
Apache License 2.0
778 stars 189 forks source link

debian 9 getting error #19

Closed btmndkh closed 7 years ago

btmndkh commented 7 years ago

File "setup.py", line 185, in bro.install(chosenInterface, 'localhost') File "/home/cert/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'

TravisFSmith commented 7 years ago

Bro isn't getting installed properly, so the installer is bailing out.

Did you try installing these pre-req's first?

https://github.com/TravisFSmith/SweetSecurity/wiki/FAQ#can-i-install-on-debian-9

btmndkh commented 7 years ago

Thanks, forgot to install pre-req's...working fine now