[Xapian-discuss] Searching multiple databases with omega
Olly Betts
olly at survex.com
Fri Feb 20 06:45:00 GMT 2009
On Fri, Feb 20, 2009 at 04:37:56PM +1030, Frank J Bruzzaniti wrote:
> I tried using that patch, this is the error message I receive now:
>
> Failed to open flint version file for reading:
> /opt/omega/data/scanned_documents/iamflint
Looks readable to me. How odd.
> Any idea's?
Might be some permission stuff (e.g. ACLs) on top of the standard Unix
permissions I guess, if your platform has such things. I'm not sure how
they'd have got set accidentally though.
Can you do:
cat /opt/omega/data/scanned_documents/iamflint > /dev/null
If that doesn't reveal anything useful, try changing get_msg() to
get_description() in the lines added to omega.cc in that patch and try
again I guess. That'll show the message returned via errno from open().
Cheers,
Olly
More information about the Xapian-discuss
mailing list