Hi all,<br><br>I had distcc working correctly on ubuntu server. But after changing server IP, I am getting this error when I execute service start distcc or restart:<br><br><br> * Starting Distributed Compiler Daemon: distccd                                                                                                              <br>
 * /etc/init.d/distcc: start failed with error code 102<br><br><br>I modified  /etc/init.d/distcc with the new IP address (192.168.1.160)<br><br><br>PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games<br>
DAEMON=/usr/bin/distccd<br>NAME=distccd<br>DESC=&quot;Distributed Compiler Daemon&quot;<br>DAEMON_ARGS=&quot;--pid-file=/var/run/$NAME.pid --log-file=/var/log/$NAME.log --daemon&quot;<br># please change those variables by overriding them in /etc/defaults/distcc<br>
<br>NICE=&quot;&quot;<br>ZEROCONF=&quot;&quot;<br>JOBS=&quot;&quot;<br>ALLOWEDNETS=&quot;<a href="http://192.168.1.0/24">192.168.1.0/24</a> 127.0.0.1&quot;<br>LISTENER=&quot;192.168.1.160&quot;<br><br>Could someone tell me the problem?<br>
regards<br>