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

Re: [Condor-users] Bug? Quad G5 keeps losing connection.



Turns out all I needed to do is add a sleep timer in the startup script
before starting condor master (30 seconds).

There must be something that's not loaded in the OS prior to executing
condor_master.


Strange!



On 8/26/06 12:12 AM, "John Wheez" <john@xxxxxxxxxx> wrote:

> Looks like there is some kinda of security check that is failing..
> I used to get something similar with my windows box connecting
> to Linux fireserver...i also but the below in my Os X condor configs
> and it worked in my situation.....
> 
> 
> Try putting this in the local config file
> 
> SEC_DEFAULT_AUTHENTICATION_METHODS = CLAIMTOBE
> SEC_DEFAULT_AUTHENTICATION = OPTIONAL
> SEC_CLIENT_AUTHENTICATION = OPTIONAL
> SEC_CLIENT_AUTHENTICATION_METHODS = CLAIMTOBE
> 
> 
> Doug Baggett wrote:
> 
>> For some reason a Quad G5 I'm running keeps getting the following error in
>> the Master Log, then the control-Manager loses track of the system (no
>> longer get's listed). Is this a bug or something I could be doing wrong?
>> (192.12.209.97 is the ip of the master)
>> 
>> In order to re-attach it to the group I have to kill condor_master and
>> restart it.
>> 
>> Thanks for any help!
>> 
>> /25 08:59:28 Failed to start non-blocking update to <127.0.0.1:53624>.
>> 8/25 09:00:41 Preen pid is 3081
>> 8/25 09:00:41 Child 3081 died, but not a daemon -- Ignored
>> 8/25 09:04:28 Can't connect to <192.12.209.97:9618>:0, errno = 51
>> 8/25 09:04:28 Will keep trying for 20 seconds...
>> 8/25 09:04:48 Connect failed for 20 seconds; returning FALSE
>> 8/25 09:04:48 ERROR: SECMAN:2003:TCP connection to <192.12.209.97:9618>
>> failed
>> _______________________________________________
>> Condor-users mailing list
>> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
>> subject: Unsubscribe
>> You can also unsubscribe by visiting
>> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>> 
>> The archives can be found at either
>> https://lists.cs.wisc.edu/archive/condor-users/
>> http://www.opencondor.org/spaces/viewmailarchive.action?key=CONDOR
>>  
>> 
> 
> _______________________________________________
> Condor-users mailing list
> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
> 
> The archives can be found at either
> https://lists.cs.wisc.edu/archive/condor-users/
> http://www.opencondor.org/spaces/viewmailarchive.action?key=CONDOR