 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

2nd January 2010, 04:45 PM
|
|
Registered User
|
|
Join Date: Jan 2009
Posts: 14

|
|
|
Not enough space in /boot file system
Hello!
I've been having a problem updating for the last few days. Everytime I try "yum update" it downloads the packages I need and when it tries to install them it stops because of this errors:
Quote:
installing package kernel-2.6.31.9-174.fc12.x86_64 needs 5MB on the /boot filesystem
installing package libuser-devel-0.56.13-1.fc12.x86_64 needs 5MB on the /boot filesystem
installing package compiz-0.8.2-21.fc12.x86_64 needs 5MB on the /boot filesystem
installing package libsidplay-1.36.57-21.fc12.x86_64 needs 5MB on the /boot filesystem
installing package rhythmbox-0.12.6-2.fc12.x86_64 needs 5MB on the /boot filesystem
installing package kernel-firmware-2.6.31.9-174.fc12.noarch needs 5MB on the /boot filesystem
installing package libgcj-devel-4.4.2-20.fc12.x86_64 needs 5MB on the /boot filesystem
installing package libdrm-2.4.15-8.fc12.i686 needs 5MB on the /boot filesystem
installing package kdesdk-utils-4.3.4-1.fc12.x86_64 needs 5MB on the /boot filesystem
installing package libgomp-4.4.2-20.fc12.x86_64 needs 5MB on the /boot filesystem
installing package PackageKit-glib-0.5.5-1.fc12.x86_64 needs 5MB on the /boot filesystem
installing package ghdl-grt-0.28-0.131svn.1.fc12.x86_64 needs 5MB on the /boot filesystem
installing package PackageKit-qt-0.5.5-1.fc12.x86_64 needs 5MB on the /boot filesystem
installing package unrar-3.8.5-5.fc12.x86_64 needs 5MB on the /boot filesystem
installing package kernel-devel-2.6.31.9-174.fc12.x86_64 needs 5MB on the /boot filesystem
installing package selinux-policy-targeted-3.6.32-59.fc12.noarch needs 5MB on the /boot filesystem
installing package pulseaudio-gdm-hooks-0.9.21-2.fc12.x86_64 needs 5MB on the /boot filesystem
installing package cpp-4.4.2-20.fc12.x86_64 needs 5MB on the /boot filesystem
|
What can I do? I have all the other updates blocked by this.
Thanks a lot!
|

2nd January 2010, 04:51 PM
|
 |
Registered User
|
|
Join Date: Oct 2009
Location: Netherlands
Age: 41
Posts: 397

|
|
you need to resize /boot partition
EDIT
gnu parted can do the job
Code:
@localhost ~]$ yum search parted
Loaded plugins: refresh-packagekit
adobe-linux-i386 | 951 B 00:00
fwbuilder | 951 B 00:00
google | 951 B 00:00
kde-stable | 2.1 kB 00:00
rpmfusion-free-updates | 3.8 kB 00:00
rpmfusion-nonfree-updates | 3.8 kB 00:00
skype | 951 B 00:00
updates/metalink | 20 kB 00:00
virtualbox | 951 B 00:00
wicd | 951 B 00:00
============================================================================= Matched: parted ==============================================================================
gparted.i586 : Gnome Partition Editor
parted.i586 : The GNU disk partition manipulation program
parted-devel.i586 : Files for developing apps which will manipulate disk partitions
pyparted.i586 : Python module for GNU parted
qtparted.i586 : Partition Magic clone written in C++ using the Qt toolkit
__________________
dell Studio 17, 4GB mem, 320GB HD Ubuntu 10.04 LTS
Gnome desktop
[SIGPIC][/SIGPIC]
Last edited by mouse_runner; 2nd January 2010 at 04:55 PM.
|

2nd January 2010, 08:38 PM
|
|
Registered User
|
|
Join Date: Jan 2009
Posts: 14

|
|
|
I don't know how to do that. I tried with gparted, but I can't have it bigger than it is now. I think I need to resize my other partition, but it won't let me do it.
|

2nd January 2010, 10:59 PM
|
|
Registered User
|
|
Join Date: Jun 2004
Posts: 518

|
|
|
This was exactly the same problem I was having when I posted about whether to use parted or not. Did something happen recently in default /boot sizes? I never had this issue before and almost always just used the default settings for partition sizes.
@YTHuR: Your /boot may be ext3, in which case apparently parted won't resize it. Check that by using tune2fs to remove the journal and then mount it as a ext2 filesystem and see if parted will let you resize.
Or...it could be due to other partitions needing to resize, like you say. But whatever you do, be very careful to back up your important data in case something goes wrong. Parted can totally erase stuff, so make sure you know what you are doing. I don't know, for example, if when you resize you will lose the data...in which case you may need to reinstall GRUB loader and so on.
Hope this helps!
|

2nd January 2010, 11:07 PM
|
|
Registered User
|
|
Join Date: Jun 2007
Location: Lake Mary, Florida
Age: 48
Posts: 1,082

|
|
|
May need to remove an OLD kernel or two ..
|

2nd January 2010, 11:45 PM
|
|
Registered User
|
|
Join Date: Jan 2009
Posts: 14

|
|
|
I think I only have the current kernel. At least, that is what "uname -r" tells me.
I will try what thesun says, but in other case I might format the whole computer and try a more reasonable distribution of partitions.
Thanks a lot.
|

3rd January 2010, 12:15 AM
|
 |
Registered User
|
|
Join Date: Sep 2006
Location: Groom Lake Nevada
Posts: 478

|
|
|
uname -r only shows the kernel in use. Try /usr/bin/system-config-boot, the default is to keep 3 kernels. I had the problem upgrading to F12 and after I manually removed all but the current kernel everything installed OK.
Mike
__________________
su -
I am root the great and powerful
Pay no attention to the man behind the curtain
|

3rd January 2010, 12:18 AM
|
|
Registered User
|
|
Join Date: Jun 2007
Location: Lake Mary, Florida
Age: 48
Posts: 1,082

|
|
|
Give this a try
TO LIST w/RPM:
# rpm -q kernel
TO REMOVE w/RPM:
rpm -e kernel-XXX.XXX.XXX
TO LIST w/YUM:
# yum list kernel.*
TO REMOVE w/YUM:
# yum remove kernel-XXX.XXX.XXX
|

3rd January 2010, 02:09 AM
|
|
Registered User
|
|
Join Date: Jan 2009
Posts: 14

|
|
|
Thanks a lot. I managed to remove the old kernels (I don't know why, but I was sure I had already did that when I upgraded to F12) by using "rpm -qa |grep kernel" and then "yum remove kernel-XXX...".
Again, thanks a lot to everybody.
|

27th February 2012, 12:26 AM
|
|
Registered User
|
|
Join Date: Feb 2012
Location: London
Posts: 1

|
|
|
Re: Not enough space in /boot file system
You can also use the following command:
package-cleanup --oldkernels --count=3 --keepdevel
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 21:38 (Tuesday, 18-06-2013)
|
|
 |
 |
 |
 |
|
|