On Mon, 09 Nov 2009 23:30:28 -0500 vr <debian-u...@iotk.net> wrote: > It looks like the stock logs rotate at 6:24 AM my time? This seems like a > strange "time" to do it to me, is this typical? Or is something not set > local correctly my system?
Typical; here's my (stock) '/etc/crontab': ... # m h dom mon dow user command 17 * * * * root cd / && run-parts --report /etc/cron.hourly 25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) 47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly ) 52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly ) # So the /etc/cron.daily stuff, which includes a logrotate invocation, is run at 6:25. > Is doing it at the stroke of midnight an unwise practice? I don't see any reason why it should be. Celejar -- foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator mailmin.sourceforge.net - remote access via secure (OpenPGP) email ssuds.sourceforge.net - A Simple Sudoku Solver and Generator -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org