Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
mal wieder distcc
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Tinitus
Veteran
Veteran


Joined: 20 Sep 2004
Posts: 1754

PostPosted: Fri Jan 18, 2013 7:12 pm    Post subject: mal wieder distcc Reply with quote

Hallo,

ich brauche mal wieder distcc für einen langsamen Rechner:

meine config:

Code:


sys-devel/distcc-3.1-r5  USE="gnome gtk -avahi -hardened -ipv6 (-selinux) -xinetd" 0 kB


cat /etc/conf.d/distccd
Code:

# /etc/conf.d/distccd: config file for /etc/init.d/distccd

DISTCCD_OPTS=""

# 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
# Default port is 3632.  For most people the default is okay.
DISTCCD_OPTS="${DISTCCD_OPTS} --port 3632"

# Logging
# You can change some logging options here:
# --log-file FILE
# --log-level LEVEL  [critical,error,warning, notice, info, debug]
#
# Leaving --log-file blank will log to syslog
# example: --log-file /dev/null --log-level warning
# example: --log-level critical

#DISTCCD_OPTS="${DISTCCD_OPTS} --log-level critical"
DISTCCD_OPTS="${DISTCCD_OPTS} --log-level debug --log-file /var/log/distcc.log"


# SECURITY NOTICE:
# It is HIGHLY recomended that you use the --listen option
# for increased security. You can specify an IP to permit connections
# from or a CIDR mask
# --listen accepts only a single IP
# --allow is now mandatory as of distcc-2.18.
# example:  --allow 192.168.0.0/24
# example:  --allow 192.168.0.5 --allow 192.168.0.150
# example:  --listen 192.168.0.2
DISTCCD_OPTS="${DISTCCD_OPTS} --allow 192.168.3.0/24"
DISTCCD_OPTS="${DISTCCD_OPTS} --listen 192.168.3.5"

# set this for niceness
# Default is 15
DISTCCD_OPTS="${DISTCCD_OPTS} -N 15"




cat /etc/distcc/hosts
Code:

# --- /etc/distcc/hosts -----------------------
# See the "Hosts Specification" section of
# "man distcc" for the format of this file.
#
# By default, just test that it works in loopback mode.
127.0.0.1   192.168.3.2   192.168.3.5   192.168.3.206   192.168.3.207



cat /etc/make.conf

Code:

Snip
/Snip


##############################################
#Portage

PORTAGE_ELOG_CLASSES="warn error info"
FEATURES="parallel-fetch"

FEATURES="distcc"
ACCEPT_LICENSE="*"

LIBREOFFICE_EXTENSIONS="pdfimport wiki-publisher"
FEATURES=-parse-eapi-ebuild-head


Code:
DISTCC_DIR="/var/tmp/portage/.distcc/" distccmon-text
distccmon-text[29782] (dcc_mkdir) ERROR: mkdir '/var/tmp/portage/.distcc//state' failed: No such file or directory


Leider sehe ich nirgendwo einen distcc im Emerge Verlauf.

Wo setzt man da an?
Back to top
View user's profile Send private message
syn0ptik
Apprentice
Apprentice


Joined: 09 Jan 2013
Posts: 267

PostPosted: Sat Jan 19, 2013 5:23 am    Post subject: Reply with quote

Welcher user läuft distcc?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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