Logrotate doesn't run hourly in Ubuntu 13.04

Bug #1249822 reported by Kasper Grubbe
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
logrotate (Ubuntu)
New
Undecided
Unassigned

Bug Description

As per https://answers.launchpad.net/ubuntu/+source/logrotate/+question/238977 I am now creating a bug:

I am currently experiencing some issues with logrotate, and running them hourly. After some investigation I found the following:

/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 )

ls /etc/cron.daily/
logrotate

ls /etc/cron.hourly/
# empty

I think that means the following logrotate will not work:

ls /etc/logrotate.d/nginx
/var/log/nginx/*.log {
  hourly
  # (...)
}

root@wilmut:~# lsb_release -rd
Description: Ubuntu 13.04
Release: 13.04

root@wilmut:~# apt-cache policy logrotate
logrotate:
  Installed: 3.8.3-3ubuntu2
  Candidate: 3.8.3-3ubuntu2
  Version table:
 *** 3.8.3-3ubuntu2 0
        500 http://us.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
        100 /var/lib/dpkg/status

Is there a reason why logrotate is not set to run hourly in Ubuntu?

Revision history for this message
Adrian Bridgett (adrian-bridgett) wrote :

I appreciate that this is an old bug, however it'd be really useful to do (looks like it's as simple as putting the logrotate script in /etc/cron.hourly rather than /etc/cron.daily.

Revision history for this message
Kasper Grubbe (kawsper) wrote : Re: [Bug 1249822] Re: Logrotate doesn't run hourly in Ubuntu 13.04

I've since stopped using Ubuntu, but does this mean that this is still a
problem? Which version of Ubuntu are you running?

--
Kasper Grubbe

Phone: (+45) 42 42 42 74
Skype: kasper.grubbe
Mail: <email address hidden>
Web: http://kaspergrubbe.com

On Tue, Oct 24, 2017 at 10:44 AM, Adrian Bridgett <
<email address hidden>> wrote:

> I appreciate that this is an old bug, however it'd be really useful to
> do (looks like it's as simple as putting the logrotate script in
> /etc/cron.hourly rather than /etc/cron.daily.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1249822
>
> Title:
> Logrotate doesn't run hourly in Ubuntu 13.04
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/logrotate/+bug/
> 1249822/+subscriptions
>

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.