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

Re: [Condor-users] Problem running 7.6.4 on Windows OS



Title: Message
I actually did not copy over the old config file, I adapted the new one with the necessary configuration. So all are with "Allow"
 
Thanks
 
----------------------------------------------------------------------------
-----Original Message-----
From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Greg.Hitchen@xxxxxxxx
Sent: Donnerstag, 8. Dezember 2011 03:28
To: condor-users@xxxxxxxxxxx
Subject: Re: [Condor-users] Problem running 7.6.4 on Windows OS

If you’re using host based security make sure you have changed all your

 

HOSTALLOW_WRITE =

HOSTALLOW_READ =

HOSTDENY_READ =

HOSTALLOW_ADMINISTRATOR =

etc.

 

to

 

ALLOW_WRITE =

ALLOW_READ =

DENY_READ =

ALLOW_ADMINISTRATOR =

etc.

 

Cheers

 

Greg

 

From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Oke Akinola LT
Sent: Thursday, 8 December 2011 6:18 AM
To: 'condor-users@xxxxxxxxxxx'
Subject: [Condor-users] Problem running 7.6.4 on Windows OS

 

We have condor environment base on version 7.0.1 since about 3 years. I am now trying to rebuild the infrastructure on version 7.6.4.

The necessary installation and configuration were done, and available computing nodes are visible on the submitter machine. However when I send a job, they are just in the queue idle while there are free node available.

 

The error message on both Master and submitter is there is "no match found"

 

I have also these entries on the submitter:

12/07/11 22:59:05 (pid:476) TransferQueueManager stats: active up=0/10 down=0/10; waiting up=0 down=0; wait time up=0s down=0s

 

Using version 7.4.4 with the same configuration works fine.

 

What could be the problem with 7.6.4?

 

Thanks