[Ml-yokadi] unable to open database file

Sébastien Renard Sebastien.Renard at digitalfox.org
Sun Aug 23 12:09:33 CEST 2009


Le samedi 22 août 2009 20:04:38, vous avez écrit :
> > Exiting yokadi with ctrl-D is fully official. Your problem is quite
> > strange. Is it reproductible each time you exit with ctrl-D ?
>
> Unhappily, no.
>
> > Please, give your sqlite3 and python version.
>
> on debian sid :
>
> sqlite3 - 3.6.17-2
> python - 2.5.4-2

Quite strange. No known corruption bug affect your version of sqlite...

And what kind of filesystem are you using ? Ext3 or something else ? You should 
not use NFS ou CIFS remote filesystem as they're known to badly interact with 
sqlite (ineficient locking issue).

With a corrupted database, can you try this ?
 open you corrupted database with sqlite3 and run the following : PRAGMA 
integrity_check;


-- 
Sébastien


More information about the Ml-yokadi mailing list