From: thib Date: Sun, 14 Oct 2007 15:07:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver3_0_4~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac2501686f203b1d610ba33f8e8f08eabefcaba8;p=fcron *** empty log message *** --- diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index ff8c734..2deca68 100644 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@ -8,7 +8,7 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + Changes @@ -22,7 +22,13 @@ A copy of the license is included in gfdl.sgml. Bug fix: in certain conditions, jobs could be executed outside their interval of execution when using option random on %-lines. - + Fixed bug which prevented the pid of the job to be written to the (grand-)parent process. This was not a major issue but would prevent fcrondyn from working well with the concerned jobs. This bug was caused by a close() function applied twice on a file descriptor, which would trigger the bug in some rare occasions (only one affected linux system reported). + + + Fixed bug which would stop fcron from running any job any more on the affected system and until fcron was restarted if the bug above occured. + + + Cleaned-up the closures of file descriptors (check for errors, etc). diff --git a/doc/en/todo.sgml b/doc/en/todo.sgml index d2faf9c..f6645d3 100644 --- a/doc/en/todo.sgml +++ b/doc/en/todo.sgml @@ -8,7 +8,7 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + Todo @@ -38,6 +38,9 @@ A copy of the license is included in gfdl.sgml. Low priority + + add an option to email the job output only if its exit code is non zero (error) + add logging to a file (instead of syslog) with configuration in fcron.conf