Skip to content

Instantly share code, notes, and snippets.

@asanchez75
Created November 17, 2012 13:24
Show Gist options
  • Save asanchez75/4095976 to your computer and use it in GitHub Desktop.
Save asanchez75/4095976 to your computer and use it in GitHub Desktop.
Vagrant things
troubleshooting
===========================================
http://vagrantup.com/v1/docs/troubleshooting.html
[default] -- v-root: /vagrant
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g vagrant` v-root /vagrant
Solutions
lsmod | grep vboxsf
sudo /etc/init.d/vboxadd setup
===============================================================================================
NFS
===============================================================================================
https://help.ubuntu.com/8.04/serverguide/network-file-system.html
======================================
Settings
======================================
http://nefariousdesigns.co.uk/vagrant-virtualised-dev-environments.html
http://lenss.nl/2012/08/setup-a-basic-php-development-environment-with-vagrant-and-chef-solo/
http://treehouseagency.com/blog/steven-merrill/2011/11/17/vagrant-and-nfs
======================================
remote Xdebug
======================================
http://blog.rajatpandit.com/2010/04/30/xdebug-remote-debugging/
http://www.adayinthelifeof.nl/2012/02/04/setting-up-a-development-environment/
http://tiger-fish.com/blog/drupal-debugging-code-inside-vagrant-instance-using-xdebug
============================================
Veewee
============================================
http://blog.aheritier.net/setup-your-devops-playground-with-puppet-vagrant-co/
======================
Boxes
======================
http://packages.vstone.eu/vagrant-boxes/
https://github.com/pdaether/LAMP-CentOS-with-Vagrant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment