Package: debianutils Version: 2.30 Severity: important Marking important as it caused a filesystem to be full by not deleting old data.
$ rm ps1* $ for i in 1 2 3 4 5 6 7 8 9; do savelog -q -l -d -c 5 ps1; sleep 2; done; ls -1 ps1* ps1.20080923160210 ps1.20080923160212 ps1.20080923160214 ps1.20080923160216 ps1.20080923160218 ps1.20080923160220 ps1.20080923160222 ps1.20080923160224 ps1.20080923160226 Without the -d option it works fine: $ rm ps1* $ for i in 1 2 3 4 5 6 7 8 9; do savelog -q -l -c 5 ps1; sleep 2; done; ls -1 ps1* ps1.0 ps1.1 ps1.2 ps1.3 ps1.4 This happens in versions as old as 2.17 of debianutils, and still happens in 2.30. Thanks, Paul Slootman -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (650, 'testing'), (625, 'stable'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.22.15 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages debianutils depends on: ii libc6 2.7-6 GNU C Library: Shared libraries debianutils recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]