[wplug] crontab problems

Tom Rhodes trhodes at FreeBSD.org
Wed Feb 9 22:47:47 EST 2005


On Wed, 9 Feb 2005 15:45:51 -0500
Chris Romano <romano.chris at gmail.com> wrote:

> On Wed, 9 Feb 2005 15:11:42 -0500, Tom Rhodes <trhodes at freebsd.org> wrote:
> > On Wed, 9 Feb 2005 14:47:13 -0500
> > Chris Romano <romano.chris at gmail.com> wrote:
> > 
> > > 1). See previous message
> > >
> > > 2). The script doesn't produce any output.
> > >
> > > 3). All cron files in /var/log/ are empty.
> > 
> > Add -x to the top of your script and run it by hand.
> > 
> 
> Done.  Still no output.

Probably because you're still sending it to /dev/null, I'm not
sure if the -x is supposed to override that or not.  Try removing
those parts from the script.  Remember, they'll send failures
to /dev/null also.

-- 
Tom Rhodes


More information about the wplug mailing list