On Wed, Apr 19, 2006 at 10:58:02AM -0400, Rionel.J Jeudy wrote:
> > Mar 15 10:07:51 Jeud_ionel crond[10635]: crond 2.3.3 dillon, started,
> > log level 8
Looks like it is not vixie cron and some older style one that doesn't
like the shell-like expansions.

Modify the crontab so where you see $BLAH you put the real value:

*/1  * * * *    cd $JFFNMS && $PHP -q consolidate.php >/dev/null 2>&1
becomes
*/1  * * * *    cd /opt/jffnms/engine && /usr/bin/php -q consolidate.php 
>/dev/null 2>&1

 - Craig
-- 
Craig Small      GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
Eye-Net Consulting http://www.enc.com.au/   MIEE         Debian developer
csmall at : enc.com.au                      ieee.org           debian.org


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to