forked from drupalprojects/vdd
-
Notifications
You must be signed in to change notification settings - Fork 5
Known issues
John Ennew edited this page Mar 2, 2017
·
4 revisions
Vagrant assumes that this means the command failed!
mount -o 'vers=3,udp' 192.168.44.1:'/Users/[User]/Applications/vdd/data' /var/www```
The persistent storage plugin has gone wonky. You can repair it by executing the following commands:
1. Upgrade to the latest version of Vagrant
2. Repair Vagrant with `vagrant plugin repair`
3. Expunge and reinstall Vagrant plugins with `vagrant plugin expunge —reinstall`
4. Reinstall persistent storage plugin which went missing after step 3 with `vagrant plugin install vagrant-persistent-storage`
***
```There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["storagectl", "f69f431f-e91e-4f33-860b-86927fde51ed", "--name", "SCSI Controller", "--portcount", "2"]```
Seems to be fixed with a `vagrant destroy` followed by `vagrant up`