Royce Davis
Royce Davis
Hi, please post the error output you are reviving and what commands you are typing to receive the error.
This should be resolved. The pentest machine now uses Kali. ~~~ git pull vagrant destroy pentest vagrant up pentest ~~~
I'm having touble replicating this issue on my end. Can you post more verbose output? Try `vagrant up gohan --debug` & `vagrant provision gohan --debug`
What does this say? ~~~ vagrant --version ~~~
Give the above recommendation a try after upgrading to the latest vagrant version 2.2.19
This just worked for me today what version of vagrant do you have? ``` vagrant --version Vagrant 2.2.19 ``` ``` vagrant up gohan Bringing machine 'gohan' up with 'virtualbox' provider......
That seems to be the likely cause. Try downloading and installing the latest version https://www.vagrantup.com/downloads. it looks like you’re using WSL on windows is that correct? for me I chose...
I think you just need to update your version of vagrant to the latest which is `2.2.19`. Once you do that, gohan and all the other VMs should install and...
Have up upgraded vagrant to `2.2.19` as advised?
Are you using vagrant inside of Windows or Ubuntu?