Issues to get aztarna running in OS X 10.13.4 with Python 3.6
vmayoral opened this issue · 2 comments
vmayoral commented
Installation goes fine: https://gist.github.com/vmayoral/51690179387c3749afa6e8ffeb4bf323. But then, I bump into the same reported error repeatedly (also reported here).
Python 2 is certainly not a way either.
vmayoral commented
I implemented 90a1b20 a Docker container that launches aztarna in a repeatable environment. Here's how it works:
victor at Victors-MacBook in ~/zmap_results on master*
$ docker run -v /Users/victor/zmap_results/:/root -it aztarna_docker -t ROS -p 11311 -i /root/ros_scan_s47.csv
[-] Error connecting to host Address: 170.228.35.78, Nodes: []:
Not a ROS host
[-] Error connecting to host Address: 61.155.204.50, Nodes: []:
Not a ROS host
[-] Error connecting to host Address: 149.169.177.219, Nodes: []:
Not a ROS host
...
vmayoral commented
Similar portability issues can be fixed in this manner. Closing.