#9927 LOW Future : filesystem has trouble with large yum installs
Zarro Boogs per Child
bugtracker at laptop.org
Mon Dec 28 11:04:21 EST 2009
#9927: filesystem has trouble with large yum installs
------------------------------------+---------------------------------------
Reporter: wad | Owner:
Type: defect | Status: new
Priority: low | Milestone: Future Release
Component: not assigned | Version: 1.5-B2
Resolution: | Keywords: yum XO-1.5
Next_action: design | Verified: 0
Deployment_affected: | Blockedby:
Blocking: |
------------------------------------+---------------------------------------
Changes (by wad):
* keywords: yum => yum XO-1.5
Comment:
A less than elegant workaround for this is:
sudo cp -r /var/cache/yum /varcache
sudo umount /var/cache/yum
sudo rmdir /var/cache/yum
sudo ln -s /varcache /var/cache/yum
After a reboot, this will be undone, but with the unfortunate side-effect
of taking 200MB of disk space and hiding it. To free up the old cache,
type:
sudo umount /varcache
sudo rm /var/cache/yum
sudo rm -r /varcache
sudo mkdir /var/cache/yum
sudo reboot
One reason for creating this ticket was to record an agreed-upon work
around.
--
Ticket URL: <http://dev.laptop.org/ticket/9927#comment:1>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system
More information about the Bugs
mailing list