Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
distcc question?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
tuxwatcher
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jun 2003
Posts: 121
Location: USA

PostPosted: Tue Jun 10, 2003 6:39 pm    Post subject: distcc question? Reply with quote

I have distccd running on a few machines with the appropriate IP addresses allowed. However, when I emerge something or compile the kernel, the best that I can tell through network traffic and prosseses is it only distributes to one machine. Does anyone have any suggestions.
Back to top
View user's profile Send private message
eikketk
Apprentice
Apprentice


Joined: 03 Jun 2003
Posts: 270
Location: Belgium

PostPosted: Tue Jun 10, 2003 7:09 pm    Post subject: Reply with quote

Maybe a stupid question, but has DistCC been configured all right? Did you set DISTCC_HOSTS?
Back to top
View user's profile Send private message
tuxwatcher
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jun 2003
Posts: 121
Location: USA

PostPosted: Tue Jun 10, 2003 7:26 pm    Post subject: Reply with quote

The daemons are running with these opts
Code:
# this is the distccd executable
DISTCCD_EXEC=/usr/bin/distccd

# this is where distccd will store its pid file
DISTCCD_PIDFILE=/var/run/distccd/distccd.pid

# set this option to run distccd with extra parameters
DISTCCD_OPTS="--nice 20 --allow 192.168.0.134 --allow 192.168.0.115 --allow 192.168.0.113 --allow 192.168.0.120 --allow 192.168.0.21"


and make.conf has
Code:
MAKEOPTS="-j5"
FEATURES="distcc userpriv usersandbox"
DISTCC_HOSTS="192.168.0.113 localhost 192.168.0.120 192.168.0.21"
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum