Gentoo Archives: gentoo-amd64

From: Bernhard Auzinger <e0026053@×××××××××××××××××.at>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] emerge world via ssh
Date: Sun, 28 Jan 2007 21:32:54
Message-Id: 200701282230.37623.e0026053@student.tuwien.ac.at
In Reply to: [gentoo-amd64] emerge world via ssh by Dieter Ries
1 Am Sonntag 28 Januar 2007 schrieb Dieter Ries:
2 > Hi,
3 >
4 > how can i run emerge -vD world, when i only have the possibility to access
5 > the machine via ssh for a short time?
6 >
7 > i have tried emerge -vD world &
8 >
9 > but that seems to stop before even the first ebuild is compiled. Then i
10 > tried putting the emerge command into a bash script, and running
11 >
12 > emergeworld.sh&
13 >
14 > but that had the same effect.
15 >
16 > There has to be a possibility...
17 >
18 > cu
19 > Dieter
20
21 As already mentioned, screen is a good way to solve this.
22
23 By the way. The compiling stops because you are starting emerge within the
24 shell as child process of this shell. An if you terminate the father process
25 (in this case the shell) by logging out, all child processes will be
26 terminated too.
27
28 rgds
29 Bernhard
30 --
31 gentoo-amd64@g.o mailing list