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

Re: [condor-users] No Such File Or Directory




I'm assuming there's nothing wrong with access to /home/ivdgl/.globus/.gass_cache from the worker nodes. In that case, it is possible that you have jobs in the Condor queue which were removed by the submitter. Normally, removal of a submitted job gracefully cleans up the entry in the site queue, but there are cases where this does not currently happen.


If you want to remove all jobs that have tried to run more than, say, 50 times, you can do this:

condor_rm -constraint 'JobRunCount > 50'

--Dan

Terrence Martin wrote:

I am getting the following condor error on UCSanDiego. I thought that I might have had a space problem before, but I have plenty of disk space now.

Has anyone ever seen condor spit up this kind of error? I know condor can be a little strange about where it gets its errors from so while it says file not found it could be something completely different.


11/10 21:50:28 ******************************************************
11/10 21:50:28 ** condor_starter (CONDOR_STARTER) STARTING UP
11/10 21:50:28 ** $CondorVersion: 6.5.5 Sep 17 2003 $
11/10 21:50:28 ** $CondorPlatform: INTEL-LINUX-GLIBC22 $
11/10 21:50:28 ** PID = 4083
11/10 21:50:28 ******************************************************
11/10 21:50:28 Using config file: /etc/condor/condor_config
11/10 21:50:28 Using local config files: /net/data1/grid3/condor/hosts/compute-0-1/condor_config.local
11/10 21:50:28 DaemonCore: Command Socket at <10.255.255.253:42087>
11/10 21:50:33 Done setting resource limits
11/10 21:50:33 Starter communicating with condor_shadow <10.1.1.1:34511>
11/10 21:50:33 Submitting machine is "frontend-0-0.ucsd.edu"
11/10 21:50:33 Starting a VANILLA universe job with ID: 374.0
11/10 21:50:33 IWD: /home/ivdgl
11/10 21:50:33 Failed to open standard output file '/home/ivdgl/.globus/.gass_cache/local/md5/bb/7c973a5b77bf8fe4f65409455b3c2e/md5/e0/2cae1093eed9946ab8de6ca6a6d62b/data': No such file or directory (errno 2)
11/10 21:50:33 Output file: /home/ivdgl/.globus/.gass_cache/local/md5/bb/7c973a5b77bf8fe4f65409455b3c2e/md5/e0/2cae1093eed9946ab8de6ca6a6d62b/data


11/10 21:50:33 Failed to open standard error file '/home/ivdgl/.globus/.gass_cache/local/md5/bb/7c973a5b77bf8fe4f65409455b3c2e/md5/3f/7b396389edb007d15a7056b8dc774e/data': No such file or directory (errno 2)
11/10 21:50:33 condor_write(): Socket closed when trying to write buffer
11/10 21:50:33 Buf::write(): condor_write() failed
11/10 21:50:33 ERROR "Assertion ERROR on (result)" at line 784 in file NTsenders.C
11/10 21:50:33 ShutdownFast all jobs.


Thanks for any points

Terrence
UCSD

Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>


Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>