Martin,
   Thanks so much, that fixed it.  I am guessing my permissions got messed up from a restore I did.  I had a hard drive failure, but I had rsync'ed everything.  I rsync'ed it back, and maybe that changed the permissions.  Not sure.  Either way very greatful.

Thanks,
  Brian

On Wed, 2005-06-29 at 09:50 +1000, Martin Pool wrote:
On 28 Jun 2005, Bri <[EMAIL PROTECTED]> 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?

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

Reply via email to