[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [condor-users] newbie question




The HOSTALLOW_* values are whatever the installation script makes them.

The permissions should be pretty open, but since there is more than one installation script and more than one way to run them, it's hard for me to guess without seeing them. That said...


Here's tailing all the logs:

==> CollectorLog <==
4/23 16:24:52 (Sent 15 ads in response to query)
4/23 16:24:52 DaemonCore: PERMISSION DENIED to unknown user from host <141.142.65.40:35286> for command 10 (QUERY_STARTD_PVT_ADS)


==> NegotiatorLog <==


4/23 16:25:58 condor_write(): Socket closed when trying to write buffer
4/23 16:25:58 Buf::write(): condor_write() failed
4/23 16:25:58       Could not send PERMISSION

I'm guessing that you are having problems with the HOSTALLOW permissions, so you need to check them on both the submit computer and the central manager.


Look in the config files, or do

  condor_config_val HOSTALLOW_WRITE
  condor_config_val HOSTALLOW_READ
  ...

More information about these parameters is in the Security section of the Condor manual, particularly 3.7.5.3.

http://www.cs.wisc.edu/condor/manual/v6.6/3_7Security_In.html#SECTION00475300000000000000

If your HOSTALLOW expressions look correct, then you might be having problems with DNS. For instance, if you have:

HOSTALLOW_WRITE = *.cs.wisc.edu

then when a computer connects from IP address 128.105.121.21, Condor figures out what name that corresponds to, and checks it against the HOSTALLOW_WRITE expression. If the lookup fails, you will have problems. So double check that your DNS lookups are working as expected.

-alain


Condor Support Information: http://www.cs.wisc.edu/condor/condor-support/ To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with unsubscribe condor-users <your_email_address>