Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] permission denied error
- Date: Thu, 1 Mar 2007 15:53:43 -0600
- From: Zachary Miller <zmiller@xxxxxxxxxxx>
- Subject: Re: [Condor-users] permission denied error
>
> I have set HOSTALLOW_WRITE = * and HOSTALLOW_READ = * as suggested in
> the FAQ, but the problem persists.
i have yet to really look into the problem, but based on anecdotal
evidence i believe that using '*' by itself may not work in all cases,
depending on your forward/reverse DNS setup or some other factor. if
you specify a partial IP address with a '*', it should work.
for example, here at cs.wisc.edu, instead of:
HOSTALLOW_WRITE = *
i would use:
HOSTALLOW_WRITE = 128.105.*
please try that for now. i'll be investigating the real problem soon.
cheers,
-zach