[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] webalizer and cron
- Subject: [cobalt-users] webalizer and cron
- From: "Sean Chester" <seanc@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu Dec 7 07:58:20 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
since i'v been messing with my webalizer script and my cron job, it appears
the cron isnt running webalizer each night.
-rw-r--r-- 1 root root 90 Dec 7 15:37 webalizer
- This is my crond.d script
# just run webalizer.pl each day at 4.12 am
12 4 * * * nobody /usr/local/bin/webalizer.pl
does this all look ok? i dont know why its not been running since i changed
'nobody' from 'root'
any ideas?