Hans Scheffers wrote:

>Sorry for the late reply, but the program in question is otrs.cleanup
...
> > There is one cronjob, giving me the following output:
> > /bin/sh: CHANGES: command not found
> > 
> > this looks like something is trying to run everything in /opt/OpenTRS

We've experienced this problem as well, and I suspect the problem is a typo
in one of the cron scripts. If you look at var/cron/postmaster.dist from the
1.0.1 (2003-02-14) release, it contains:

  #10 0 * * * * test -e [snip]

If your postmaster script was set up by copying and pasting this line, you
might have perpetuated the typo (as we did). There should be five fields
before the command, but this has six - so the time is set with "10 0 * * *"
and the command is set as "* test -e".

When the cron job fires it tries to execute the contents of the OTRS home
directory, which is what produces the reference to CHANGES (the first file
in the directory).


-dair
__________________________________________________
mailto:[EMAIL PROTECTED]    http://www.zonic.co.uk/

_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Reply via email to