首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >使用"Raid版本不兼容“,Debian更新失败。

使用"Raid版本不兼容“,Debian更新失败。
EN

Unix & Linux用户
提问于 2013-09-16 13:16:13
回答 1查看 970关注 0票数 1

在安装proftpd时,出现了以下错误:

代码语言:javascript
复制
[....] Starting ftp server: proftpdhexadecacordis proftpd[26849]: mod_tls_memcache/0.1: notice: unable to register 'memcache' SSL session cache: Memcache support not enabled
. ok 
Setting up proftpd-mod-vroot (0.9.2-2+b2) ...
Errors were encountered while processing:
 linux-image-3.2.0-4-amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)

我第一次没有注意到linux-image-3.2.0-4-amd64错误,所以我尝试设置libmemcache,并且它也出现了同样的错误。

因此,我运行了一个升级,所有更新,除了下面。因此,我再次运行它,以显示错误的清晰视图:

代码语言:javascript
复制
# apt-get upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages have been kept back:
  xserver-xorg-input-all
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up linux-image-3.2.0-4-amd64 (3.2.46-1+deb7u1) ...
Running depmod.
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-4-amd64 /boot/vmlinuz-3.2.0-4-amd64
update-initramfs: Generating /boot/initrd.img-3.2.0-4-amd64
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.2.0-4-amd64 /boot/vmlinuz-3.2.0-4-amd64
run-parts: executing /etc/kernel/postinst.d/zz-runlilo 3.2.0-4-amd64 /boot/vmlinuz-3.2.0-4-amd64
Warning: LBA32 addressing assumed
Fatal: Incompatible Raid version information on /dev/md0   (RV=0.90 GAI=1.2)
run-parts: /etc/kernel/postinst.d/zz-runlilo exited with return code 1
Failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.2.0-4-amd64.postinst line 696.
dpkg: error processing linux-image-3.2.0-4-amd64 (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 linux-image-3.2.0-4-amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)

我找不到任何与“不兼容的Raid版本信息”相关的解决方案。

请解释一下如何解决这个问题。

EN

回答 1

Unix & Linux用户

发布于 2013-09-16 14:18:47

看起来您正在使用LILO启动,而且它不理解新的mdadm元数据格式。您应该改用grub2。

票数 1
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/90880

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档