Public bug reported:

Binary package hint: anacron

Traditionally is cron @daily equivalent to  @midnight
If anacron is installed the cron.daily (also weekly and monthly) fragments are 
executed by anacron instead of cron.

If the machine is not rebooted, the invocation of anacron will be done via  
/etc/cron.d/anacron.
Here the invocation time is 07:30.
<code>30 7    * * *   root    test -x /etc/init.d/anacron && 
/usr/sbin/invoke-rc.d anacron start >/dev/null</code>

As one result logrotate  is not run shortly after midnight.

The problem can easily fixed to change the code above to @midnight.
In addition /etc/anacrontab should not add a delay of 5 minutes to the 
cron.daily job.

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 8.10
NonfreeKernelModules: nvidia
Package: anacron 2.3-13.1ubuntu6
ProcEnviron:
 LC_PAPER=de_DE.UTF-8
 SHELL=/bin/bash
 
PATH=/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11/bin:/usr/games:/c42home/username/bin
 LANG=de_DE.UTF-8
 LANGUAGE=de_DE:de:en_GB:en
SourcePackage: anacron
Uname: Linux 2.6.27-14-generic x86_64

** Affects: anacron (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: apport-bug

-- 
anacron breaks @midnight (from cron)
https://bugs.launchpad.net/bugs/347214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to