Codebase list atop / 6a516cd
use nocompress in logrotate files, workaround for logrotate < 3.11 Closes: 851138 Thanks: Yuri D'Elia Marc Haber 7 years ago
2 changed file(s) with 18 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 atop (2.2.6-3) unstable; urgency=medium
1
2 atop does some really weird things with logrotate, which cause
3 undocumented behavior in logrotate versions < 3.11. As Debian stretch
4 has 3.11, this should not be an issue when updating between stable
5 versions.
6
7 If you have been using unstable or testing, and you get weird
8 messages from logrotate, it might be worth looking in /var/log/atop
9 for weird log files, and removing all dummy_* files other than
10 dummy_after and dummy_before.
11
12 -- Marc Haber <mh+debian-packages@zugschlus.de> Wed, 18 Jan 2017 19:39:45 +0100
13
014 atop (2.2.6-2) unstable; urgency=medium
115
216 PID file /run/atopacctd.pid not readable (yet?) after start
33 Last-Update: 2016-08-11
44 --- a/psaccs_atop
55 +++ b/psaccs_atop
6 @@ -3,6 +3,7 @@
6 @@ -3,6 +3,8 @@
77 missingok
88 daily
99 rotate 0
1010 + nomail
11 + nocompress
1112 ifempty
1213 create 0600 root root
1314 postrotate
1415 --- a/psaccu_atop
1516 +++ b/psaccu_atop
16 @@ -3,6 +3,7 @@
17 @@ -3,6 +3,8 @@
1718 missingok
1819 daily
1920 rotate 0
2021 + nomail
22 + nocompress
2123 ifempty
2224 create 0600 root root
2325 postrotate