[distcc] New user / porting

'Martin Pool' mbp at samba.org
Wed Feb 26 23:42:04 GMT 2003


On 26 Feb 2003, Tom Matelich <tmatelich at zetec.com> wrote:

> #elif defined(__hpux)
> static ssize_t sys_sendfile(int ofd, int ifd, off_t *offset, size_t size)
> {
> 	return sendfile(ofd, ifd, *offset, size, NULL, 0);
> }

Thanks for that.

> I have two boxes on my farm.  The remote box is listed as the first host in
> DISTCC_HOSTS.  If I gmake, it successfully runs on the remote computer.  If
> I specify two jobs, I get:
> distcc[27938] (dcc_lock_host) ERROR: local
> .../distcc_000000dd/lock_cpu_tcp_zetec11:3632_0 failed: Permission
> denied

OK.  Can you please post a bit more context from the logs when you're
able?

> I'm not positive whether farming is happening or not.  When I bump the
> number of jobs up, I get many of these errors, for both cpu and
> xmit.

A good way to know is to look at either the log on the remote machine,
or (the hpux equivalent of) 'netstat -ta'.

-- 
Martin 


More information about the distcc mailing list