Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] job_queue.log missing
- Date: Tue, 9 Jan 2007 10:58:42 -0500
- From: Junjun Mao <jmao@xxxxxxxxxxxxxxxxx>
- Subject: [Condor-users] job_queue.log missing
Condor (version 6.8.2) is not producing file job_queue.log on my system.
I rely on this file to restart users' jobs in case of system
maintenance.
#grep job_queue /usr/local/condor/log/SchedLog
1/7 13:40:50 (pid:25090) stat(/usr/local/condor/spool/job_queue.log)
failed with errno 2
1/7 13:40:50 (pid:25090) Failed to
copy /usr/local/condor/spool/job_queue.log
to /usr/local/condor/spool/job_queue.log.4.
1/8 13:40:50 (pid:25090) stat(/usr/local/condor/spool/job_queue.log)
failed with errno 2
1/8 13:40:50 (pid:25090) Failed to
copy /usr/local/condor/spool/job_queue.log
to /usr/local/condor/spool/job_queue.log.4.
Schedd was not restarted and jobs were not interrupted at the time
scheduler failed to get job_queue.log file. I searched the whole hard
disk and didn't see file job_queue.log. Variable
MAX_JOB_QUEUE_LOG_ROTATIONS was not defined.
I touched file /usr/local/condor/spool/job_queue.log and changed the
owner of this file to condor. When submitting a new job, this file was
neither updated nor deleted.
Any ideas where I should look up for?
Junjun