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

[Condor-users] can't start condor



Hi everybody,

 

When I try to start personal condor 6.8.5 on Windows XP I see that only the condor_master process is started. Condor_schedd, condor_collector, condor_startd, condor_negotiator don’t start at all.

 

The log file for condor_schedd reports:

 

9/24 09:37:27 (pid:496) ** condor_schedd.exe (CONDOR_SCHEDD) STARTING UP

9/24 09:37:27 (pid:496) ** C:\condor\bin\condor_schedd.exe

9/24 09:37:27 (pid:496) ** $CondorVersion: 6.8.5 May 17 2007 $

9/24 09:37:27 (pid:496) ** $CondorPlatform: INTEL-WINNT50 $

9/24 09:37:27 (pid:496) ** PID = 496

9/24 09:37:27 (pid:496) ** Log last touched 9/24 09:08:53

9/24 09:37:27 (pid:496) ******************************************************

9/24 09:37:27 (pid:496) Using config source: C:\condor\condor_config

9/24 09:37:27 (pid:496) Using local config sources:

9/24 09:37:27 (pid:496)    C:\condor/condor_config.local

9/24 09:37:27 (pid:496) DaemonCore: Command Socket at

9/24 09:37:27 (pid:496) History file rotation is enabled.

9/24 09:37:27 (pid:496)   Maximum history file size is: 20971520 bytes

9/24 09:37:27 (pid:496)   Number of rotated history files is: 2

9/24 09:37:27 (pid:496) my_popen: CreateProcess failed

9/24 09:37:27 (pid:496) Failed to execute C:\condor/bin/condor_shadow.pvm.exe, ignoring

9/24 09:37:27 (pid:496) my_popen: CreateProcess failed

9/24 09:37:27 (pid:496) Failed to execute C:\condor/bin/condor_shadow.std.exe, ignoring

9/24 09:37:27 (pid:496) ERROR "select, error # = 10038" at line 2439 in file ..\src\condor_daemon_core.V6\daemon_core.C

 

NegotiatorLog:

 

9/24 09:37:27 Using config source: C:\condor\condor_config

9/24 09:37:27 Using local config sources:

9/24 09:37:27    C:\condor/condor_config.local

9/24 09:37:27 DaemonCore: Command Socket at

9/24 09:37:27 ACCOUNTANT_HOST = None (local)

9/24 09:37:27 NEGOTIATOR_INTERVAL = 300 sec

9/24 09:37:27 NEGOTIATOR_TIMEOUT = 30 sec

9/24 09:37:27 MAX_TIME_PER_SUBMITTER = 31536000 sec

9/24 09:37:27 MAX_TIME_PER_PIESPIN = 31536000 sec

9/24 09:37:27 PREEMPTION_REQUIREMENTS = ( (CurrentTime - EnteredCurrentState) > (1 * (60 * 60)) && RemoteUserPrio > SubmittorPrio * 1.2 ) || (MY.NiceUser == True)

9/24 09:37:27 PREEMPTION_RANK = (RemoteUserPrio * 1000000) - TARGET.ImageSize

9/24 09:37:27 NEGOTIATOR_PRE_JOB_RANK = RemoteOwner =?= UNDEFINED

9/24 09:37:27 NEGOTIATOR_POST_JOB_RANK = None

9/24 09:37:27 Warning: attempting to compare null hostnames in same_host.

9/24 09:37:27 ERROR "select, error # = 10038" at line 2439 in file ..\src\condor_daemon_core.V6\daemon_core.C

 

CollectorLog

 

9/24 09:37:48 Using config source: C:\condor\condor_config

9/24 09:37:48 Using local config sources:

9/24 09:37:48    C:\condor/condor_config.local

9/24 09:37:48 DaemonCore: Command Socket at

9/24 09:37:48 In ViewServer::Init()

9/24 09:37:48 In CollectorDaemon::Init()

9/24 09:37:48 In ViewServer::Config()

9/24 09:37:48 In CollectorDaemon::Config()

9/24 09:37:48 enable: Creating stats hash table

9/24 09:37:48 ERROR "select, error # = 10038" at line 2439 in file ..\src\condor_daemon_core.V6\daemon_core.C

 

 

On another XP with the same installation and configuration(Personal Condor)I have no problems. That means on my  system there is something wrong for Condor. Have anybody suggestions? Here is a copy of my configuration:

 

Condor_config

 

######################################################################

######################################################################

##

##  ######                                     #

##  #     #    ##    #####    #####           ##

##  #     #   #  #   #    #     #            # #

##  ######   #    #  #    #     #              #

##  #        ######  #####      #              #

##  #        #    #  #   #      #              #

##  #        #    #  #    #     #            #####

##

##  Part 1:  Settings you must customize:

######################################################################

######################################################################

 

##  What machine is your central manager?

CONDOR_HOST = $(FULL_HOSTNAME)

 

##--------------------------------------------------------------------

##  Pathnames:

##--------------------------------------------------------------------

##  Where have you installed the bin, sbin and lib condor directories?  

RELEASE_DIR = C:\condor

 

##  Where is the local condor directory for each host? 

##  This is where the local config file(s), logs and

##  spool/execute directories are located

LOCAL_DIR = C:\condor

#LOCAL_DIR        = $(RELEASE_DIR)/hosts/$(HOSTNAME)

 

##  Where is the machine-specific local config file for each host?

LOCAL_CONFIG_FILE = $(LOCAL_DIR)/condor_config.local

#LOCAL_CONFIG_FILE      = $(RELEASE_DIR)/etc/$(HOSTNAME).local

 

## If the local config file is not present, is it an error?

## WARNING: This is a potential security issue.

## If not specificed, te default is True

#REQUIRE_LOCAL_CONFIG_FILE = TRUE

 

##--------------------------------------------------------------------

##  Mail parameters:

##--------------------------------------------------------------------

##  When something goes wrong with condor at your site, who should get

##  the email?

CONDOR_ADMIN            = condor-admin@xxxxxxxxxxx

 

##  Full path to a mail delivery program that understands that "-s"

##  means you want to specify a subject:

MAIL = $(BIN)/condor_mail.exe

 

## For Condor on Win32 we need to specify an SMTP server so

## that Condor is able to send email.

SMTP_SERVER =

 

 

##--------------------------------------------------------------------

##  Network domain parameters:

##--------------------------------------------------------------------

##  Internet domain of machines sharing a common UID space.  If your

##  machines don't share a common UID space, set it to

##  UID_DOMAIN = $(FULL_HOSTNAME)

##  to specify that each machine has its own UID space.

#UID_DOMAIN       = $(FULL_HOSTNAME)

 

##  Internet domain of machines sharing a common file system.

##  If your machines don't use a network file system, set it to

##  FILESYSTEM_DOMAIN = $(FULL_HOSTNAME)

##  to specify that each machine has its own file system.

#FILESYSTEM_DOMAIN      = $(FULL_HOSTNAME)

 

##  This macro is used to specify a short description of your pool.

##  It should be about 20 characters long. For example, the name of

##  the UW-Madison Computer Science Condor Pool is ``UW-Madison CS''.

COLLECTOR_NAME = test

 

 

Thanks in advance !!!