On Mon, 29 Jul 2002, Kevin Plested wrote: > > With this one, I get e-mailed the settings. It shows the 'alternative' > config file as the > full path that I have put in the cron. > > 37 23 * * * /usr/local/bin/virtual /usr/local/analog/analog +O- +a -G > +g/usr/local/analog/analogditr.cfg| /usr/bin/mail -s "Weekly Diamond Stats" > [EMAIL PROTECTED] > > The cron result tells me 'Null message body; hope that's ok' and sends me > another > message, which should contain the result of analog, that is COMPLETELY > blank. >
The configuration file analogditr.cfg specified an OUTFILE that overrode +O-, so no output got to stdout. If you want command line arguments to override the configuration file, you have to put them after the +g. PS This would have been easier for you to diagnose if you hadn't tried to set everything up at once! First get analog to work on its own, or analog|less or something, then analog|mail, then cron it. -- Stephen Turner, Cambridge, UK http://homepage.ntlworld.com/adelie/stephen/ "This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC, 2/Jul/01 +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
