Re: [gentoo-user] Re: Launching emerge remotely via VPN

2005-02-05 Thread Bastian Balthazar Bux
Francesco Talamona ha scritto:
On Saturday 05 February 2005 10:22, Francesco Talamona wrote:
 

On Saturday 05 February 2005 10:05, [EMAIL PROTECTED] wrote:
   

Is there any way of keeping a job executing a long emerge session
going on after having closed the VPN session?
 

nohup
nohup belongs to coreutils, so it is likely already present on that
box
Maybe screen... (emerge -p screen && man screen)
   

Oops, it should be: "emerge screen && man screen" :-)
Ciao
 Francesco
 

I don't know about screen but with nohup the emerge will stop (and not 
restart) emerging portage, you will need to relaunch manually it after that.
nohup will output a file named nohup.out, in the current directory or in 
your home, to see what happen issue an
# nohup emerge whatever &
# tail -f nohup.out
then if you became bored to see the output a ^C is ok it will stop only 
the tail command leaving nohup emerge running.

--
gentoo-user@gentoo.org mailing list


[gentoo-user] Re: Launching emerge remotely via VPN

2005-02-05 Thread Francesco Talamona
On Saturday 05 February 2005 10:22, Francesco Talamona wrote:
> On Saturday 05 February 2005 10:05, [EMAIL PROTECTED] wrote:
> > Is there any way of keeping a job executing a long emerge session
> > going on after having closed the VPN session?
>
> nohup
>
> nohup belongs to coreutils, so it is likely already present on that
> box
>
> Maybe screen... (emerge -p screen && man screen)

Oops, it should be: "emerge screen && man screen" :-)

Ciao
  Francesco

-- 
Linux Version 2.6.11-rc3, Compiled #1 Fri Feb 4 08:07:13 CET 2005
One 1.53GHz AMD Athlon XP Processor, 1.5GB RAM, 3022.84 Bogomips Total
macula

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Launching emerge remotely via VPN

2005-02-05 Thread Francesco Talamona
On Saturday 05 February 2005 10:05, [EMAIL PROTECTED] wrote:
> Is there any way of keeping a job executing a long emerge session
> going on after having closed the VPN session?

nohup

nohup belongs to coreutils, so it is likely already present on that box

Maybe screen... (emerge -p screen && man screen)

ciao
 Francesco

-- 
Linux Version 2.6.11-rc3, Compiled #1 Fri Feb 4 08:07:13 CET 2005
One 1.53GHz AMD Athlon XP Processor, 1.5GB RAM, 3022.84 Bogomips Total
macula

--
gentoo-user@gentoo.org mailing list