Could anyone tell me whats going wrong here?
Matt
============================================================================= Package Arch Version Repository Size ============================================================================= Installing: kernel i686 2.6.9-67.0.22.EL update 12 M
Transaction Summary ============================================================================= Install 1 Package(s) Update 0 Package(s) Remove 0 Package(s) Total download size: 12 M Is this ok [y/N]: y Downloading Packages: (1/1): kernel-2.6.9-67.0. 100% |=========================| 12 MB 01:43 Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Installing: kernel ######################### [1/1] error: unpacking of archive failed on file /boot/System.map-2.6.9-67.0.22.EL;488cb6dd: cpio: write
Installed: kernel.i686 0:2.6.9-67.0.22.EL Complete!
Just a quick thought...
If /boot is it's own partition does it have enough free space?
Shawn
On Sunday 27 July 2008, Matt wrote:
Could anyone tell me whats going wrong here?
Matt
======================================================================== ===== Package Arch Version Repository Size ======================================================================== ===== Installing: kernel i686 2.6.9-67.0.22.EL update 12 M
Transaction Summary
===== Install 1 Package(s) Update 0 Package(s) Remove 0 Package(s) Total download size: 12 M Is this ok [y/N]: y Downloading Packages: (1/1): kernel-2.6.9-67.0. 100% |=========================| 12 MB 01:43 Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Installing: kernel ######################### [1/1] error: unpacking of archive failed on file /boot/System.map-2.6.9-67.0.22.EL;488cb6dd: cpio: write
Installed: kernel.i686 0:2.6.9-67.0.22.EL Complete! _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
If /boot is it's own partition does it have enough free space?
Shawn
I think you hit it on the head.
[root@serv cron.daily]# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/VolGroup00-LogVol00 478581664 38083104 416187984 9% / /dev/sda1 101086 101086 0 100% /boot none 2057672 0 2057672 0% /dev/shm /dev/sdb1 384578164 47291812 317750912 13% /drv2
Um, er, what now?
Thanks.
Matt
Could anyone tell me whats going wrong here?
On Sun, 27 Jul 2008 14:06:48 -0500 Matt lm7812@gmail.com wrote:
Um, er, what now?
Delete obsolete kernels that are still on your system.
Um, er, what now?
Delete obsolete kernels that are still on your system.
I see this:
[root@serv cron.daily]# rpm -qa | grep kernel -i kernel-smp-2.6.9-42.0.8.EL kernel-2.6.9-55.EL kernel-smp-2.6.9-55.0.2.EL kernel-smp-2.6.9-55.0.6.EL kernel-2.6.9-55.0.12.EL kernel-smp-2.6.9-67.0.1.EL kernel-utils-2.4-13.1.105 kernel-smp-2.6.9-67.0.4.EL kernel-2.6.9-67.0.4.EL kernel-smp-2.6.9-67.0.7.EL kernel-smp-2.6.9-67.0.15.EL kernel-smp-2.6.9-42.EL kernel-2.6.9-42.0.10.EL kernel-smp-2.6.9-55.EL kernel-2.6.9-55.0.2.EL kernel-2.6.9-55.0.6.EL kernel-2.6.9-55.0.9.EL kernel-2.6.9-67.0.7.EL kernel-2.6.9-67.0.15.EL kernel-2.6.9-67.0.20.EL kernel-smp-2.6.9-67.0.22.EL kernel-2.6.9-67.0.1.EL kernel-2.6.9-42.EL kernel-2.6.9-42.0.8.EL kernel-smp-2.6.9-42.0.10.EL kernel-smp-2.6.9-55.0.9.EL kernel-smp-2.6.9-55.0.12.EL kernel-smp-2.6.9-67.0.20.EL
Do I just "rpm -e" the older ones? Which ones dont I remove?
I see something like this in grub.conf:
default=1 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title CentOS (2.6.9-67.0.20.EL) root (hd0,0) kernel /vmlinuz-2.6.9-67.0.20.EL ro root=/dev/VolGroup00/LogVol00 initrd /initrd-2.6.9-67.0.20.EL.img title CentOS (2.6.9-67.0.20.ELsmp) root (hd0,0) kernel /vmlinuz-2.6.9-67.0.20.ELsmp ro root=/dev/VolGroup00/LogVol00 initrd /initrd-2.6.9-67.0.20.ELsmp.img title CentOS (2.6.9-67.0.15.ELsmp) root (hd0,0) kernel /vmlinuz-2.6.9-67.0.15.ELsmp ro root=/dev/VolGroup00/LogVol00 initrd /initrd-2.6.9-67.0.15.ELsmp.img title CentOS (2.6.9-67.0.15.EL) .......................
Thanks
Matt
On Sun, 27 Jul 2008 14:32:29 -0500 Matt lm7812@gmail.com wrote:
I see this:
That would be the problem.
Do I just "rpm -e" the older ones?
Yes.
Which ones dont I remove?
The one(s) that you're using.
On Sun, 27 Jul 2008 14:55:13 -0500 Matt lm7812@gmail.com wrote:
How do I know 'for sure' what ones I am using?
uname -a
Matt wrote:
...
Do I just "rpm -e" the older ones? Which ones dont I remove?
I see something like this in grub.conf:
default=1 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title CentOS (2.6.9-67.0.20.EL) root (hd0,0) kernel /vmlinuz-2.6.9-67.0.20.EL ro root=/dev/VolGroup00/LogVol00 initrd /initrd-2.6.9-67.0.20.EL.img title CentOS (2.6.9-67.0.20.ELsmp) root (hd0,0) kernel /vmlinuz-2.6.9-67.0.20.ELsmp ro root=/dev/VolGroup00/LogVol00 initrd /initrd-2.6.9-67.0.20.ELsmp.img title CentOS (2.6.9-67.0.15.ELsmp) root (hd0,0) kernel /vmlinuz-2.6.9-67.0.15.ELsmp ro root=/dev/VolGroup00/LogVol00 initrd /initrd-2.6.9-67.0.15.ELsmp.img title CentOS (2.6.9-67.0.15.EL) .......................
I'd probably remove everything older than 2.6.9-67 your grub currently specifies default=1 (numbered from 0) so thats 2.6.9-67.0.20.ELsmp which `uname -a` should confirm.