That indicates sqlite is unable to open/create the db file. First stop using xvfb-run, it is not needed. Then stop using * in your command lines. Finally, make sure you are creating your library on a "native" filesystem, not a network filesystem, not ntfs, not fat32 not hfs etc. Linux is full of poorly implemented filesystem drivers.
|