Package: ntop
Version: 2:3.0-5
Severity: normal
Tags: patch
Ntop has not rotated its logfiles for more than 9 months. After modifying
/etc/logrotate.d/ntop
(see patch) it rotated without a problem.
-- System Information:
Debian Release: 3.1
Architecture: i386 (i586)
Kernel: Linux 2.4.27
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages ntop depends on:
ii debconf 1.4.30.13 Debian configuration management sy
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii libfreetype6 2.1.7-2.4 FreeType 2 font engine, shared lib
ii libgd2-xpm 2.0.33-1.1 GD Graphics Library version 2
ii libgdbm3 1.8.3-2 GNU dbm database routines (runtime
ii libjpeg62 6b-10 The Independent JPEG Group's JPEG
ii libpcap0.7 0.7.2-7 System interface for user-level pa
ii libpng12-0 1.2.8rel-1 PNG library - runtime
ii libssl0.9.7 0.9.7e-3sarge1 SSL shared libraries
ii zlib1g 1:1.2.2-4.sarge.2 compression library - runtime
-- debconf information:
* ntop/user: ntop
* ntop/createuser: true
* ntop/interfaces: eth0,eth1,eth2,eth3
ntop/usernotice:
* ntop/getopt: -E
* ntop/trace: 2
* ntop/mode: false
* ntop/port: 3000
* ntop/save: 0
*** ntop.orig Sun Jan 30 22:53:53 2005
--- ntop Sat Mar 18 03:42:51 2006
***************
*** 1,4 ****
! /var/log/ntop {
weekly
missingok
rotate 4
--- 1,4 ----
! /var/log/ntop/*.log {
weekly
missingok
rotate 4
***************
*** 6,10 ****
copytruncate
compress
notifempty
! create 640 root adm
}
--- 6,10 ----
copytruncate
compress
notifempty
! create 600 ntop ntop
}