Problema kernel
Inviato: mer 17 set 2008, 15:34
Tentando di installare VirtualBox e Vmware-player ho notato che ho qualche cosa che non va nel kernel..
Compilando il modulo di VirtualBox mi da questo errore:
Lo stesso problema lo ritrovo compilando il modulo di VMware-client:
Ed ecco un po' di info:
Secondo me è una stupidaggine, ma non so come uscirne!!
Any hint?
Compilando il modulo di VirtualBox mi da questo errore:
Codice: Seleziona tutto
root@slack:/home/g4b0/download/VirtualBox# more /var/log/vbox-install.log
VirtualBox 1.6.6 installer, built Tue Aug 26 11:52:46 CEST 2008.
Testing system setup...
System setup appears correct.
Installing VirtualBox to /opt/VirtualBox-1.6.6
Output from the module build process (the Linux kernel build system) follows:
Makefile:138: *** Error: /usr/src/linux (version 2.6.24.5) does not match the current kernel (version 2.6.24.5-smp). Stop.
End of the output from the Linux kernel build system.
Starting VirtualBox host networking ...done.
Installation successfulCodice: Seleziona tutto
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
The directory of kernel headers (version 2.6.24.5) does not match your running
kernel (version 2.6.24.5-smp). Even if the module were to compile
successfully, it would not load into the running kernel.
Codice: Seleziona tutto
root@slack:/home/g4b0/download# ls -l /var/log/packages/ | grep kernel
-rw-r--r-- 1 root root 944 2008-05-26 12:53 kernel-generic-2.6.24.5-i486-2
-rw-r--r-- 1 root root 1071 2008-05-26 12:53 kernel-generic-smp-2.6.24.5_smp-i686-2
-rw-r--r-- 1 root root 56770 2008-05-26 13:05 kernel-headers-2.6.24.5_smp-x86-2
-rw-r--r-- 1 root root 945 2008-05-26 12:53 kernel-huge-2.6.24.5-i486-2
-rw-r--r-- 1 root root 1072 2008-05-26 12:53 kernel-huge-smp-2.6.24.5_smp-i686-2
-rw-r--r-- 1 root root 126236 2008-05-26 12:54 kernel-modules-2.6.24.5-i486-2
-rw-r--r-- 1 root root 135576 2008-05-26 12:54 kernel-modules-smp-2.6.24.5_smp-i686-2
-rw-r--r-- 1 root root 1453759 2008-05-26 13:15 kernel-source-2.6.24.5_smp-noarch-2
root@slack:/home/g4b0/download# uname -a
Linux slack 2.6.24.5-smp #1 SMP Wed Apr 30 13:18:13 CDT 2008 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz GenuineIntel GNU/Linux
root@slack:/home/g4b0/download# ls -l /usr/src/
totale 1
lrwxrwxrwx 1 root root 14 2008-05-26 13:15 linux -> linux-2.6.24.5
drwxr-xr-x 21 root root 1464 2008-09-17 15:17 linux-2.6.24.5
drwxr-xr-x 7 root root 168 2003-10-29 07:08 rpmAny hint?