| Summary: | [abrt] zeitgeist-0.8.0-1.fc15: sql.py:74:execute:OperationalError: database is locked | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Subash B <prince.subash> |
| Component: | zeitgeist | Assignee: | Deji Akingunola <dakingun> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 15 | CC: | dakingun, maxx |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | abrt_hash:27a906925e45c4784744c8e596cbe8459b23d24a | ||
| Fixed In Version: | zeitgeist-0.8.1-1.fc15 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-08-09 01:36:14 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
zeitgeist-0.8.1-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/zeitgeist-0.8.1-1.fc15 Package zeitgeist-0.8.1-1.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing zeitgeist-0.8.1-1.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/zeitgeist-0.8.1-1.fc15 then log in and leave karma (feedback). Package: zeitgeist-0.8.0-1.fc15 Architecture: x86_64 OS Release: Fedora release 15 (Lovelock) Comment ----- while login. Package: zeitgeist-0.8.0-1.fc15 Architecture: x86_64 OS Release: Fedora release 15 (Lovelock) Comment ----- while login zeitgeist-0.8.1-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |
abrt version: 2.0.1 architecture: x86_64 cmdline: component: zeitgeist executable: /usr/bin/zeitgeist-daemon kernel: 2.6.38.6-27.fc15.x86_64 os_release: Fedora release 15 (Lovelock) package: zeitgeist-0.8.0-1.fc15 reason: sql.py:74:execute:OperationalError: database is locked time: Mon Jun 6 19:48:39 2011 uid: 532 username: subash backtrace: :sql.py:74:execute:OperationalError: database is locked : :Traceback (most recent call last): : File "/usr/bin/zeitgeist-daemon", line 167, in <module> : mainloop, interface = setup_interface() : File "/usr/bin/zeitgeist-daemon", line 103, in setup_interface : return mainloop, RemoteInterface(mainloop = mainloop) : File "/usr/share/zeitgeist/_zeitgeist/engine/remote.py", line 71, in __init__ : self._engine = get_engine() : File "/usr/share/zeitgeist/_zeitgeist/engine/__init__.py", line 42, in get_engine : _engine = main.ZeitgeistEngine() : File "/usr/share/zeitgeist/_zeitgeist/engine/main.py", line 104, in __init__ : self._cursor = cursor = get_default_cursor() : File "/usr/share/zeitgeist/_zeitgeist/engine/sql.py", line 447, in get_default_cursor : _cursor = create_db(dbfile) : File "/usr/share/zeitgeist/_zeitgeist/engine/sql.py", line 166, in create_db : cursor.execute("PRAGMA journal_mode = DELETE") : File "/usr/share/zeitgeist/_zeitgeist/engine/sql.py", line 74, in execute : return super(UnicodeCursor, self).execute(statement, parameters) :OperationalError: database is locked : :Local variables in innermost frame: :self: <_zeitgeist.engine.sql.UnicodeCursor object at 0x2055e90> :statement: 'PRAGMA journal_mode = DELETE' :parameters: []