Am 12.11.2010 13:06, schrieb Simon Slavin:
> On 12 Nov 2010, at 7:55am, Pirmin Walthert wrote:
>
>> Some months ago we changed to uclibc-git (nptl support), kernel
>> 2.6.32.X, busybox>  1.16 and at the moment sqlite 3.7.2.
> Are you accessing your databases straight from a hard disk or across a 
> network mount ?
>
> Please tell us the filing system (either hard disk FS or network FS) you're 
> using.
>
> Simon.
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Both (the one with the source and the one with the dst database) are 
local (ext3 loopback fs). I doubt that it has to do with the FS because 
if do the following, the same thing happens:

- copy the corrupted DB to /tmp (tmpfs)
- checking the db with sqlite3 /tmp/baddb "PRAGMA integrity_check;" => 
this still shows me ok
- making a backup of /tmp/baddb to /tmp/backupdb (or whatever)
- checking the destionation db now gives me the same errors again

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

Reply via email to