分页: 1 / 1
安装重要安全更新时遇到的问题
发表于 : 2009-08-23 10:05
由 lubinlinux
这个更新需要花去15.7M盘一共/boot的空间.请在9395k盘腾出空闲的/boot空间.清空你的回收站和临时文件包,用 'sudo apt-get clean'清理以前的安装文件.
Re: 安装重要安全更新时遇到的问题
发表于 : 2009-08-23 10:11
由 yiding_he
空间不够。尝试下面两个命令:
sudo apt-get clean
sudo apt-get autoremove
如果仍然空间不够,那么删除你的个人文件直到有足够的空间。
Re: 安装重要安全更新时遇到的问题
发表于 : 2009-08-23 16:06
由 LinuxIsHard
/boot空间不够?
单独分区了?如果是就是被误导了,新手就别学人弄/boot单独分区,除非你真得很在行
手动清理/boot中不用的内核吧,ls /boot贴出来看看
Re: 安装重要安全更新时遇到的问题
发表于 : 2009-08-23 17:46
由 lubinlinux
多谢二位
回二楼: 这两步我都用过好多次了 就是没效果
回三楼:
lubin@lubin-desktop:~/acm$ ls -al /boot
总用量 25899
drwxr-xr-x 4 root root 1024 2009-08-20 16:24 .
drwxr-xr-x 21 root root 4096 2009-08-20 16:21 ..
-rw-r--r-- 1 root root 529118 2009-04-17 11:41 abi-2.6.28-11-generic
-rw-r--r-- 1 root root 528128 2009-07-25 10:12 abi-2.6.28-14-generic
-rw-r--r-- 1 root root 96795 2009-04-17 11:41 config-2.6.28-11-generic
-rw-r--r-- 1 root root 96768 2009-07-25 10:12 config-2.6.28-14-generic
drwxr-xr-x 2 root root 1024 2009-08-20 16:21 grub
-rw-r--r-- 1 root root 7544566 2009-08-20 06:04 initrd.img-2.6.28-11-generic
-rw-r--r-- 1 root root 7555604 2009-08-20 16:24 initrd.img-2.6.28-14-generic
drwx------ 2 root root 12288 2009-08-20 05:48 lost+found
-rw-r--r-- 1 root root 128796 2009-03-28 01:15 memtest86+.bin
-rw-r--r-- 1 root root 1456232 2009-04-17 11:41 System.map-2.6.28-11-generic
-rw-r--r-- 1 root root 1449836 2009-07-25 10:12 System.map-2.6.28-14-generic
-rw-r--r-- 1 root root 1074 2009-04-17 11:43 vmcoreinfo-2.6.28-11-generic
-rw-r--r-- 1 root root 1074 2009-07-25 10:13 vmcoreinfo-2.6.28-14-generic
-rw-r--r-- 1 root root 3501776 2009-04-17 11:41 vmlinuz-2.6.28-11-generic
-rw-r--r-- 1 root root 3490224 2009-07-25 10:12 vmlinuz-2.6.28-14-generic
我装的雨林木风ubuntu是自动分区来的。
Re: 安装重要安全更新时遇到的问题
发表于 : 2009-08-23 18:07
由 wangdu2002
用ubuntu-tweak清除旧内核,或是ee大法,一键清除旧内核。
sudo aptitude purge ~ilinux-image-.*\(\!`uname -r`\)
Re: 安装重要安全更新时遇到的问题
发表于 : 2009-08-23 18:10
由 LinuxIsHard
rm 2.6.28-11相关
Re: 安装重要安全更新时遇到的问题
发表于 : 2009-08-23 18:17
由 人在井天
卸载不用的旧内核:
sudo apt-get purge linux-image-2.6.28-11-generic
在成功更新后,再卸载:
sudo apt-get purge linux-image-2.6.28-14-generic
再运行命令:
sudo apt-get autoremove
Re: 安装重要安全更新时遇到的问题
发表于 : 2009-08-23 23:24
由 lubinlinux
人在井天,
完全按照你说的来做的 谢谢《人在井天》
也谢谢其他几位@
Re: 安装重要安全更新时遇到的问题
发表于 : 2009-08-24 7:47
由 def

先
sudo mv /boot/vmlinuz-* /
sudo mv /boot/initrd.img-* /
然后再安装更新
Re: 安装重要安全更新时遇到的问题
发表于 : 2009-08-24 9:51
由 lubinlinux
现在我的boot是这个样子:
我还要卸载掉一些其他的东西吗?
lubin@lubin-desktop:~$ ls -al /boot
总用量 13021
drwxr-xr-x 4 root root 1024 2009-08-24 09:12 .
drwxr-xr-x 21 root root 4096 2009-08-24 09:11 ..
-rw-r--r-- 1 root root 528185 2009-08-19 04:23 abi-2.6.28-15-generic
-rw-r--r-- 1 root root 96768 2009-08-19 04:23 config-2.6.28-15-generic
drwxr-xr-x 2 root root 1024 2009-08-24 09:11 grub
-rw-r--r-- 1 root root 7556419 2009-08-24 09:12 initrd.img-2.6.28-15-generic
drwx------ 2 root root 12288 2009-08-20 05:48 lost+found
-rw-r--r-- 1 root root 128796 2009-03-28 01:15 memtest86+.bin
-rw-r--r-- 1 root root 1450109 2009-08-19 04:23 System.map-2.6.28-15-generic
-rw-r--r-- 1 root root 1074 2009-08-19 04:25 vmcoreinfo-2.6.28-15-generic
-rw-r--r-- 1 root root 3491024 2009-08-19 04:23 vmlinuz-2.6.28-15-generic
Re: 安装重要安全更新时遇到的问题
发表于 : 2009-08-24 9:54
由 LinuxIsHard
ok now
Re: 安装重要安全更新时遇到的问题
发表于 : 2009-08-24 11:12
由 lubinlinux
LinuxIsHard, 也就是说我不用再删了是吧。现在我更新好了!
Re: 安装重要安全更新时遇到的问题
发表于 : 2009-08-24 14:19
由 人在井天
lubinlinux 写了:LinuxIsHard, 也就是说我不用再删了是吧。现在我更新好了!
这里已经没有可删的了,一切正常。
Re: 安装重要安全更新时遇到的问题
发表于 : 2009-08-26 0:44
由 yechao1989
害人的YLMF
