Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 700038 Details for
Bug 913150
[abrt] yum-3.4.3-60.fc19: history.py:1656:_create_db_file:OperationalError: table trans_beg already exists
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
File: backtrace
backtrace (text/plain), 2.46 KB, created by
Michael Schwendt
on 2013-02-20 14:11:23 UTC
(
hide
)
Description:
File: backtrace
Filename:
MIME Type:
Creator:
Michael Schwendt
Created:
2013-02-20 14:11:23 UTC
Size:
2.46 KB
patch
obsolete
>history.py:1656:_create_db_file:OperationalError: table trans_beg already exists > >Traceback (most recent call last): > File "/bin/yum", line 29, in <module> > yummain.user_main(sys.argv[1:], exit_code=True) > File "/usr/share/yum-cli/yummain.py", line 316, in user_main > errcode = main(args) > File "/usr/share/yum-cli/yummain.py", line 126, in main > result, resultmsgs = base.doCommands() > File "/usr/share/yum-cli/cli.py", line 520, in doCommands > return self.yum_cli_commands[self.basecmd].doCommand(self, self.basecmd, self.extcmds) > File "/usr/share/yum-cli/yumcommands.py", line 2974, in doCommand > ret = self._hcmd_new(base, extcmds) > File "/usr/share/yum-cli/yumcommands.py", line 2873, in _hcmd_new > base.history._create_db_file() > File "/usr/lib/python2.7/site-packages/yum/history.py", line 1656, in _create_db_file > cur.execute(op) >OperationalError: table trans_beg already exists > >Local variables in innermost frame: >cur: <sqlite3.Cursor object at 0x24c31f0> >ops: [' CREATE TABLE trans_beg (\n tid INTEGER PRIMARY KEY,\n timestamp INTEGER NOT NULL, rpmdb_version TEXT NOT NULL,\n loginuid INTEGER);\n', ' CREATE TABLE trans_end (\n tid INTEGER PRIMARY KEY REFERENCES trans_beg,\n timestamp INTEGER NOT NULL, rpmdb_version TEXT NOT NULL,\n return_code INTEGER NOT NULL);\n', ' CREATE TABLE trans_with_pkgs (\n tid INTEGER NOT NULL REFERENCES trans_beg,\n pkgtupid INTEGER NOT NULL REFERENCES pkgtups);\n', ' CREATE TABLE trans_error (\n mid INTEGER PRIMARY KEY,\n tid INTEGER NOT NULL REFERENCES trans_beg,\n msg TEXT NOT NULL);\n', ' CREATE TABLE trans_script_stdout (\n lid INTEGER PRIMARY KEY,\n tid INTEGER NOT NULL REFERENCES trans_beg,\n line TEXT NOT NULL);\n', ' CREATE TABLE trans_data_pkgs (\n tid INTEGER NOT NULL REFERENCES trans_beg,\n pkgtupid INTEGER NOT NULL REFERENCES pkgtups,\n done BOOL NOT NULL DEFAULT FALSE, state TEXT NOT NULL);\n', ' CREATE TABLE pkgtups (\n pkgtupid INTEGER PRIMARY KEY, name TEXT NOT NULL, arch TEXT NOT NULL,\n epoch TEXT NOT NULL, version TEXT NOT NULL, release TEXT NOT NULL,\n checksum TEXT);\n', ' CREATE INDEX i_pkgtup_naevr ON pkgtups (name, arch, epoch, version, release);\n'] >self: <yum.history.YumHistory instance at 0x23afe18> >_db_file: '//var/lib/yum/history/history-2013-02-20.sqlite' >op: ' CREATE TABLE trans_beg (\n tid INTEGER PRIMARY KEY,\n timestamp INTEGER NOT NULL, rpmdb_version TEXT NOT NULL,\n loginuid INTEGER);\n' >fo: 8
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 913150
: 700038 |
700039
|
700040