Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in setup.py : bro.install(chosenInterface, esServer) #55

Open
TheSidd opened this issue Dec 27, 2019 · 0 comments
Open

Error in setup.py : bro.install(chosenInterface, esServer) #55

TheSidd opened this issue Dec 27, 2019 · 0 comments

Comments

@TheSidd
Copy link

TheSidd commented Dec 27, 2019

Installing Bro IDS
  Downloading Bro IDS 2.5.1
  Unpacking Bro Code
  Creating Bro Directory Structures
  Configuring Bro Code
  Making Bro Code
  Installing Bro Code
  Cleaning Up Bro Installation Files
  Configuring Bro
Traceback (most recent call last):
  File "setup.py", line 257, in <module>
    bro.install(chosenInterface, esServer)
  File "/home/pi/Desktop/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 325, in move
    copy2(src, real_dst)
  File "/usr/lib/python2.7/shutil.py", line 153, in copy2
    copyfile(src, dst)
  File "/usr/lib/python2.7/shutil.py", line 96, in copyfile
    with open(src, 'rb') as fsrc:
IOError: [Errno 2] No such file or directory: '/opt/nsm/bro/etc/node.cfg'
pi@raspberrypi:~/Desktop/SweetSecurity $

Also has this project been abandoned?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant