Bug 761292
| Summary: | [abrt] zeitgeist-0.8.2-2.fc16: sql.py:76:execute:OperationalError: database is locked | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Rick Retterer <Rick0157> | ||||
| Component: | zeitgeist | Assignee: | Deji Akingunola <dakingun> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 16 | CC: | aravind.parchuri, bugzilla_rhn, bzf, caskhyron, dakingun, erik.martensen, jlinder, maxx, nicolas_aragone, olivier, rosenstand, sanne, simone.tolotti | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | abrt_hash:7ea450567b51f7613b866f4fcf8a6200c8859d5d | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-06-08 23:57:25 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 542281 [details]
File: smolt_data
The X server crashed, so I logged back in and got this message. Obviously the old daemon is still running or something Package: zeitgeist-0.8.2-2.fc16 Architecture: x86_64 OS Release: Fedora release 16 (Verne) I have no idea. Sorry. Package: zeitgeist-0.8.2-2.fc16 Architecture: x86_64 OS Release: Fedora release 16 (Verne) wierd, maybe happens because keyring not unlocked? nobody haves no idea -.- connected to host running XFCE with NX system Package: zeitgeist-0.8.2-2.fc16 Architecture: x86_64 OS Release: Fedora release 16 (Verne) remoted into workstation with Windows Remote Desktop and xrdp for Linux server. Package: zeitgeist-0.8.2-2.fc16 Architecture: x86_64 OS Release: Fedora release 16 (Verne) zeitgeist-0.9.0-1.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/zeitgeist-0.9.0-1.fc16 Package zeitgeist-0.9.0-1.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing zeitgeist-0.9.0-1.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-8345/zeitgeist-0.9.0-1.fc16 then log in and leave karma (feedback). zeitgeist-0.9.0-1.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. |
libreport version: 2.0.7 abrt_version: 2.0.4.981 cmdline: /usr/bin/python /usr/bin/zeitgeist-daemon event_log: 2011-12-07-17:58:06> Smolt profile successfully saved executable: /usr/bin/zeitgeist-daemon kernel: 3.1.1-1.fc16.i686 reason: sql.py:76:execute:OperationalError: database is locked time: Sat 19 Nov 2011 03:34:27 PM CST uid: 504 username: rickdr smolt_data: Text file, 2760 bytes backtrace: :sql.py:76:execute:OperationalError: database is locked : :Traceback (most recent call last): : File "/usr/bin/zeitgeist-daemon", line 198, in <module> : main() : File "/usr/bin/zeitgeist-daemon", line 176, in main : 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 99, in __init__ : self._cursor = cursor = get_default_cursor() : File "/usr/share/zeitgeist/_zeitgeist/engine/sql.py", line 494, in get_default_cursor : _cursor = create_db(dbfile) : File "/usr/share/zeitgeist/_zeitgeist/engine/sql.py", line 212, in create_db : cursor.execute("PRAGMA journal_mode = DELETE") : File "/usr/share/zeitgeist/_zeitgeist/engine/sql.py", line 76, 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 0xb748743c> :statement: 'PRAGMA journal_mode = DELETE' :parameters: []