[SOLVED] Degraded systemctl status due to logrotate - am I correct in doing this?

HDTVGeek

New Member
Jul 9, 2026
1
0
1
The /etc/logrotate.conf file includes the /etc/logrotate.d directory which has the btmp and wtmp config files. The entries for these were also duplicated in the /etc/logrotate.conf, causing an error on this service being started and resulting in a degraded systemctl status.

Fixed by commenting out the entries for btmp and wtmp in the /etc/logrotate.conf file. I'm hoping what I have done is correct. Please let me know. Thanks.