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:
> > >
> > > # ps fax|grep tty6
> > > 561 tty6 S 0:02 -bash
> > > 740 tty6 S 0:00 \_ /bin/sh search/htdig/scripts/wwwoffle-htdig-full
> > > 741 tty6 R 1457:55 \_ htdig -i -c search/htdig/conf/htdig-full.conf
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.
> > > # ls -Al /var/cache/wwwoffle/search/htdig/db
> > > total 378612
> > > -rw-r--r-- 1 root root 179151872 2004-01-17 16:11 db.docdb
> > > -rw-r--r-- 1 root root 208151269 2004-01-17 16:11 db.wordlist
> >
> > It could be that the format of those files changed, making htdig go into
> > the loop when it tries to update them. Start fresh...
>
> This was started from scratch.
I think that Paul means that you should delete these files and then
re-run the htdig script. The files are older than the time that you
started running htdig. They have not been written to by htdig this
time, perhaps it is having a problem reading them.
--
Andrew.
----------------------------------------------------------------------
Andrew M. Bishop [EMAIL PROTECTED]
http://www.gedanken.demon.co.uk/
WWWOFFLE users page:
http://www.gedanken.demon.co.uk/wwwoffle/version-2.8/user.html