svalabs / clt2024-linux-security-grundlagen

Inhalte des CLT2024-Workshops "Linux Security-Grundlagen"
11 stars 1 forks source link

Vagrant - TASK [Start OpenVAS] breaks #1

Open mcMoneySack opened 3 months ago

mcMoneySack commented 3 months ago

Hi,

I attended the workshop and now I try to build the environment on my server.

When I start "vagrant up" I get the following error:

TASK [Start OpenVAS] *** fatal: [controller]: FAILED! => {"changed": false, "cmd": "docker-compose up -d", "msg": "[Errno 2] No such file or directory: b'docker-compose': b'docker-compose'", "rc": 2, "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}

FYI: I downloaded & used the zip file.

Any guess what's up? THX in advance

stdevel commented 3 months ago

Hi @mcMoneySack, I stumbled upon the same issue today and just pushed a fix as well as proper formatted PDFs.

You need to update your local repository copy and either destroy and re-create the VMs (vagrant destroy -f ; vagrant up) or update them (vagrant rsync ; vagrant provision).

Hope this works for you! 🙂