The karma.sh script is not set as executable and therefore cannot be found.
Resolution is to chmod +x *.sh of the scripts in that folder PRIOR to running which means to bring up the vm with
vagrant up --no-provision
vagrant ssh
sudo bash
cd to the necessary folder
chmod +x *.sh
exit
vagrant suspend
vagrant resume (will commence provisioning again)
The karma.sh script is not set as executable and therefore cannot be found. Resolution is to chmod +x *.sh of the scripts in that folder PRIOR to running which means to bring up the vm with
vagrant up --no-provision vagrant ssh sudo bash cd to the necessary folder chmod +x *.sh exit vagrant suspend vagrant resume (will commence provisioning again)