| Summary: | sqlite database error when trying to install Kernel v3.3.1-2 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Grant Upton <grantupton> |
| Component: | yum-arch | Assignee: | Remi Collet <fedora> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 16 | CC: | fedora, tla |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-12-13 07:23:15 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: | |
Wrong component. |
Description of problem: Trying to install Kernel v3.3.1-2 and getting the following error from the YUM updater Error Type: <class 'sqlite3.DatabaseError'> Error Value: database disk image is malformed File : /usr/lib/python2.7/site-packages/yum/rpmtrans.py, line 456, in callback self._instCloseFile( bytes, total, h ) File : /usr/lib/python2.7/site-packages/yum/rpmtrans.py, line 522, in _instCloseFile self.base.history.trans_data_pid_end(pid, state) File : /usr/lib/python2.7/site-packages/yum/history.py, line 866, in trans_data_pid_end """, ('TRUE', self._tid, pid, state)) File : /usr/lib/python2.7/site-packages/yum/sqlutils.py, line 168, in executeSQLQmark return cursor.execute(query, params)