Re: distcc fails start

Fergus Henderson <[email protected]> Tue, 4 May 2010 15:42:57 -0400
Newsgroups gmane.comp.compilers.distcc
Message-ID <[email protected]>
On Wed, Apr 28, 2010 at 6:20 AM, Wadii Guedria <[email protected]> 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 <[email protected]>

__
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options:
https://lists.samba.org/mailman/listinfo/distcc