Page 1 of 1

Kernel module on Debian Etch (VPS!)

Posted: 27. May 2009, 23:58
by Awinad
Hi there

I'm quite new to Virtualbox and Linux...
I tried to install VBox on a virtual server (Debian Etch) once using

Code: Select all

apt-get install virtualbox-2.2


which failed and another time like they suggest here: http://wiki.debian.org/VirtualBox#Debia ... -backports. Neither of them worked, I can't compile the kernel module. I get the following error:

Code: Select all

Makefile:139: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again.  Stop.
uname -r gives me 2.6.18-028stab060.8-ent
Obviously this is a special kernel used on the VPS and I can't change it and there's no source for it...

How can I get Virtualbox to get to run?! Any ideas?

All help is really appreciated!!

Daniel

Re: Kernel module on Debian Etch (VPS!)

Posted: 28. May 2009, 10:36
by Sasquatch
How did you get that kernel in the first place? There must always be the source code for a kernel. If there isn't, don't use it, as you have no idea what is done with it. For all you know, it could have some major security issues.

Re: Kernel module on Debian Etch (VPS!)

Posted: 28. May 2009, 11:04
by fixedwheel
Awinad wrote:I tried to install VBox on a virtual server
(...)
Obviously this is a special kernel used on the VPS and I can't change it and there's no source for it...

How can I get Virtualbox to get to run?!
get a real machine ... hardly any virtualisation would work in already virtualized environment and none that i know on x86 hardware

Re: Kernel module on Debian Etch (VPS!)

Posted: 28. May 2009, 11:32
by Awinad
It's what the ISP calls a "virtual dedicated server", and I can't change the kernel.
I would like to have a real one... but it's too expensive and it needs to be online 24/7...
The provider told me in advance that they have several customers running VB on their VPS without problems.
I'm still waiting for a reply from their support team...

Thanks
Daniel