[distcc] errors

Martin Pool mbp at sourcefrog.net
Tue Jun 28 23:50:44 GMT 2005


On 28 Jun 2005, Bri <bri at infiniteflux.com> wrote:
> Hello all,
>   I am in need of some assistance.  I have searched the net pretty good
> now and have come up empty handed.
> 
> I keep getting these two errors:
> 
> (dcc_redirect_fd) CRITICAL! failed to reopen fd0 onto /dev/null:
> Permission denied
> ERROR: compile <filename_here> on 10.10.10.4 failed with exit code 107

Have you checked the permissions on /dev/null?  Try 

  ls -l /dev/null

they should be rw-rw-rw-.  If they are not, fix them with 

  sudo chmod 0666 /dev/null

and how did you ever get them set that way?

-- 
Martin


More information about the distcc mailing list