<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
I happened to catch this in my mail. Looks like a bug (do I file a bugzilla and/or win a prize? :p).<BR> <BR>#tail /var/spool/mail/root<br>Message-Id: <<a href="mailto:201205192145.q4JLj5Pb003812@oVirtManager">201205192145.q4JLj5Pb003812@oVirtManager</a>><br>From: Anacron <<a href="mailto:root@oVirtManager">root@oVirtManager</a>><br>To: <a href="mailto:root@oVirtManager">root@oVirtManager</a><br>Content-Type: text/plain; charset="ANSI_X3.4-1968"<br>Subject: Anacron job 'cron.daily' on oVirtManager<BR>/etc/cron.daily/ovirt-cron:<BR>/etc/cron.daily/ovirt-cron: line 4: /usr/share/ovirt/scripts/ovirtlogrot.sh: No such file or directory<BR> <BR>Looking at the file:<BR># cat /etc/cron.daily/ovirt-cron<br>#!/bin/sh<BR>#compress log4j log files, delete old ones<br>/usr/share/ovirt/scripts/ovirtlogrot.sh /var/log/ovirt-engine 480 > /dev/null<BR>EXITVALUE=$?<br>if [ $EXITVALUE != 0 ]; then<br> /usr/bin/logger -t rhevm "ALERT exited abnormally with [$EXITVALUE]"<br>fi<br>exit $EXITVALUE<br><BR> <BR>We can see that it is looking for /usr/share/ovirt/scripts/ovirtlogrot.sh . However, that file is located at /usr/share/ovirt<strong>-engine</strong>/scripts/ovirtlogrot.sh<BR>                                            </div></body>
</html>