Necesito crear una imagen de mi Servidor Linux, el cual tiene instalado Fedora Core 6, kernel 2.6.18-1.2798.fc6-i586. Para este proposito descargue el Acronis True Image Server 9.1 For Linux. Al estar instalando el software. Me aparecio el siguiente mensaje:
Código: Seleccionar todo
Acronis True Image Server has not found precompiled snapapi module for running kernel. It is suggested to compile it now.
Código: Seleccionar todo
You may choose "skip" and compile snapapi module later. Please read readme.txt and HOWTO.INSTALL for compile instructions
Código: Seleccionar todo
dkms build -m snapapi26 -v 0.7.0 --arch i586 --kernelsourcedir /usr/src/kernels/2.6.18-1.2798.fc6-i586
Ahora bien una vez que ejecute la instruccion con todos sus parametros, se muestra lo siguiente:
Código: Seleccionar todo
Preparing kernel 2.6.18-1.2798.fc6 for module build:
(This is not compiling a kernel, only just preparing kernel symbols)
Storing current .config to be restored when completed
using presented .config
make oldconfig....
make prepare-all....
Building module:
cleaning build area....
make KERNELRELEASE=2.6.18-1.2798.fc6 -C /usr/src/kernels/2.6.18-1.2798.fc6-i586 SUBDIRS=/var/lib/dkms/snapapi26/0.7.0/build modules....(bad exit status: 2)
Error! Bad return status for module build on kernel: 2.6.18-1.2798.fc6 (i586)
Consult the make.log in the build directory
/var/lib/dkms/snapapi26/0.7.0/build/ for more information.
Código: Seleccionar todo
DKMS make.log for snapapi26-0.7.0 for kernel 2.6.18-1.2798.fc6 (i586)
Wed Jul 4 11:26:31 CDT 2007
make: Entering directory '/usr/src/kernels/2.6.18-1.2798.fc6-i586'
CC [M] /var/lib/dkms/snapapi26/0.7.0/build/snapapi26.o
/var/lib/dkms/snapapi26/0.7.0/build/snapapi26.c:6:26: error: linux/config.h: No such file or directory
/var/lib/dkms/snapapi26/0.7.0/build/snapapi26.c: In function 'sa_cache_block':
/var/lib/dkms/snapapi26/0.7.0/build/snapapi26.c:1022: error: implicit declaration of function 'set_wmb'
make[1]: *** [/var/lib/dkms/snapapi26/0.7.0/build/snapapi26.o:] Error 1
make: *** [/_module_/var/lib/dkms/snapapi26/0.7.0/build] Error 2
make: Leaving directory '/usr/src/kernels/2.6.18-1.2798.fc6-i586'
Les agradezco de antemano su atencion.