Bugzilla – Bug 2810
pkg archive size not big enough sometimes
Last modified: 2008-11-24 12:51:35 UTC
You need to log in before you can comment on or make changes to this bug.
The fix for bug 2716 introduced the pkg.zlib archive. This archive is for storing IPS data. To determine the size of this archive, "du -sk" is used on the var/pkg directory. We take the result of "du" and do a "mkfile". When building a test image for b95, we found that there is not enough space if we just do "mkfile" with the output of "du -sk". We didn't take into account the bookkeeping data that is taking up small amount of space in the archive. To fix this, we will create the archive with 1% extra space based on the output of "du -sk"
Fixed in: changeset: 102:ef08a25b1d1c