Skip to content

Instantly share code, notes, and snippets.

@johnallen3d
Created June 9, 2014 17:22
Show Gist options
  • Save johnallen3d/da2bac7cf6f1d734539f to your computer and use it in GitHub Desktop.
Save johnallen3d/da2bac7cf6f1d734539f to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment