If you have your own servers i love to use screen.

Login -> type "screen" and you get a virtual pty.  Start bin/nutch fetch
$s1 (or whatever command you want)

ctrl-a-d  - detaches the screen - you can then logout.

log back in - screen -r and you resume your screened sessions.

You can also multitask over a single login by typing

cntrl-a-c (create) a new session. You will then see a new "window"
(prompt).  You can then use cntrl-a-1 to switch to screen or or cntrl-a-2
to switch to screen 2.

Lots of other neat features.

-byron

-----Original Message-----
From: Bruno Cordioli <[EMAIL PROTECTED]>
To: nutch-user@incubator.apache.org
Date: Sat, 2 Apr 2005 21:54:12 +0200
Subject: Re: SSh command

> Lumavanossi,
> 
> this not is a nutch problem anyway:
> ../bin/nutch index $s1 >> nutch.log 2>>nutch.log &
> 
> where
> $s1 is your segment
> nutch.log log files.
> 
> bye
> 
> br1
> 
> 
> On Apr 2, 2005 9:31 PM, lumavanossi <[EMAIL PROTECTED]> wrote:
> > Hi,
> > 
> >  How to run nutch indexer on background?
> > 
> >  I have a dedicated server on a datacenter.
> >  At my Home computer I start the nutch index by SSH.
> >  Does my home computer need to be on while nutch indexer runs?
> > 
> > Thanks!
> > 
> >
> _______________________________________________________________________
> ___
> > Acabe com aquelas janelinhas que pulam na sua tela.
> > AntiPop-up UOL - É grátis!
> > http://antipopup.uol.com.br/
> > 
> >
> 

Reply via email to