Gentoo Archives: gentoo-dev

From: John Nilsson <john@×××××××.nu>
To: Douglas Russell <puggy@×××××××××.com>
Cc: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Portage through SSH
Date: Sun, 31 Aug 2003 15:10:34
Message-Id: E4911160-DBC5-11D7-AC73-000393A27E82@milsson.nu
In Reply to: Re: [gentoo-dev] Portage through SSH by Douglas Russell
1 For me the problem is that the machines cant even run emerge sync, much
2 less search for deps and that kind of calculations. I want EVERYTHING
3 portage to be executed on one host (or with distcc a selected few) but
4 still be able to manage the software on the other hosts. Best would be
5 if I could uninstall portage from the other hosts completely.
6
7 -John
8
9
10 söndagen den 31 augusti 2003 kl 17.01 skrev Douglas Russell:
11
12 > -----BEGIN PGP SIGNED MESSAGE-----
13 > Hash: SHA1
14 >
15 > On Sunday 31 August 2003 3:35 pm, Marc Giger wrote:
16 >> On Sun, 31 Aug 2003 15:07:38 +0200
17 >>
18 >> John Nilsson <john@×××××××.nu> wrote:
19 >>> Could one implement all packagemanagement emerge does through ssh
20 >>> (scp)?
21 >>>
22 >>> I would like to be able to use this command:
23 >>>
24 >>> emerge -u world server.mydomain.com
25 >>>
26 >>> where world, make.conf and other settings would be read from the
27 >>> server however the portage tree would be local so only one computer
28 >>> needs emerge sync, and packages would be crosscompiled for the server
29 >>> and then copied through ssh to the server.
30 >>>
31 >>> "emerge -u sendmail *.mydomain.com" =)
32 >>>
33 >>> This way I could spare my poor 486 from compiling duties.
34 >>
35 >> What's with distcc?
36 >>
37 >> DISTCC_HOSTS="compiling_hosts" emerge -u sendmail ??
38 >>
39 >> Just leave localhost away from DISTCC_HOSTS.
40 >> So it will only do preprocessing and such things on your 486. The
41 >> object
42 >> generation will do the "compiler_host...
43 >>
44 >> greets
45 >>
46 >> Marc
47 >>
48 >> --
49 >> gentoo-dev@g.o mailing list
50 >
51 > distcc works well, but on my cyrix 166 the linking takes absolutely
52 > ages. It
53 > is much faster to just crosscompile for it on such a slow machine with
54 > the -K
55 > method mentioned in another email.
56 >
57 > Puggy
58 >
59 > -----BEGIN PGP SIGNATURE-----
60 > Version: GnuPG v1.2.2 (GNU/Linux)
61 >
62 > iD8DBQE/Ug3CXYnvgFdTojMRAjoqAJ42yIx8R2QxYW1OSVDmcr33aNjP+QCfcncq
63 > kPL4ZUIkvmhjTsPs0SR1FfM=
64 > =tHGt
65 > -----END PGP SIGNATURE-----
66 >
67 >
68 > --
69 > gentoo-dev@g.o mailing list
70 >
71
72
73 --
74 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Portage through SSH Georgi Georgiev <chutz@×××.net>