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

[condor-users] Can't run first example job



I'm installing condor on single machine:

dell:~# ./condor_configure --install --local-dir=/home/condor \
--install-dir=/usr/local/condor --owner=condor --make-personal-condor

When I trying run first simple example:

/progs/condor-6.6.5-/examples$ condor_submit loop.cmd

submit return error:

ERROR: failed to transfer executable file loop.remote

ShedLog (with ALL_DEBUG = D_ALL) shows, that schedd trying read from closed socked:

6/25 09:38:35 (fd:11) AUTHENTICATE: auth_status == 4 (FS)
6/25 09:38:35 (fd:11) Authentication was a Success.
6/25 09:38:35 (fd:11) Got request #10002
6/25 09:38:35 (fd:11) OwnerCheck retval 1 (success),no ad
6/25 09:38:35 (fd:11) 	NewCluster: trval = 6, errno = 0
6/25 09:38:35 (fd:11) schedd: NewCluster rval 6 errno 0
6/25 09:38:35 (fd:11) Got request #10003
6/25 09:38:35 (fd:11) 	cluster_id = 6
6/25 09:38:35 (fd:11) OwnerCheck retval 1 (success),no ad
6/25 09:38:35 (fd:11) 	rval = 0, errno = 0
6/25 09:38:35 (fd:11) schedd: NewProc rval 0 errno 0
6/25 09:38:35 (fd:11) Got request #10017
6/25 09:38:35 (fd:12) condor_read(): Socket closed when trying to read
                      buffer 
6/25 09:38:35 (fd:12) Failed to receive filesize in ReliSock::get_file 
6/25 09:38:35 (fd:11) Failed to receive file from client in
                      SendSpoolFile. 
6/25 09:38:35 (fd:11) 	rval = -1, errno = 0
6/25 09:38:35 (fd:11) condor_read(): Socket closed when trying to read
                      buffer 
6/25 09:38:35 (fd:11) QMGR Connection closed
6/25 09:38:35 (fd:11) CLOSE <193.59.219.209:1395> fd=10

All other logs are untouched by running submit.

All daemons are running by condor_master executed from root account:

ps aux | grep condor

condor 4304 0.1 1.5 5308 2036 ? Ss 12:03 ./condor_master 
condor 4305 0.0 1.8 5548 2308 ? Ss 12:03 0:00 condor_collector -f
condor 4306 0.0 1.6 5368 2104 ? Ss 12:03 0:00 condor_negotiator -f 
condor 4307 0.1 2.0 6272 2616 ? Ss 12:03 0:04 condor_startd -f 
condor 4308 0.0 1.9 6204 2536 ? Ss 12:03 0:00 condor_schedd -f

I don't know how I can find reason for this problem. Has samebody any
idea?

Andrzej Witkowski