dsshoser
09-26-2002, 06:49 PM
I have cron running
mvchannels and noppv run nicely
crontab looks like this
# m h dom mon dow command
20 * * * * /tvbin/mvchannels.tcl -file=/tvbin/channels.dat > /dev/null
30 * * * * /tvbin/noppv.tcl > /dev/null
I thought it might be a good idea to delete the log as it will fill up.
so I added
01 **** rm /var/hack/cron/log
However once the log is removed cron does not seem to be scheduling. Sometimes the TiVo will even reset.
Can this log file be deleted in a way that cron can handle?
Can the cron process be killed?
Perhaps during daily call, kill cron, remove log then start cron?
Or is it not an issue, will cron wrap the log at a certain size?
mvchannels and noppv run nicely
crontab looks like this
# m h dom mon dow command
20 * * * * /tvbin/mvchannels.tcl -file=/tvbin/channels.dat > /dev/null
30 * * * * /tvbin/noppv.tcl > /dev/null
I thought it might be a good idea to delete the log as it will fill up.
so I added
01 **** rm /var/hack/cron/log
However once the log is removed cron does not seem to be scheduling. Sometimes the TiVo will even reset.
Can this log file be deleted in a way that cron can handle?
Can the cron process be killed?
Perhaps during daily call, kill cron, remove log then start cron?
Or is it not an issue, will cron wrap the log at a certain size?