|
我要装的是 Acronis True Image Server v9.1.3530
之前有帮助装:
..: iNSTALL/REGiSTER NOTES :..
Use our keymaker to register the application.
Installation instructions:
1. login as root (or su)
2. be sure setup.sfx has executable flag (chmod +x )
3. ./setup.sfx
4. follow instructions
If u get an error due kernelmod:
5. dkms build -m snapapi26 -v 0.7.0 --arch i686 --kernelsourcedir
<sourcedir>
6. enjoy trueimage
Annotation:
I tried to find a good info for errors on snapapi but failed to
find any, so this may help:
1. Download kernel source .RPM and install it (eg. via Yast)
2. Download gcc and install (was missing here)
3. dkms build -m snapapi26 -v 0.7.0 --arch i686 --kernelsourcedir
/usr/src/linux-2.6.13-15.8
4. cd /var/lib/dkms/snapapi/0.7.0
5. insmod snapapi26.ko
6. insmod snumbd26.ko
7. run truimage
上面说的 kernel source和 gcc 我都装了,
程序装到一半时需要 :
Acronis True Image Server has not found precompiled snapapi
module for running kernel. It is suggested to compile it now.
确定后开始Compiling kernel module
出现错误:
Acronis True Image Server Setup failed to build
kernel modules. Consult /var/log/trueimage-setup.log
and /var/lib/dkms/snapapi26/0.7.0/build/make.log for
error messages.
我安上面提供的帮助:
dkms build -m snapapi26 -v 0.7.0 --arch i686 --kernelsourcedir
/usr/src/linux-2.6.13-15.8<---(我的是/usr/src/linux-2.6.18.2-34 )
又出现错误:
Preparing kernel 2.6.18.2-34-default for module build:
(This is not compiling a kernel, only just preparing kernel symbols)
Storing current .config to be restored when complete
using presented .config
make oldconfig....
make prepare-all......
Building module:
cleaning build area....
make KERNELRELEASE=2.6.18.2-34-default -C /usr/src/linux-2.6.18.2-34 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.2-34-default (i686)
Consult the make.log in the build directory
/var/lib/dkms/snapapi26/0.7.0/build/ for more information.
很想把自己的系统备份一下,发现Acronis True Image Server Linux不错,想试试。
希望大家帮我看看,谢谢! |
|