Hi Andrew, * Andrew M. Bishop <[EMAIL PROTECTED]> [24. Jan. 2004]: > Gregor Zattler <[EMAIL PROTECTED]> writes: > > * Paul Slootman <[EMAIL PROTECTED]> [19. Jan. 2004]: > > > On Sun 18 Jan 2004, Gregor Zattler wrote: > > > > In last months a wwwoffle-htdig-full run completed in ca. 4 > > > > hours. Now it hangs forever: > To be able to get some debugging on what is happening you can edit the > wwwoffle-htdig-full script and replace the line: > > htdig -i -v -c search/htdig/conf/htdig-full.conf > > with: > > strace htdig -i -v -c search/htdig/conf/htdig-full.conf > > This will at least get you the strace output in the log file even if > there is no output from the htdig progam itself.
Thanx for your help. Strace did not help because htdig does not open files but gets documents from the httpd. There was a much simpler solution: I should have read the fine manual closer. Starting htdig with more "-v"'s gives substantial more logging information e. g. the URLs of the indexed documtents (log was > 2 GB). I delteted the last ones mentioned in the log file. Now everything is fine again. Ciao; Gregor
