Michiel
About
- Username
- Michiel
- Joined
- Roles
- Member
Comments
-
Dan, in that case, forget about (2). Steps to reproduce (1) (1) Visit http://www.zotero.org/support/reporting_bugs (2) Hit "Create New Item from Current Page" (3) Click Tags tab (4) Click Add, enter "deleteme" (without the quotes) …
-
By the way, I used sqlitebrowser for testing.
-
Dan, Mounting with -o nolock fixed the problem! From man 5 nfs: lock / nolock Selects whether to use the NLM sideband protocol to lock files on the server. If neither option is specified (or if lock is specified), NLM lockin…
-
Thanks a lot, will try these things.
-
:`(
-
SQLite uses POSIX advisory locks to implement locking on Unix. On Windows it uses the LockFile(), LockFileEx(), and UnlockFile() system calls. SQLite assumes that these system calls all work as advertised. If that is not the case, then database corr…
-
From some googling, looks like a locking issue of some sort...I figured as much..
-
Dan: Error: [Exception... "Component returned failure code: 0x80630001 [mozIStorageService.openDatabase]" nsresult: "0x80630001 ()" location: "JS frame :: chrome://zotero/content/xpcom/db.js :: anonymous :: line 807" data: no] Source File: chrom…