https://bugs.koozali.org/show_bug.cgi?id=8901

Kevin L. Shelton <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #9 from Kevin L. Shelton <[email protected]> ---
(In reply to Jean-Philippe Pialasse from comment #8)
> reopening

Due to a hard disk crash I had to recreate a new copy of our server and restore
the data to it. Since then I've been been getting the following error email
from Anacron:

/etc/cron.daily/logrotate:

error: modDeflate:1 duplicate log entry for /var/log/httpd/deflate_log
error: found error in file modDeflate, skipping

After a person on the forums pointed me to this bug report I created a custom
template for /etc/logrotate.d/modDeflate and entered the following from the
07-14-2019 post modified based on the /etc/logrotate.d/httpd template due to
errors I got when I tried to expand the custom template:

/var/log/httpd/deflate_log \{
  missingok
  daily
  notifempty
  rotate 10
  compress
  copytruncate
\}

This morning I got a new set of error messages from Anacron:

/etc/cron.daily/logrotate:

error: modDeflate:11 duplicate log entry for /var/log/httpd/deflate_log
error: modDeflate:11 lines must begin with a keyword or a filename (possibly in
double quotes)
error: modDeflate:18, unexpected text after }
error: found error in file modDeflate, skipping

The third error is probably due to the linefeed I had after the } in the
template file but overall the custom template just made things worse so I have
removed the custom template from the server as well as the
/etc/logrotate.d/modDeflate file that it created.

Apparently this is some kind of ongoing issue with the mod_deflate contribution
and I thought I'd better let someone know that it apparently still exists.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to