Speed up your Vagrant NFS shares with cachefilesd

Speed up your Vagrant NFS shares with cachefilesd

Vagrant insecure key detected. Vagrant will automatically replace this with a newly generated keypair for better security

If during first ‘vagrant up’ you see in log output: Vagrant insecure key detected. Vagrant will automatically replace this with a newly generated keypair for better security. Inserting generated public key within guest… Removing insecure key from the guest if its present… Key inserted! Disconnecting and reconnecting using new SSH key… you can add this ...

Machine hangs on shutdown/reboot with NFS shared folders for Vagrant?

Add this simple init.d script to save all running virtualboxes on host shutdown or reboot https://gist.github.com/ymc-geha/8416723

Vagrant hangs at ‘vagrant up’ when mounting NFS shared folders

Vagrant hangs, because it needs open ports for NFS. See here how to open this ports:

How to create custom Vagrant box

https://github.com/kraksoft/vagrant-box https://github.com/kraksoft/vagrant-box-debian https://github.com/kraksoft/vagrant-box-ubuntu https://www.debian.org/releases/wheezy/example-preseed.txt https://help.ubuntu.com/14.04/installation-guide/example-preseed.txt

Fixing sudo for NFS export with Vagrant

When you see this request for password: ==> default: Exporting NFS shared folders… ==> default: Preparing to edit /etc/exports. Administrator privileges will be required… Password: you can try this scrips: https://github.com/mitchellh/vagrant/tree/master/contrib/sudoers Description is here: https://github.com/mitchellh/vagrant/pull/3638