Re: cron not running

2007-01-01 Thread Annelise Anderson
On Thu, 28 Dec 2006, steve wrote: It has been a long time since I've had to post for help, so forgive me if this question is misplaced or stupid. I have a freebsd server running at home now for years with no problems. Over the years it has been rebooted a few times either on purpose or do to

Re: cron not running

2006-12-28 Thread James Riendeau
] On Dec 28, 2006, at 3:33 PM, [EMAIL PROTECTED] wrote: Date: Thu, 28 Dec 2006 09:07:23 -0600 From: Derek Ragona <[EMAIL PROTECTED]> Subject: Re: cron not running To: "steve" <[EMAIL PROTECTED]>, "freebsd-questions@freebsd.org" Message-ID: <[E

Re: cron not running

2006-12-28 Thread Roger Olofsson
Hello, Make sure to use full path in the cron command file, like so: /usr/sbin/ntpdate time.server.anywhere Derek Ragona skrev: Check the clock. Often older systems have dead batteries so the clock is so far out of whack cron jobs don't run. -Derek At 08:18 AM 12/28/2006, steve

Re: cron not running

2006-12-28 Thread Derek Ragona
Check the clock. Often older systems have dead batteries so the clock is so far out of whack cron jobs don't run. -Derek At 08:18 AM 12/28/2006, steve wrote: It has been a long time since I've had to post for help, so forgive me if this question is misplaced or stupid. I have a free

Re: cron not running job

2004-12-20 Thread Tom Vilot
> I'm having problems getting my freshly update FreeBSD 5.3 system to run > my cron jobs. Logged in as root, I enter the job in root's crontab with > the following command > > crontab -e > > I enter the job in the following format: > > 05 10 * * * /root/cronjobs/cv

Re: cron not running job

2004-12-14 Thread Kirk Strauser
On Tuesday 14 December 2004 12:20, Andy Clements wrote: > Did I forget some small tid-bit that needs to change for this to work? Cron requires a newline at the end of the file. I'll bet that your crontab ends with "cvs-sup.sh" and not "cvs-sup.sh". -- Kirk Strauser pgpBCUQtL0uV4.pgp Descript

Re: cron not running job

2004-12-14 Thread Andy Clements
Andy Clements wrote: Hello All, I'm having problems getting my freshly update FreeBSD 5.3 system to run my cron jobs. Logged in as root, I enter the job in root's crontab with the following command crontab -e I enter the job in the following format: 05 10 * * * /root

Re: cron not running my command?

2004-09-20 Thread Günther Dippe
'My' webalizer is in /usr/local/bin/ but then I use FBSD 5.1. Try with specifying where you have the configuration file ( -c path-to-config-file-and-filename). Eg. /usr/local/bin/webalizer -c /usr/local/www/conf/webalizer.conf I use it in a shell script and it works fine. _

Re: cron not running my command?

2004-09-20 Thread Bill Moran
Bob Ababurko <[EMAIL PROTECTED]> wrote: > Hey there- > >I am running FreeBSD 5.2.1 and I have a cron job running > webalizer. The cron job seems to be running based on the log, but the data > is not being updated in the directory. I do believe that I can say that > the webalizer is confi