[Kolab-devel] [issue3522] No logrotate for kolab-filter.log and friends

Thomas Arendsen Hein kolab-issues at intevation.de
Wed Apr 1 12:39:49 CEST 2009


New submission from Thomas Arendsen Hein <thomas at intevation.de>:

/kolab/var/kolab-filter/log/filter.log grows fast and is not rotated.

Logrotate was previously handled by /kolab/etc/rc.d/rc.kolabd, but the autoconf
variables were not updated:

%config
    kolabd_enable="$openpkg_rc_def"
    kolabd_log_resmgr_logfile="@resmgr_logfile@"
    kolabd_log_resmgr_owner="kolab-n"
    kolabd_log_resmgr_group="kolab-n"
    kolabd_log_resmgr_prolog="true"
    kolabd_log_resmgr_epilog="true"
    kolabd_log_resmgr_numfiles="10"
    kolabd_log_resmgr_minsize="1M"
    kolabd_log_resmgr_complevel="9"
    kolabd_log_freebusy_logfile="@freebusy_logfile@"
    kolabd_log_freebusy_owner="kolab-n"
    kolabd_log_freebusy_group="kolab-n"
    kolabd_log_freebusy_prolog="true"
    kolabd_log_freebusy_epilog="true"
    kolabd_log_freebusy_numfiles="10"
    kolabd_log_freebusy_minsize="1M"
    kolabd_log_freebusy_complevel="9"
    kolabd_log_fbview_logfile="/kolab/var/resmgr/fbview.log"
    kolabd_log_fbview_owner="kolab-n"
    kolabd_log_fbview_group="kolab-n"
    kolabd_log_fbview_prolog="true"
    kolabd_log_fbview_epilog="true"
    kolabd_log_fbview_numfiles="10"
    kolabd_log_fbview_minsize="1M"
    kolabd_log_fbview_complevel="9"

Seeing kolabd_log_freebusy* I suspect that the same problem exists there, too.

After kolab-filter.log reaches 2GB, no additional lines are added, but it still
works, therefore it only needs to be fixed in HEAD.

----------
assignedto: wrobel
messages: 19382
nosy: martin, thomas, wilde, wrobel
priority: bug
status: unread
title: No logrotate for kolab-filter.log and friends
topic: server
___________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://www.intevation.de/roundup/kolab/issue3522>
___________________________________________________




More information about the devel mailing list