<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
Greg,<br>
<br>
Thanks for the point in the right direction.  I totally forgot about
the ENV variables.  That will probably take care of it and it explains
why the script didn't run.  I wish I could have seen the error message
about not being about to find the perl modules.  I would have
recognized it.<br>
<div class="moz-signature"><span
 style="font-size: 12px; font-family: Arial;">
<p>Cheers,</p>
<p>Christopher Curry<br>
Assistant Technical Librarian / Assistant IT Officer</p>
<p>American Philosophical Society<br>
105 South Fifth Street<br>
Philadelphia, PA 19106-3386<br>
Tel. (215) 599-4299</p>
<p><a href="mailto:ccurry@amphilsoc.org">ccurry@amphilsoc.org</a></p>
Main Library number: (215)440-3400<br>
APS website: <a href="http://www.amphilsoc.org">http://www.amphilsoc.org</a>
<p><br>
</p>
</span>
</div>
<br>
On 05/19/2010 12:15 PM, Greg Barniskis wrote:
<blockquote cite="mid:4BF40E9B.6040308@scls.lib.wi.us" type="cite">On
5/19/2010 10:34 AM, Christopher Curry wrote:
  <br>
...
  <br>
  <blockquote type="cite">Here is my crontab:
    <br>
    <br>
"0 3 * * 2-6 perl
    <br>
/usr/local/src/kohaclone/misc/cronjobs/cleanup_database.pl -v
--sessions
    <br>
--zebraqueue 10 &gt;&gt;/var/log/koha/cleanup_database.log"
    <br>
  </blockquote>
...
  <br>
  <blockquote type="cite"><br>
Any obvious issues with my configuration? Any ideas how I can make this
    <br>
work?
    <br>
  </blockquote>
  <br>
Your crontab example doesn't show you setting the environmental
variables that may be needed (PERL5LIB and KOHA_CONF). See the examples
from the web page below and modify the paths as needed for your system.
You likely have these variables specified for your shell (so running
the same command from the shell works), but cron needs these values
too.
  <br>
  <br>
<a class="moz-txt-link-freetext" href="http://wiki.koha.org/doku.php?id=en:development:cronjobs">http://wiki.koha.org/doku.php?id=en:development:cronjobs</a>
  <br>
  <br>
Also, this may not apply to your OS, but whenever I have cron issues on
FreeBSD, ensuring that absolute paths are specified can help. So I'd
personally use "/usr/bin/perl" as the command, not just "perl", or even
skip that entirely and let the system figure it out from the specified
script's #! line (again, YMMV with OS flavor).
  <br>
  <br>
</blockquote>
</body>
</html>