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

Re: [HTCondor-users] Condor Jobs getting stuck in idle state. No valid starters were found!



On 06/22/2015 01:08 AM, Sridhar Thumma wrote:

06/20/15 13:59:11 Detected hibernation states: S3,S4                                     
06/20/15 13:59:11 "/usr/sbin/condor_starter -classad" did not produce any output, ignoring                                                                            
06/20/15 13:59:11 Failed to execute /usr/sbin/condor_starter.std, ignoring            

Can you log into the node and run

/usr/sbin/condor_starter -classad

by hand as the condor user?  It should print out a classad describing the capabilities of the starter to stdout and immediately exit.  If you are getting this error, I suspect there are problems either reading a config file, with permissions, or with shared libraries.

-greg