Bug 1110471
| Summary: | [abrt] yumex: misc.py:1018:write:IOError: [Errno 5] Input/output error | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Joe Zeff <joe> | ||||||
| Component: | yumex | Assignee: | Tim Lauridsen <tim.lauridsen> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 19 | CC: | mcbroomrc, tim.lauridsen, tonystark.evony176, viabsb | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | i686 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/288ace8278544848b6e2c07aea62adb0a7580795 | ||||||||
| Whiteboard: | abrt_hash:7372f298911aa3eb7708b7168a7086db14845579 | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-07-24 06:56:07 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: | |||||||||
| Attachments: |
|
||||||||
Created attachment 909710 [details]
File: backtrace
Created attachment 909711 [details]
File: environ
yumex-3.0.15-1.fc19.noarch.rpm Updated on June 6, yumex gets locked into search for updates and never moves to the next step. *** This bug has been marked as a duplicate of bug 881860 *** |
Description of problem: I used yumex this morning for a system update, including a new kernel. When it was finished, it looked for new updates and found that the kmod-nvidia for this kernel was now ready. When I tried to have it install this new update, it hung. Version-Release number of selected component: yumex-3.0.14-1.fc19 Additional info: reporter: libreport-2.2.2 cmdline: /usr/bin/python -E /usr/share/yumex/yum_childtask.py 2 True False /etc/yum.conf google-earth;fedora;rpmfusion-free-updates;rpmfusion-nonfree-updates;rpmfusion-free;adobe-linux-i386;updates;rpmfusion-nonfree dso_list: yum-3.4.3-137.fc19.noarch executable: /usr/share/yumex/yum_childtask.py kernel: 3.14.4-100.fc19.i686.PAE runlevel: N 5 type: Python uid: 0 Truncated backtrace: misc.py:1018:write:IOError: [Errno 5] Input/output error Traceback (most recent call last): File "/usr/share/yumex/yum_childtask.py", line 64, in <module> my.dispatcher() File "/usr/lib/python2.7/site-packages/yumexbackend/yum_server.py", line 1520, in dispatcher print errmsg File "/usr/lib/python2.7/site-packages/yum/misc.py", line 1018, in write self.stream.write(s) IOError: [Errno 5] Input/output error Local variables in innermost frame: s: 'Traceback (most recent call last):\n File "/usr/lib/python2.7/site-packages/yumexbackend/yum_server.py", line 1499, in dispatcher\n line = sys.stdin.readline().strip(\'\\n\')\nIOError: [Errno 5] Input/output error\n' self: <open file '<stdout>', mode 'w' at 0xb76cf078> Potential duplicate: bug 1046901