Bug 157176
| Summary: | exim log processor script fails | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Frank Ch. Eigler <fche> |
| Component: | logwatch | Assignee: | 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: | logwatch-7.0-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-01-09 12:27:28 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: | |||
This problem should be fixed in the latest logwatch version (logwatch-6.1.2-1). Could you please try to reproduce this problem with this version. This problem is fixed in the last devel version (since logwatch-7.0-1) |
In logwatch-5.2.2-1.FC3.1 with perl-5.8.5-12.FC3, the .../scripts/services/exim script fails to start due to its odd use of "eval .. require" construct, and thus produces empty log reports. Changing the line eval "require Date::Calc qw(Delta_Days)" or exit 0; to use Date::Calc qw(Delta_Days); makes it work.