Gentoo Archives: gentoo-amd64

From: Mathieu Seigneurin <mseigneurin@×××××××.fr>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] emerge world via ssh
Date: Sun, 28 Jan 2007 12:01:09
Message-Id: 200701281258.00194.mseigneurin@tiscali.fr
In Reply to: [gentoo-amd64] emerge world via ssh by Dieter Ries
1 On Sunday 28 January 2007 12:51:08 Dieter Ries wrote:
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
22 I think the easiest thing for this is to use the 'screen' utility. It will
23 allow you to start emerge and disconnect/reconnect to that 'session'.
24 It is very usefull in this type of situation.
25
26 Regards,
27 Mat
28 --
29 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] emerge world via ssh [SOLVED] Dieter Ries <clip2@×××.de>