summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2014-01-28 16:23:41 -0500
committerMicah Anderson <micah@riseup.net>2014-01-28 16:23:41 -0500
commitdff7133cb816583258755f661a7f86d82b06bc65 (patch)
tree7914766c6486981619589f8417adde4938bcb21d
parent453adac039924a03199fb4560289cb6c8fc8d6ef (diff)
parentbb0de27c6437749bd4fe1c12d9be0c59d916e975 (diff)
Merge remote-tracking branch 'lelutin/feature/vagrant_no_virtualbox'
-rw-r--r--docs/platform/development.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/platform/development.md b/docs/platform/development.md
index 2882cf9..386b703 100644
--- a/docs/platform/development.md
+++ b/docs/platform/development.md
@@ -228,9 +228,12 @@ Install vagrant-libvirt plugin and add box
------------------------------------------
sudo apt-get install libvirt-bin libvirt-dev
vagrant plugin install vagrant-libvirt
- vagrant plugin install sahara
+ vagrant plugin install sahara
vagrant box add leap-wheezy https://downloads.leap.se/leap-debian-libvirt.box
+Remove Virtualbox
+-----------------
+ sudo apt-get remove virtualbox*
Debugging
---------
@@ -269,5 +272,6 @@ Known Issues
* 'Call to virConnectOpen failed: internal error: Unable to locate libvirtd daemon in /usr/sbin (to override, set $LIBVIRTD_PATH to the name of the libvirtd binary)' - you don't have the libvirtd daemon running or installed, be sure you installed the 'libvirt-bin' package and it is running
* 'Call to virConnectOpen failed: Failed to connect socket to '/var/run/libvirt/libvirt-sock': Permission denied' - you need to be in the libvirt group to access the socket, do 'sudo adduser <user> libvirt' and then re-login to your session
+* if each call to vagrant ends up with a segfault, it may be because you still have virtualbox around. if so, remove virtualbox to keep only libvirt + KVM. according to https://github.com/pradels/vagrant-libvirt/issues/75 having two virtualization engines installed simultaneously can lead to such weird issues.
* see the [vagrant-libvirt issue list on github](https://github.com/pradels/vagrant-libvirt/issues)
* be sure to use vagrant-libvirt >= 0.0.11 and sahara >= 0.0.16 (which are the latest stable gems you would get with `vagrant plugin install [vagrant-libvirt|sahara]`) for proper libvirt support