Same issue with /var/log/btmp and same fix: Comment out the entry in
/etc/logrotate.conf

root@sei:/etc# !diff
diff -Naur logrotate.conf.dist logrotate.conf
--- logrotate.conf.dist 2017-08-21 19:38:26.000000000 +0200
+++ logrotate.conf      2021-02-16 02:09:31.665145104 +0100
@@ -19,18 +19,18 @@
 include /etc/logrotate.d
 
 # no packages own wtmp, or btmp -- we'll rotate them here
-/var/log/wtmp {
-    missingok
-    monthly
-    create 0664 root utmp
-    rotate 1
-}
+#/var/log/wtmp {
+#    missingok
+#    monthly
+#    create 0664 root utmp
+#    rotate 1
+#}
 
-/var/log/btmp {
-    missingok
-    monthly
-    create 0660 root utmp
-    rotate 1
-}
+#/var/log/btmp {
+#    missingok
+#    monthly
+#    create 0660 root utmp
+#    rotate 1
+#}
 
 # system-specific logs may be configured here

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1915759

Title:
  error: /etc/logrotate.conf:22 duplicate log entry for /var/log/wtmp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logrotate/+bug/1915759/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to