Package: tt-rss
Version: 1.7.8+dfsg-1
Severity: normal

Dear Maintainer,

The logrotate configuration of tt-rss is done such as the log files are
rotated everyday. However daemon is launched once and logs to
/var/log/tt-rss.log file, which is logrotated.
Thus, the log are not split between the different logrotated files and the
logs are no longer written once the compression is done.

I suggest to relaunch the update.php daemon as a postrotate action in
the logrotate configuration.
/var/log/tt-rss.log {
        rotate 7
        daily
        compress
        postrotate
                <kill and restart daemon>
        endscript
        missingok
        notifempty
}

Thanks

-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (500, 'testing'), (400, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.8.6-Dalmat (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tt-rss depends on:
ii  dbconfig-common        1.8.47+nmu1
ii  debconf [debconf-2.0]  1.5.49
ii  libapache2-mod-php5    5.4.4-14
ii  libjs-dojo-core        1.7.2+dfsg-1
ii  libjs-dojo-dijit       1.7.2+dfsg-1
ii  libjs-scriptaculous    1.9.0-2
ii  libphp-phpmailer       5.1-1
ii  libphp-simplepie       1.2.1-3
ii  php-gettext            1.0.11-1
ii  php5                   5.4.4-14
ii  php5-cli               5.4.4-14
ii  php5-mysql             5.4.4-14
ii  phpqrcode              1.1.4-1

Versions of packages tt-rss recommends:
ii  apache2                      2.2.22-13
ii  apache2-mpm-prefork [httpd]  2.2.22-13
ii  php5-gd                      5.4.4-14

Versions of packages tt-rss suggests:
ii  mysql-client                     5.5.30+dfsg-1
ii  mysql-client-5.5 [mysql-client]  5.5.30+dfsg-1
ii  mysql-server                     5.5.30+dfsg-1
pn  php-apc                          <none>
pn  sphinxsearch                     <none>

-- Configuration Files:
/etc/default/tt-rss changed [not included]
/etc/tt-rss/apache.conf changed [not included]
/etc/tt-rss/config.php changed [not included]

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to