Hello, It's very unlikely that virtualbox will work there since require full hardware virtualization support.
The part of the module is basically this. you require to install make gcc kernel-devel and kernel-headers (names may change since those are for rpm based linux distro) and after that, when you install the kernel modules will compile properly manually you can check ls /etc/init.d/vbox* the name change distro by distro, to the name of the sevice you can ask /etc/init.d/vbox<something> setup that should recompile the modules for virtualbox On Tue, Jun 30, 2015 at 2:37 AM, Alexander Farley <[email protected]> wrote: > 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. -- 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/CAHqq0ezZnhC4fs%3D0H7OmUE7drDs%2BfAX0mDHXC%3DBP5KaYSSa4eg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
