Project

General

Profile

action #175989

Updated by tinita 3 months ago

## Observation 

 Date: Wed, 22 Jan 2025 12:55:55 +0100   
 https://monitor.qa.suse.de/d/KToPYLEWz/failed-systemd-services?from=now-24h&to=now 
 ``` 
 2025-01-21 23:59:50 monitor logrotate 
 2025-01-21 23:59:50 openqaw5-xen logrotate 
 2025-01-21 23:59:50 s390zl12 logrotate 
 ``` 

 On monitor: 
 ``` 
 % journalctl -u logrotate --since yesterday 
 Jan 21 14:31:47 monitor systemd[1]: Starting Rotate log files... 
 Jan 21 14:31:51 monitor logrotate[3413]: error: destination /var/log/messages-20250121.xz already exists, skipping rotation 
 Jan 21 14:31:51 monitor logrotate[3413]: error: destination /var/log/zypper.log-20250121.xz already exists, skipping rotation 
 Jan 21 14:31:51 monitor systemd[1]: logrotate.service: Main process exited, code=exited, status=1/FAILURE 
 Jan 21 14:31:51 monitor systemd[1]: logrotate.service: Failed with result 'exit-code'. 
 Jan 21 14:31:51 monitor systemd[1]: Failed to start Rotate log files. 
 Jan 22 00:00:01 monitor systemd[1]: Starting Rotate log files... 
 Jan 22 00:07:49 monitor systemd[1]: logrotate.service: Deactivated successfully. 
 Jan 22 00:07:49 monitor systemd[1]: Finished Rotate log files. 
 Jan 22 00:07:49 monitor systemd[1]: logrotate.service: Consumed 7min 9.545s CPU time. 
 ``` 
 We have a lot of output in zypper.log and messages right now, so we should check why

Back