View previous topic :: View next topic |
Author |
Message |
asiobob Veteran
Joined: 29 Oct 2003 Posts: 1375 Location: Bamboo Creek
|
Posted: Sat Sep 11, 2004 3:59 am Post subject: distcc host question |
|
|
when configuring DISTCC is one supposed to put their own ip in the host file? Or do I enter just the other hosts and asume it does a bit on compiling on my machine as well? |
|
Back to top |
|
|
Jimboberella Guru
Joined: 19 Jun 2002 Posts: 358 Location: Brisbane/Australia
|
Posted: Sat Sep 11, 2004 4:10 am Post subject: |
|
|
yes add your local ip (127.0.0.1) to the host file
if you have a faster pc on the network you can add it before your own host to get it to do more compilation. Don't forget to edit /etc/make.conf increase your makeopts -jx number to equal the number of cpu's +1 |
|
Back to top |
|
|
mahir l33t
Joined: 05 Dec 2003 Posts: 725 Location: London
|
Posted: Thu Sep 16, 2004 9:06 pm Post subject: error |
|
|
i never get too see any output..
on not on text or gnome.
i have 2 computers commincating
i see nothing
absolutly nothing
what am i doing wrong? _________________ "wa ma tawfiqi illah billah"
Mahir Sayar |
|
Back to top |
|
|
asiobob Veteran
Joined: 29 Oct 2003 Posts: 1375 Location: Bamboo Creek
|
Posted: Fri Sep 17, 2004 12:54 am Post subject: |
|
|
well make sure distcc is installed and started, then make sure you tell portage about distcc (FEATURES="distcc" in make.conf) surely you;ve done all this.
Also, if another host is compiling on your box you can't use the monitor to see it. However if you start the compiling you can see it via the monitor
Code: | DISTCC_DIR=/var/tmp/portage/.distcc distccmon-text N | where n is duration in seconds you want to update |
|
Back to top |
|
|
|