[distcc] How to pass on Sun W.S. " LM_LICENSE_FILE" variable to secondary distcc host ?

Yang Tj-ATY010 ATY010 at motorola.com
Mon May 3 13:24:18 GMT 2004


> -----Original Message-----
> From: mbp at sourcefrog.net [mailto:mbp at sourcefrog.net] 
> Sent: Saturday, May 01, 2004 3:00 AM
> To: Yang Tj-ATY010
> Cc: 'Martin Pool'; distcc at lists.samba.org
> Subject: Re: [distcc] How to pass on Sun W.S. " 
> LM_LICENSE_FILE" variable to secondary distcc host ?
> 
> 
> On 30 Apr 2004, Yang Tj-ATY010 <ATY010 at motorola.com> wrote:
> 
> > But on primary host ilad2141 I got this warning message.
> > 
> > Apr 30 08:57:52 ilad2141 distccd[12489]: [ID 702911 daemon.crit] 
> > CRITICAL! too many cleanups
> 
> What command are you using to start distccd?
> 
root at ilad2141>cat /etc/init.d/TWWdistcc212

#!/sbin/sh
#
# Startup script for distcc 2.12.1
APP_BIN=distccd
APP_HOME=/opt/TWWfsw/distcc212
# Path to PID file of running distccd process.
PID_FILE=/var/opt/TWWfsw/distcc212/run/distccd.pid
# User to run as.
RUN_AS=distcc
state=$1
case "$state" in
'start')
  ${APP_HOME}/bin/${APP_BIN} --verbose  --pid-file ${PID_FILE} \
  --user ${RUN_AS} --daemon
  echo "Distributed compiler service starting."
  ;;
<snip>

> -- 
> Martin
> 

Martin, 
Thanks for replying my question.

Are you interested to provide commercial distcc email 
support ?

If I can prove distcc can really help our developers
to compile the code faster then we are interested to
subscribe to annual email support if there is one
like Big Brother's (http://www.bb4.com/support.html)

Thanks

tj




More information about the distcc mailing list