dskvr / opkg

Automatically exported from code.google.com/p/opkg
0 stars 0 forks source link

Overflowing / crashes machine #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
forwarded from http://bugs.openembedded.org/show_bug.cgi?id=1028

Hi,

installing or upgrading packages can easily crash the machine when the root
partition overflows.  This already happens on my collie when I flash the
image and then upgrade the installed packages.

ipkg should make sure that the root partition does not go to 0 free space
from installing or upgrading packages.

Regards

Rolf

Original issue reported on code.google.com by rolf.leg...@gmail.com on 10 Jan 2010 at 2:43

GoogleCodeExporter commented 8 years ago
verify_pkg_installable() confirms that there is available space on the 
destination
partition.

This depends upon the package having the Installed-Size field set correctly.

Original comment by graham.g...@gmail.com on 12 Jan 2010 at 12:55