From: Clifton W. <cl...@sl...> - 2002-06-03 02:23:57
|
On Friday 03 May 2002 03:55, you wrote: > Hey all, I was brave enough to attempt to convert my 2.2.5 slash sites to > the current CVS. Everything seems well so far except that the slashd keeps > quitting with this message: > > Fri May 3 07:51:21 2002 Starting slashd with pid 81566 > Fri May 3 07:51:21 2002 Starting up Slashd (verbosity 2) with pid 81566 > Fri May 3 07:51:22 2002 processed > /usr/local/slash/site/www.jazz-sax.com/tasks; 23 successful Invalid > cronentry '*/15' at /usr/local/lib/perl5/site_perl/5.6.1/Schedule/Cron.pm > line 621. > > Now, I installed all the plugins on this site. Could that be the problem? > The other site slashds are running fine. What do I do to fix this? This is a problem with Schedule::Cron which has yet to be corrected, the thing to do here would be to replace the "*" with the appropriate range for the given field. So if "*/15" is the minute part of the timespec, use "0-59/15" instead. - Cliff |