According to Andrew Threlfall:
> when doing the command:
> /pathto/htdig -vvv -s -a -c /pathto/my.conf
> I get the following returned:
> DB2 problem...: /pathto/htdig/db/my/db.docdb.work: No such file or directory
> htdig: Unable to open/create document database '/pathto/db/my/db.docdb.work'
> 
> I own the permissions on the db directory, and root2word.db and word2root.db
> have been created in the /tmp directory.
> 
> why can't it create the the file (similar results when omitting the -a
> flag).

You own the permissions on the db directory, but what about the "my"
directory?  What about search (execute) permission on all directories
leading down to these from the root directory?  The error is consistent
with either a non-existant directory name, or a problem with permissions
(especially search permissions on directories above).  Your endings
databases are in /tmp because that's where htfuzzy endings creates them
originally (or in TMPDIR if defined in the environment), then it tries
to move them to the common_dir, which will also fail if the path or
permissions are wrong.

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930

_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to