Tinker Board
Opened this issue · 2 comments
Travis,
this is good stuff. I am trying to install all components on a tinker board but I'm getting an error. I am using the latest debian OS for the tinker (2.0.3) and it seems pretty standard. I have put a big sd card on this thing and wanted to see how it did in a home. It gave me an excuse to buy one :-) but not working. thoughts?
File "setup.py", line 257, in <module>
bro.install(chosenInterface, esServer)
File "/home/linaro/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'
Actually I found the answer. I applied the alternative for dev 9 and some dependencies and everything went in. :-) However I believe there is an error somewhere in flask and apache. I am still trying to identify the home port. I looked in the wsgi file and it's empty. I also looked around in the various other conf files looking for proxies. I can get to kibana but it's missing logstash filters. Apache logs are wacky too. The tinker board rocks. The fast nic, the memory and the four cores means this could be a great home appliance.