Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1309493
  • 博文数量: 268
  • 博客积分: 10698
  • 博客等级: 上将
  • 技术积分: 2867
  • 用 户 组: 普通用户
  • 注册时间: 2007-07-14 22:21
文章分类

全部博文(268)

文章存档

2012年(19)

2011年(13)

2010年(29)

2009年(26)

2008年(99)

2007年(82)

我的朋友

分类: LINUX

2008-05-01 01:44:59

还没弄懂这是怎么回事,先记录一下。
apt下载软件的时候发现不灵了:
# apt-get install gdb
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.

按它说的办:
# dpkg --configure -a
Setting up initramfs-tools (0.92) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.24-1-686

gzip: stdout: No space left on device
update-initramfs: failed for /boot/initrd.img-2.6.24-1-686
dpkg: subprocess post-installation script returned error exit status 1

boot分区的空间不够了,我只好删除了initrd.img-2.6.24-1-686,然后apt-get可以正常下载软件,然后把删除的initrd重新作出来:
# mkinitramfs -o initrd.img-2.6.24-1-686

阅读(6934) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~