Cron wacking out

2003-06-17 Thread Mike McGrath
Hi - Right now I have a problem with my crontab. Here is the crontab file. silver-fox# crontab -l # /etc/crontab - root's crontab for FreeBSD # # $FreeBSD: src/etc/crontab,v 1.21.2.3 2000/12/08 10:56:07 obrien Exp $ # SHELL=/bin/sh PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin HOME=/var/log #

Re: Cron wacking out

2003-06-17 Thread Jaime
root: not found Jun 17 00:20:00 silver-fox /usr/sbin/cron[247]: (root) CMD (root^I/usr/libexec/atrun) I'm guessing, but it sounds a lot like cron is trying to execute root as a command. The ^I is probably a control character that go into a file somewhere by accident. You might want

Re: Cron wacking out

2003-06-17 Thread Bill Moran
Mike McGrath wrote: Hi - Right now I have a problem with my crontab. Here is the crontab file. silver-fox# crontab -l # /etc/crontab - root's crontab for FreeBSD # # $FreeBSD: src/etc/crontab,v 1.21.2.3 2000/12/08 10:56:07 obrien Exp $ # SHELL=/bin/sh PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin