我想将我的 Debian 服务器从 7 升级到 8。升级失败,错误如下:
dpkg: error processing archive /var/cache/apt/archives/linux-image-3.16.0-4-amd64_3.16.7-ckt11-1_amd64.deb (--unpack):
cannot copy extracted data for './lib/modules/3.16.0-4-amd64/kernel/drivers/md/dm-cache-cleaner.ko' to '/lib/modules/3.16.0-4-amd64/kernel/drivers/md/dm-cache-cleaner.ko.dpkg-n
ew': failed to write (No space left on device)
我查看了df -h
我的分区:
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 323M 203M 103M 67% /
udev 10M 0 10M 0% /dev
tmpfs 1.2G 232K 1.2G 1% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 3.8G 0 3.8G 0% /run/shm
/dev/sda9 49G 180M 46G 1% /home
/dev/sda8 368M 11M 339M 3% /tmp
/dev/sda5 8.3G 778M 7.1G 10% /usr
/dev/sda6 2.8G 317M 2.4G 12% /var
/dev/cciss/c0d0p1 539G 4.9G 507G 1% /cache
我发现我的 sda1 有点小,但我不确定。有人能告诉我问题出在哪里吗?我该如何进行升级?
附加信息:
输出df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/sda1 85344 6598 78746 8% /
udev 1538700 403 1538297 1% /dev
tmpfs 1540254 333 1539921 1% /run
tmpfs 1540254 1 1540253 1% /run/lock
tmpfs 1540254 2 1540252 1% /run/shm
/dev/sda9 3235840 26 3235814 1% /home
/dev/sda8 97536 13 97523 1% /tmp
/dev/sda5 549440 29880 519560 6% /usr
/dev/sda6 183264 3328 179936 2% /var
/dev/cciss/c0d0p1 35840000 332679 35507321 1% /cache
none 1540254 2 1540252 1% /sys/fs/cgroup
我还没有重新启动服务器,当我输入时,cat /etc/issue
我看到这台机器已经是版本 8 了,尽管这是不可能的。
感谢迈克尔的帮助,这是我得到的apt-get upgrade
:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
linux-image-amd64 : Depends: linux-image-3.16.0-4-amd64 but it is not installed
E: Unmet dependencies. Try using -f.
当我运行时apt-get -f install
,它又回到了同样的错误“设备上没有剩余空间”。
答案1
您需要 /lib 上大约 160MB 的可用空间来安装包含模块的新内核;而您只有大约 100MB 的可用空间。dpkg
在这种情况下,清理时会删除任何部分安装的内容。