On Wed, Apr 28, 2010 at 6:20 AM, Wadii Guedria <wadii...@gmail.com> wrote:

> 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
>

>From src/exitcode.h:

    EXIT_BIND_FAILED              = 102,

Typically this occurs if there is already a distccd server running which has
already bound to the distcc port (port 3632).
It can also occur if some other process happens to have bound to port 3632.

-- 
Fergus Henderson <fergus.hender...@gmail.com>
__
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options:
https://lists.samba.org/mailman/listinfo/distcc

Reply via email to