|
|
[Perlfect-search] problems under NT with links
giorgos giorgos@perlfect.com
Tue, 15 Aug 2000 11:59:16 +0300
Stefan,
As I had supsected the filenames of the databases file created on NT are
not the same like UNIX. Are you running perlfect search with DB_File or
another DBM module? To find out check out the first few lines of output
of the indexer. It should say something like Using DB_File or Using
SDBM, etc.
Once I know which module causes this problem I can fix it. To remedy the
problem manually rename all the tmp files to their non-tmp equivalents
after the indexer finishes. eg: desc_tmp.dir -> desc.dir, desc_tmp.pag
-> desc.pag. Also make sure that before you run the indexer for the
first time your data directory is empty.
giorgos.
Stefan Duffner wrote:
>
> I use NT and so I can't use ls -al, because at this
> moment perlfect search is installed local and it runs
> under IIS4 but I tried dir and that outputs the
> following:
>
> 15.08.00 08:20 4.096 desc_tmp.dir
> date is always the same 131.072 desc_tmp.pag
> 4.096 df.dir
> 32.768 df.pag
> 4.096 docs_tmp.dir
> 2.048 docs_tmp.pag
> 4.096
> inv_index_tmp.dir
> 261.120
> inv_index_tmp.pag
> 4.096 terms_tmp.dir
> 65.536 terms_tmp.pag
> 4.096 tf.dir
> 70.656 tf.pag
> 4.096 titles_tmp.dir
> 4.096 titles_tmp.pag
> 16 Datei(en) 595.968 Bytes
>
> Under NT Priviliges I saw that everybody has full
> access. I am sorry that I answer so late, but I havent
> the time to watch in my mailbox.
>
> Thanks for your efforts
>
> Stefan
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Mail - Free email you can access from anywhere!
> http://mail.yahoo.com/
> _______________________________________________
> perlfect-search mailing list
> perlfect-search@perlfect.com
>
|
|