Closed macidev closed 5 years ago
This seems to be an issue with your vagrant installation. Please make sure, that you have all necessary plugins installed to use shared / synced folders.
install: vagrant plugin vbguest
Installing the vbguest didn't work. So I searched for a solution. After I installed https://github.com/dotless-de/vagrant-vbguest locally on my Mac, setting
Vagrant.configure("2") do |config| config.vbguest.auto_update = true end
in my ~/.vagrant.d/Vagrantfile
and after that a vagrant up -> all went fine. Thanks.
same problem is solved after upgrading the virtual box
Hi,
on my Mac (10.13.6) with Vagrant 2.2.5 and Virtualbox 6.0.8 I got after a working installation and restarting the vagrant machine following error:
The issue only occurs, if I restart, after install the box is working fine, but with vagrant ssh a restart is required.
If there's anything further you need, please let me know.