Your message dated Wed, 22 Aug 2018 15:31:50 +0200
with message-id
<CAJ2a_DcsPVp4v=bpAXwP3eTDM8GpbjMJV=LJghjQLdMWrL=n...@mail.gmail.com>
and subject line logrotate.conf defaults for wtmp file
has caused the Debian Bug report #774701,
regarding logrotate.conf defaults for wtmp file
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
774701: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774701
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: logrotate
Version: 3.7.8-6
Hello debian,
I've found that logrotate defaults for wtmp file look like this:
/var/log/wtmp {
missingok
monthly
create 0664 root utmp
rotate 1
}
Please change it .. rotate 1 for wtmp is in my opinion "criminal" -
and don't take it wrong. Sane setup should be something like size 1M
or whatever else. Just check how others do it (elX, suse, gentoo,
solaris, whoever ..)
regards, daniel
--- End Message ---
--- Begin Message ---
/etc/logrotate.d/wtmp contains nowadays:
...
minsize 1M
...
--- End Message ---