Bug 501606
Summary: | yum 3.2.22-5 breaks livecd-creator/python-imgcreate | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Chris Shoemaker <c.shoemaker> |
Component: | yum | Assignee: | Seth Vidal <skvidal> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | atodorov, bruno, ffesti, james.antill, katzj, pmatilai, tim.lauridsen, zhou_dx |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 3.2.23-3.fc11 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-06-04 18:58:34 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Chris Shoemaker
2009-05-20 01:08:58 UTC
I just built a 3.2.23 for rawhide -can you give that a try to see if that corrects the problem at all? While I look through the changelogs to see if anything would cause this. I think I can guess what the problem is, can you try adding: ayum.rpmdb.ts = None ...and see if that solves the problem? Note that "del ayum" will also work, and is probably future proof ... but assuming the above fixes it, we'll also have a fix 3.2.23-1 so the old code works. I am also seeing this and am getting messages from rpmdb at the end that seems likely to also be related. However this isn't blocking creating isos. If that is happening to you, it is probably the e2fsprogs issue described in bug 499452. There is an srpm in that bug that has a proposed fix that seems to be working for me. Presumably that will get pushed out soon. I tried all 3 suggestions, and none helped. 1) I reinstalled yum-3.2.22-5 and added "ayum.rpmdb.ts = None" just before ayum.close(). Same failure, same files still open. 2) I added "del ayum" after ayum.close(). Same failure again. 3) I upgraded yum to 3.2.23-1, (and left the above changes in place). Same failure again. @bruno, before I discovered that reverting yum fixed the problem, I got the e2fsprogs-1.41.4-9.fc11 because of bug 499452, just in case. It didn't make any difference. I can confirm it. James -- setting the ts to None isn't helping either There is an additional update after e2fsprogs-1.41.4-9.fc11 as the fix in that apparently didn't fix everything. So you still might still need another update there. However it does look like this bug can cause intermittent failures as well. After my last update to bug 499452, Katz said it looked like my remaining problems were due to this bug, not that one. James committed a fix (which I tested) for this upstream. Just need to make sure that's included before pushing anything newer to f11 :) and yum with the committed patch is building in koji now: yum-3.2.23-2.fc11 (and fc12) and soon fc10 I am currently only seeing the f12 version. I don't need it right away, but just wanted to note it in case something went wrong. 3.2.23-3.fc11 - I forgot to actually commit the patch the first time :) I tried running livecd-creator with yum-3.2.23-3.fc11 on i386 and x86_64 and both seemed to work fine. I didn't try actually booting the resulting images, but the image sizes looked reasonable and nothing in the terminal output looked unusual. So it looks fixed here. yum-3.2.23-3.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/yum-3.2.23-3.fc10 yum-3.2.23-3.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/yum-3.2.23-3.fc11 yum-3.2.23-3.fc10 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update yum'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2009-5328 yum-3.2.23-3.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update yum'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-5413 I confirm, bug is fixed in yum-3.2.23-3.fc11.noarch. yum-3.2.23-3.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. yum-3.2.23-3.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. Hi, I still have this problem with: yum-3.2.23-3.fc11.noarch e2fsprogs-1.41.4-10.fc11.i586 This is fully updated F11 system from today. The rootfs type in livecd is ext3. It is reproducible every single time for me. I had the same problem which was reproducible every time. but it went away after I had a update to e2fsprogs today. e2fsprogs-libs-1.41.4-12.fc11.i586.rpm |