Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] PERMISSION DENIED to unknown user from host and connection to astro.cs.wisc.edu
- Date: Tue, 07 Nov 2006 22:02:19 -0600
- From: Alain Roy <roy@xxxxxxxxxxx>
- Subject: Re: [Condor-users] PERMISSION DENIED to unknown user from host and connection to astro.cs.wisc.edu
Here's my bet: Your DNS (or equivalent) isn't set up properly.
When Condor checks addresses against the HOSTALLOW settings, it uses
DNS to check things out, even if you list IP addresses. You need to
make sure that you can resolve IP address to names, and the reverse
(names to IP addresses).
This is a common cause of the permission denied errors.
-alain