Re: Cron job not cooperating

2007-06-07 Thread Martin Schulze
Tom Scrape wrote: > Is there a location (eg. log file) where run-parts activity can be found? Or > is > it rather just hit-and-miss debugging when trying to figure out a problem? Output is normally not generated. It's only generated in case of an error. Since it is executed by cron (<== /etc

RE: Cron job not cooperating

2007-06-07 Thread Tom Scrape
> -Original Message- > Sent: Thursday, June 07, 2007 1:32 AM > > Tom Scrape wrote: > > Cron.log shows nothing: > > [EMAIL PROTECTED]:/var/log# cat cron.log |grep pflogsumm > > [EMAIL PROTECTED]:/var/log# > > Err... > > The program is not executed by cron but by run-parts (which is > exec

Re: Cron job not cooperating

2007-06-06 Thread Joey Schulze
Tom Scrape wrote: > My /etc/cron.daily contains the problem file: > [EMAIL PROTECTED]:/etc/cron.daily# ll pflogsumm-daily.cron > -rwxr-xr-x 1 root root 354 2007-06-06 08:49 pflogsumm-daily.cron > Cron.log shows nothing: > [EMAIL PROTECTED]:/var/log# cat cron.log |grep pflogsumm > [EMAIL PROTECTED]

RE: Cron job not cooperating

2007-06-06 Thread Tom Scrape
> -Original Message- > Sent: Wednesday, June 06, 2007 10:40 AM > > On Wed, 6 Jun 2007, Tom Scrape wrote: > > > I have a cron job that's not running when I think it should > > be... that is, it's not running at all. > > > > My /etc/cron.daily contains the problem file: > > [EMAIL PROTECTED

Re: Cron job not cooperating

2007-06-06 Thread Jeff D
On Wed, 6 Jun 2007, Tom Scrape wrote: I have a cron job that's not running when I think it should be... that is, it's not running at all. My /etc/cron.daily contains the problem file: [EMAIL PROTECTED]:/etc/cron.daily# ll pflogsumm-daily.cron -rwxr-xr-x 1 root root 354 2007-06-06 08:49 pflogsum

Cron job not cooperating

2007-06-06 Thread Tom Scrape
I have a cron job that's not running when I think it should be... that is, it's not running at all. My /etc/cron.daily contains the problem file: [EMAIL PROTECTED]:/etc/cron.daily# ll pflogsumm-daily.cron -rwxr-xr-x 1 root root 354 2007-06-06 08:49 pflogsumm-daily.cron This file contains: [EMAIL