Hi, I'm having some problems installing Vagrant, apparently because of the kernel running on my Ubuntu 14.04 installation (which is running inside OpenVZ on a Beastnode VPS).
When attempting to run 'vagrant up', I get: VirtualBox is complaining that the kernel module is not loaded Following this, it seems that the problem is because kernel headers aren't installed. When I try to update the kernel headers: sudo apt-get update install linux-headers-$(uname -r) I get: Unable to locate package linux-headers-2.6.32-042stab094.8 Is this caused by running inside OpenVZ? All of the instructions for installing Vagrant on 14.04 seem pretty clear on Google, yet it's not working for some reason. Also, it seems wrong that the installation proceeds just fine but throws an error when I try to run 'vagrant up' because of missing prerequisites. Shouldn't the vagrant installation fail louder/sooner? -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/3f4000e0-7638-4f57-a94b-48f62cadb6ee%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
