<div dir="ltr">Hello Stefan,<div><br></div><div class="gmail_extra"><div class="gmail_quote">On 1 October 2015 at 20:31, Stefan Kühn <span dir="ltr"><<a href="mailto:kuehn-s@gmx.net" target="_blank">kuehn-s@gmx.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">in the last months cronjob work very well. But since maybe one months it don't work.<br>
<br>
tools.checkpersondata@tools-bastion-01:~$ crontab -l<br>
5,15,25,35,45,55 * * * *  /usr/bin/jsub -N cron-tools.checkpersondata-1 -once -quiet ./run_change.sh<br></blockquote><div><br></div><div>From the error log:</div><div><br></div><div>$ tail cron-tools.checkpersondata-1.err</div><div>[Thu Oct  1 17:25:04 2015] there is a job named 'cron-tools.checkpersondata-1' already active</div><div> </div><div>i.e. cron is working as expected, but for some reason the job is running (while it probably should have finished already?)</div><div><br></div><div>To get the status of jobs, you can use qstat:</div><div><br></div><div><div>$ qstat</div><div>job-ID  prior   name       user         state submit/start at     queue                          slots ja-task-ID</div><div>-----------------------------------------------------------------------------------------------------------------</div><div> 501757 0.44782 lighttpd-c tools.checkp r     08/31/2015 20:58:58 webgrid-lighttpd@tools-webgrid     1</div><div>1809911 0.52856 cron-tools tools.checkp r     08/14/2015 23:45:07 task@tools-exec-1209.eqiad.wmf     1</div></div><div><br></div><div>which shows the job has been running since 14 august, which is consistent with your observation it didn't work for at least a month. This is probably related to technical issues on that day (either the network or the NFS issues).</div><div><br></div><div>The easiest way to solve this is to kill the job, which can be done with</div><div><br></div><div>$ qdel 1809911 </div><div><div>tools.checkpersondata has registered the job 1809911 for deletion<br></div></div><div><br></div><div>I just did this, so things should work as expected again!</div><div><br></div><div>Best regards,</div><div>Merlijn</div></div></div></div>