Virtualbox slow in new system
I just bought a new computer and used the same home system like before. Virtualbox was now really slow and it used also for small task 100% cpu. I searched through the web without finding...
Information about Programing & Server related topics
I just bought a new computer and used the same home system like before. Virtualbox was now really slow and it used also for small task 100% cpu. I searched through the web without finding...
Unbelievable but true, in newer versions of vagrant the provision is only executed once! Why? You may ask, but i think it is only because some people there not able to make there provisioning...
If you want to allow vagrant to change the nfs export without entering an password you can add this to your sudoers file (to edit it just type visudo as root): # Allow passwordless...
If you are using the latest vagrant version from http://www.vagrantup.com/ you do not need virtualbox additionally. If you install it besides the vagrant one it can interfer with vagrant. I needed to uninstall my local vagrant...
Vagrant packages for your system (Linux, Mac, Windows) can be found under: http://downloads.vagrantup.com/ First install some dependencies: sudo apt-get install qemu-kvm libvirt-bin libvirt-dev qemu-system virt-manager Install the vagrant kvm plugin: vagrant plugin install vagrant-kvm You can start it with vagrant...
Vagrant sometimes fails to start the vm with a message like this: “SSH connection was refused! This usually happens if the VM failed to boot properly. Some steps to try to fix this: First,...
Recent Comments