Bug 980918
Summary: | fedup ISO F18->F19 fails with Exception in pipelogger | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jeremy Beker <gothmog> |
Component: | fedup | Assignee: | Will Woods <wwoods> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 18 | CC: | goeran, tflink, wwoods |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | fedup-0.8.0-3.fc19 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-12-19 07:22:08 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jeremy Beker
2013-07-03 13:56:20 UTC
This patch to /usr/lib/python2.7/site-packages/fedup/upgrade.py seems to fix it. Looks like just a typo. --- upgrade.py.orig 2013-07-03 11:21:40.832999959 -0400 +++ upgrade.py 2013-07-03 11:21:51.375128243 -0400 @@ -132,7 +132,7 @@ if line.startswith('D: '): logger.debug(line[3:].rstrip()) else: - logger.log(thislevel, line.rstrip()) + logger.log(level, line.rstrip()) logger.info("got EOF") logger.info("exiting") Ayup, good catch. Fixed in commit b8ab72e: https://github.com/wgwoods/fedup/commit/b8ab72e That'll be in the next fedup release. Thanks! fedup-0.8.0-3.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/fedup-0.8.0-3.fc19 fedup-0.8.0-3.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/fedup-0.8.0-3.fc20 fedup-0.8.0-3.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/fedup-0.8.0-3.fc18 Package fedup-0.8.0-3.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing fedup-0.8.0-3.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-23316/fedup-0.8.0-3.fc19 then log in and leave karma (feedback). fedup-0.8.0-3.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. fedup-0.8.0-3.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. fedup-0.8.0-3.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |