| Summary: | AttributeError: 'EmailEmitter' object has no attribute 'tsInfo' | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | John Florian <john> |
| Component: | yum | Assignee: | Packaging Maintenance Team <packaging-team-maint> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | admiller, ffesti, firas.alkafri, lars, packaging-team-maint, zpavlas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | yum-3.4.3-122.fc19 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-16 14:16:09 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: | |
This bug really needs some attention. Systems relying on yum-update to stay current are no longer getting any updates unless yum update is executed manually. *** This bug has been marked as a duplicate of bug 1040109 *** |
Description of problem: /etc/cron.daily/0yum-daily.cron: Traceback (most recent call last): File "/usr/sbin/yum-cron", line 1154, in <module> main() File "/usr/sbin/yum-cron", line 1151, in main base.updatesCheck() File "/usr/sbin/yum-cron", line 1073, in updatesCheck self.installUpdates(self.opts.update_messages) File "/usr/sbin/yum-cron", line 989, in installUpdates self.emitInstalling() File "/usr/sbin/yum-cron", line 1099, in emitInstalling map(lambda x: x.updatesInstalling(self.tsInfo), self.emitters) File "/usr/sbin/yum-cron", line 1099, in <lambda> map(lambda x: x.updatesInstalling(self.tsInfo), self.emitters) File "/usr/sbin/yum-cron", line 73, in updatesInstalling self.output.append(self._formatTransaction(tsInfo)) File "/usr/sbin/yum-cron", line 429, in _formatTransaction ninstalled = self.tsInfo.installed AttributeError: 'EmailEmitter' object has no attribute 'tsInfo' Version-Release number of selected component (if applicable): yum-3.4.3-120.fc19.src.rpm How reproducible: always Additional info: This seems to have started with the most recent update.