Hi all, 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:
* Starting Distributed Compiler Daemon: distccd * /etc/init.d/distcc: start failed with error code 102 I modified /etc/init.d/distcc with the new IP address (192.168.1.160) PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games DAEMON=/usr/bin/distccd NAME=distccd DESC="Distributed Compiler Daemon" DAEMON_ARGS="--pid-file=/var/run/$NAME.pid --log-file=/var/log/$NAME.log --daemon" # please change those variables by overriding them in /etc/defaults/distcc NICE="" ZEROCONF="" JOBS="" ALLOWEDNETS="192.168.1.0/24 127.0.0.1" LISTENER="192.168.1.160" Could someone tell me the problem? regards
__ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/distcc
