Hello everybody,
We are trying to install b2b suite on a Windows machine using Vagrant and Virtual box.
After running vagrant up we get this error at some point:
“Failed to mount folders in Linux guest. This is usually because
the “vboxsf” file system is not available. Please verify that
the guest additions are properly installed in the guest and
can work properly. The command attempted was:”
This was fixed by ‘vagrant plugin install vagrant-vbguest’
When running ‘vagrant up --provision’ we get now:
’playbook
does not exist on the guest: /vagrant/dev-ops/ubuntu/ansible/playbook.yml’
Does anyone have an ideea how we can solve this?
Running ‘vagrant up’ we get:
‘vagrant up
Bringing machine ‘default’ up with ‘virtualbox’ provider…
==> default: Checking if box ‘ubuntu/xenial64’ version ‘20191105.0.0’ is up to date…
==> default: Machine already provisioned. Run vagrant provision
or use the --provision
==> default: flag to force provisioning. Provisioners marked to run always will still run.’
This means everything is ok?
Best regards,
Sorin