Package: tiobench Version: 0.3.3-4 Severity: minor
the descriptions of the columns in tiobench's output are gone, it looked like this: http://nerdbynature.de/bench/prinz/2.6.0-test5/prinz-2.6.0-test5-xfs.txt now it looks like this: http://nerdbynature.de/bench/prinz/2.6.6/prinz-2.6.6-xfs.txt i've noticed the error only now, but the resultfile from above is from 06/2004 and so the bug is somewhat old. luckily the maintainer of tiobench is always online and so (after blaming perl of course) we managed to find a fix for this behaviour: --- /usr/bin/tiobench 2004-04-25 15:39:51.000000000 +0200 +++ /home/evil/tiobench 2005-02-28 00:40:31.000000000 +0100 @@ -197,7 +197,7 @@ $report{'RAND_WRITES'} = "Random Writes"; foreach my $title ('SEQ_READS', 'RAND_READS', 'SEQ_WRITES', 'RAND_WRITES') { - $-=0; $~="$title"; $^L=''; # reporting variables + $-=0; $~="$title"; $^='SEQ_READS_TOP'; $^L=''; # reporting variables print "\n$report{$title}\n"; foreach $size (@sizes) { foreach $block (@blocks) { (applies with -p0) thanks, Christian. -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (990, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.11-rc2-bk10 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages tiobench depends on: ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an ii perl [perl5] 5.8.4-6 Larry Wall's Practical Extraction -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

