php5-fpm package does not include a logrotate file

Bug #706945 reported by Mark Alan
This bug report is a duplicate of:  Bug #1190154: php5-fpm does not rotate logs. Edit Remove
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
php5 (Ubuntu)
New
Low
Unassigned

Bug Description

Binary package hint: php5-fpm

php5-fpm package should include a logrotate file.

For instance:
cat /etc/logrotate.d/php5-fpm
/var/log/php5-fpm.log {
  weekly
  rotate 10
  create 600 root root
  size 64k
  compress
  notifempty
  postrotate
    [ -f /var/run/php5-fpm.pid ] && /bin/kill -USR1 $(cat /var/run/php5-fpm.pid)
    endscript
}

Dave Walker (davewalker)
Changed in php5 (Ubuntu):
status: New → Incomplete
status: Incomplete → Confirmed
importance: Undecided → Low
Revision history for this message
Chuck Short (zulcss) wrote :

php5-fpm has been removed from upstream so im closing this bug.

Changed in php5 (Ubuntu):
status: Confirmed → Won't Fix
Revision history for this message
Mark Alan (malan) wrote :

> php5-fpm has been removed from upstream so im closing this bug.

Do you know why?
Has it any security risk?

Revision history for this message
Ondřej Surý (ondrej) wrote :

> php5-fpm has been removed from upstream so im closing this bug.

Upstream svn doesn't agree with you.

Revision history for this message
Robie Basak (racb) wrote :

This has since been fixed.

Changed in php5 (Ubuntu):
status: Won't Fix → New
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.