Hi all,
I have tried to upgrade to Zeek 3.0.1 from Zeek 3.0.0 but I am seeing a lot of errors:
Warning: ZeekControl plugin uses legacy BroControl API. Use
‘import ZeekControl.plugin’ instead of ‘import BroControl.plugin’
removing old policies in /nsm/zeek/spool/installed-scripts-do-not-touch/site …
removing old policies in /nsm/zeek/spool/installed-scripts-do-not-touch/auto …
creating policy directories …
installing site policies …
generating cluster-layout.zeek …
generating local-networks.zeek …
generating zeekctl-config.zeek …
generating zeekctl-config.sh …
updating nodes …
sh: line 1: /home/zeek/venv/bin/python: No such file or directory
sh: line 1: /home/zeek/venv/bin/python: No such file or directory
sh: line 2: [/bin/echo,: No such file or directory
sh: line 3: syntax error near unexpected token `done’
sh: line 3: `done’
sh: line 2: [/bin/echo,: No such file or directory
sh: line 3: syntax error near unexpected token `done’
sh: line 3: `done’
Error: cannot create a directory on node worker-1
Error: Failed to establish ssh connection to host 172.22.58.2
setcap plugin: executing setcap on each node:
sh: line 1: /home/zeek/venv/bin/python: No such file or directory
sh: line 1: /home/zeek/venv/bin/python: No such file or directory
sh: line 2: [/bin/echo,: No such file or directory
sh: line 3: syntax error near unexpected token `done’
sh: line 3: `done’
sh: line 2: [/bin/echo,: No such file or directory
sh: line 3: syntax error near unexpected token `done’
sh: line 3: `done’
How can I try to debug these errors? …In 3.0.0 release all works well … For example, : /home/zeek/venv/ is python’s virtualenv for zkg … and I don’t understand why it is a requirement for nodes …