johnallen3d
6/9/2014 - 5:22 PM

Vagrant Troubleshooting

Vagrant Troubleshooting

Delayed Vagrant Up

If after a halt and up vagrant appears to stall at this step...

==> docker: Waiting for HGFS kernel module to load...

run vmware setup and except all defaults and this should saolve the issue.

> sudo vmware-config-tools.pl

This usually happens after a kernel upgrade.

NFS Errors

If trying to moount a folder and receiving an error that says the host path does not exists try nfs.

dev.vm.synced_folder './apps/',   '/var/apps/',   nfs: true