我们目前在英国有来自主机的虚拟(xen)服务器,并在美国备份到Idera R1Soft / ServerBackup系统。
我们的服务器之一绝对拒绝编译内核模块。还有人看过这个问题吗?我们的服务器主机已经耗尽了他们所有的想法,备份服务提供商不想帮忙,因为我们备份的不是他们的服务器。
我们得到的是:
root@web2 [~]# serverbackup-setup --get-module
Checking if module needs updated
Checking for binary module
Waiting |
No binary module found
Gathering kernel information
Gathering kernel information complete.
Creating kernel headers package
Checking '/lib/modules/2.6.32.61/source/' for kernel headers
Found headers in '/lib/modules/2.6.32.61/source/'
Compressing...
uploading kernel package 99% 21MB 1.5MB/s 00:00 ETA
Starting module build...
Building | kernel module installer failed. (0):
Internal error encountered. Please contact support
Request ID: (cae5953a-9993-4431-ba94-a91bd22f4644)
http://www.r1soft.com/distros/index.php?uuid=cae5953a-9993-4431-ba94-a91bd22f4644
root@web2 [~]# uname -a
Linux [redacted] 2.6.32.61 #3 SMP Sun Oct 13 20:19:23 BST 2013 x86_64 x86_64 x86_64 GNU/Linux有人看过这个吗?
谢谢!
发布于 2013-10-17 14:39:14
我注意到这里的内核版本很奇怪-2.6.32.61.所以看起来就像手工编译的香草内核。如果您没有这样做的特定原因,您可能应该在通过RHEL/CentOS生态系统提供的内核上,或者至少通过RPM部署。
热拷贝/服务器备份/cdp驱动模块利用运行中的内核源代码收集标头,将它们scp到Idera/R1Soft构建服务器上,在构建服务器上编译,然后将适当的编译模块送回您的系统。这是一个奇怪的过程,但这就是他们保护知识产权的方式。
继续联系Idera以获得支持。他们所缺少的东西。如果使用基于RPM的发行版,此过程通常需要安装kernel-headers包。
https://serverfault.com/questions/546341
复制相似问题