Bug 140238

Summary: incorect configuration for archive logs
Product: [Fedora] Fedora Reporter: Jim Radford <radford>
Component: logwatchAssignee: Ivana Varekova <varekova>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-06-23 12:01:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
perl -i.orig -pe 's@archiv/@@' conf/logfiles/*.conf none

Description Jim Radford 2004-11-21 17:01:26 UTC
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.

Comment 1 Jim Radford 2004-11-21 17:05:07 UTC
Created attachment 107137 [details]
perl -i.orig -pe 's@archiv/@@' conf/logfiles/*.conf

This patch fixes the problem for me.

Comment 2 Ivana Varekova 2005-06-23 12:01:19 UTC
This problem is fixed in current logwatch version.