Re: [sqlite] Anyone can decipher this so i can try to figure out how to debug it? Thanks

2013-05-06 Thread Michael Black
It's a lousy error message from some application which ay be using sqlite
underneath the covers.
Sqlite isn't even mentioned in the error so not sure why you think it's
involved.

It's getting an error on its own rename code and has nothing to do with
sqlite.

And it's not telling you what the real error is (poor coding).  My guess
would be either permissions or the target path does not exist.



-Original Message-
From: sqlite-users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Clemens Ladisch
Sent: Monday, May 06, 2013 7:00 AM
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Anyone can decipher this so i can try to figure out
how to debug it? Thanks

Mike wrote:
> May  3 16:29:56 syncd: [ERROR] db-api.cpp:3738 rename from
'/volume1/@tmp/jUH4Ti' -> '/volume1/@cloudstation/@sync/repo/d/0/V/.Z'

How is db-api.cpp related with SQLite?
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Anyone can decipher this so i can try to figure out how to debug it? Thanks

2013-05-06 Thread Clemens Ladisch
Mike wrote:
> May  3 16:29:56 syncd: [ERROR] db-api.cpp:3738 rename from 
> '/volume1/@tmp/jUH4Ti' -> '/volume1/@cloudstation/@sync/repo/d/0/V/.Z'

How is db-api.cpp related with SQLite?
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] Anyone can decipher this so i can try to figure out how to debug it? Thanks

2013-05-04 Thread Mike
May  3 16:29:56 syncd: [ERROR] db-api.cpp:3738 rename from
'/volume1/@tmp/jUH4Ti' -> '/volume1/@cloudstation/@sync/repo/d/0/V/.Z'
May  3 16:29:56 syncd: [ERROR] db-api.cpp:3739 rename: No such file or
directory
May  3 16:29:56 syncd: [ERROR] db-api.cpp:3682
stat(/volume1/@tmp/jUH4Ti): No such file or directory (2)
May  3 16:29:56 syncd: [ERROR] db-api.cpp:3682
stat(/volume1/@cloudstation/@sync/repo/d/0/V/.Z): No such file or
directory (2)
May  3 16:31:10 syncd: [ERROR] db-api.cpp:3738 rename from
'/volume1/@tmp/4ifLh0' -> '/volume1/@cloudstation/@sync/repo/d/0/W/.a'
May  3 16:31:10 syncd: [ERROR] db-api.cpp:3739 rename: No such file or
directory
May  3 16:31:10 syncd: [ERROR] db-api.cpp:3682
stat(/volume1/@tmp/4ifLh0): No such file or directory (2)
May  3 16:31:10 syncd: [ERROR] db-api.cpp:3682
stat(/volume1/@cloudstation/@sync/repo/d/0/W/.a): No such file or
directory (2)
May  3 16:37:46 syncd: [ERROR] db-api.cpp:3738 rename from
'/volume1/@tmp/JN3QYw' -> '/volume1/@cloudstation/@sync/repo/d/0/W/.W'
May  3 16:37:46 syncd: [ERROR] db-api.cpp:3739 rename: No such file or
directory
May  3 16:37:46 syncd: [ERROR] db-api.cpp:3682
stat(/volume1/@tmp/JN3QYw): No such file or directory (2)
May  3 16:37:46 syncd: [ERROR] db-api.cpp:3682
stat(/volume1/@cloudstation/@sync/repo/d/0/W/.W): No such file or
directory (2)
May  4 00:00:36 syncd: [ERROR] db-api.cpp:2569 sqlite3_step: [101]
unknown error
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users