From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 'logwatch --print --archives' doesn't search log archives because logwatch is not configured to use the location that Red Hat chooses for log archives. It should open for example "maillog.1" but instead tries to open "archiv/maillog.1" which doesn't exist.
Created attachment 107137 [details] perl -i.orig -pe 's@archiv/@@' conf/logfiles/*.conf This patch fixes the problem for me.
This problem is fixed in current logwatch version.