OVH Community, your new community space.

Kernel headers for Centos 6.6 ( kernel 3.14.32-xxxx-grs-ipv6-64)


alvaroag
31/03/2016, 00:57
Prueba con esto:

mkdir -p /lib/modules/3.14.32-xxxx-grs-ipv6-64/source
cd /lib/modules/3.14.32-xxxx-grs-ipv6-64/source
wget https://www.kernel.org/pub/linux/ker...3.14.32.tar.gz
tar xfz linux-3.14.32.tar.gz
cd linux-3.14.32
mv * ../
cd ..
wget ftp://ftp.ovh.net/made-in-ovh/bzImag...xx-grs-ipv6-64
mv config-3.14.32-xxxx-grs-ipv6-64 .config
Eso descargará el código fuente oficial de tu versión del kernel, y la configuración con que OVH lo ha compilado. Ambos, a un directorio en donde VirtualBox pueda encontrarlos. Con eso debería ser suficiente para que VirtualBox funcione.

jquequezana
30/03/2016, 16:38
Hola como estas, logre instalar kernel-header pero el problema continua, estuve investigando y la respuesta fue que ovh tiene un kernel propio (kernel 3.14.32-xxxx-grs-ipv6-64) alguien sabe donde puedo conseguir el kernel 3.14.32-xxxx-grs-ipv6-64/source ?

Saludos

alvaroag
30/03/2016, 16:00
Wrong forum or wrong language This is the forum for OVH Spain. You can post in english in the OVH UK Forum or in the OVH US Forum.

On the subject, you may try installing the "kernel-headers" package:

yum install kernel-headers

jquequezana
30/03/2016, 02:51
I'm trying install virtualbox in centos 6.6 but I get this error:

Código:
Trying to register the VirtualBox kernel modules using DKMS Error! echo
Your kernel headers for kernel 3.14.32-xxxx-grs-ipv6-64 cannot be found at
/lib/modules/3.14.32-xxxx-grs-ipv6-64/build or /lib/modules/3.14.32-xxxx-grs-ipv6-64/source.    [FALLÓ] (Failed, trying without DKMS)
Recompiling VirtualBox kernel modules       [FALLÓ]  (Look at /var/log/vbox-install.log to find out what went wrong)
Someone know how I can get this headers?

Regards