Re: recrawl.sh stopped at depth 7/10 without error

2009-12-07 Thread yangfeng
I sill want to know the reason. 2009/12/2 BELLINI ADAM mbel...@msn.com hi, anay idea guys ?? thanx From: mbel...@msn.com To: nutch-user@lucene.apache.org Subject: RE: recrawl.sh stopped at depth 7/10 without error Date: Fri, 27 Nov 2009 20:11:12 + hi

RE: recrawl.sh stopped at depth 7/10 without error

2009-12-07 Thread BELLINI ADAM
depth -10 crawl.log but even with the '' caractere when closing my console it kills the process. thx Date: Mon, 7 Dec 2009 19:00:37 +0800 Subject: Re: recrawl.sh stopped at depth 7/10 without error From: yea...@gmail.com To: nutch-user@lucene.apache.org I sill want to know the reason

RE: recrawl.sh stopped at depth 7/10 without error

2009-12-07 Thread Paul Tomblin
Subject: RE: recrawl.sh stopped at depth 7/10 without error Date: Fri, 27 Nov 2009 20:11:12 + hi, this is the main loop of my recrawl.sh do echo --- Beginning crawl at depth `expr $i + 1` of $depth --- $NUTCH_HOME/bin/nutch generate $crawl

RE: recrawl.sh stopped at depth 7/10 without error

2009-12-07 Thread BELLINI ADAM
i fixed it by putting it in crontab and now i can sleep without thinking of it :) thx u very much Date: Mon, 7 Dec 2009 12:03:25 -0500 From: ptomb...@gmail.com To: nutch-user@lucene.apache.org Subject: RE: recrawl.sh stopped at depth 7/10 without error Try starting it with nohup

RE: recrawl.sh stopped at depth 7/10 without error

2009-12-07 Thread Fuad Efendi
- From: BELLINI ADAM [mailto:mbel...@msn.com] Sent: December-07-09 12:01 PM To: nutch-user@lucene.apache.org Subject: RE: recrawl.sh stopped at depth 7/10 without error hi, mabe i found my probleme, it's not nutch mistake, i beleived when running the crawl command as background process

RE: recrawl.sh stopped at depth 7/10 without error

2009-12-07 Thread BELLINI ADAM
thx fuad for the info...yes i was just closing my laptop without exting the ssh session. but now i hv it running form my cron and it didnt stop :) thx again From: f...@efendi.ca To: nutch-user@lucene.apache.org Subject: RE: recrawl.sh stopped at depth 7/10 without error Date: Mon, 7 Dec

Re: recrawl.sh stopped at depth 7/10 without error

2009-12-07 Thread MilleBii
...@efendi.ca To: nutch-user@lucene.apache.org Subject: RE: recrawl.sh stopped at depth 7/10 without error Date: Mon, 7 Dec 2009 12:58:48 -0500 crawl.log 21 You forgot 21... output for errors... Also, you need to close _politely_ the SSH session by executing exit. Without it, it pipe

RE: recrawl.sh stopped at depth 7/10 without error

2009-12-07 Thread BELLINI ADAM
yes i'v just tested nohup and it works :) thx to all Date: Mon, 7 Dec 2009 19:26:42 +0100 Subject: Re: recrawl.sh stopped at depth 7/10 without error From: mille...@gmail.com To: nutch-user@lucene.apache.org Another an alternative to crontab, I use nohup command to get my jobs

RE: recrawl.sh stopped at depth 7/10 without error

2009-12-01 Thread BELLINI ADAM
hi, anay idea guys ?? thanx From: mbel...@msn.com To: nutch-user@lucene.apache.org Subject: RE: recrawl.sh stopped at depth 7/10 without error Date: Fri, 27 Nov 2009 20:11:12 + hi, this is the main loop of my recrawl.sh do echo --- Beginning crawl at depth `expr

RE: recrawl.sh stopped at depth 7/10 without error

2009-11-27 Thread BELLINI ADAM
hi, this is the main loop of my recrawl.sh do echo --- Beginning crawl at depth `expr $i + 1` of $depth --- $NUTCH_HOME/bin/nutch generate $crawl/crawldb $crawl/segments $topN \ -adddays $adddays if [ $? -ne 0 ] then echo runbot: Stopping at depth $depth. No more URLs to