Kevin -
I'm running Redhat 5.2 on my server and 6.1 at home, and I must admit I
haven't seen this analog.cron either.
This is what I do to run analog daily (or whenever) outside of the
cron.daily,cron.monthly tasks. It's probably a clumsy way of doing it,
but I think I had some problems with putting multiple commands in
cron.daily, so I did it like this.
1) make a small shell script like this:
#!/bin/sh
cd /etc/httpd/analog4.0
./analog -G +gimagesanalog.cfg
(where 'images' refers to the virtual host I'm running for - I have a
different analog.cfg for each.)
This one is called runimagesanalog, with stunning originality. Don't
forget to chmod 755.
2) I created a directory called /etc/cronjobs to put all the shell
scripts in.
3)Edited my crontab like this:
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
10 4 * * * /etc/cronjobs/runanalogimages
12 4 * * * /etc/cronjobs/runanalogcyberscreen
=====================
So that the analog runs twice every day on the two different config
files. I spaced them two minutes apart to give the first one plenty of
time to run.
Anyway, it works for me!
Good Luck
Peter Rose
Londonn UK
>Would someone be willing to send this analog.cron to me? I compiled from the
>source so I don't have this. Currently, my old log analyser is running
>something like this every Sunday:
>
"I don't like your fashion business mister"
- Leonard Cohen / First We Take Manhattan
------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------