Changes

Jump to: navigation, search

Distcc Setup

2 bytes added, 15:55, 25 January 2009
m
distcc Setup Steps
'''Installation'''
To install distcc using yum log on as root "su -" and type “yum search distcc”. Two packages available, install both to run as both client and server. At promt prompt type “yum install distcc-server” to install server package and “yum install distcc” for client package.
'''Configuration'''
On the server machine the distcc daemon(distccd) needs to be started. At promt prompt as root type "distccd –-daemon –-user YOURUSERNAME –-allow 142.204.133.24/26"
Argument --user is if distccd gets executed as root, change to user USER, --allow IPADDR[/MASK] instructs distccd to accept connections from the IP address. A CIDR mask length can be supplied optionally after a trailing slash, e.g. 192.168.0.0/24, in which case addresses that match in the most significant MASK bits will be allowed.
1
edit

Navigation menu