Subject: | Bug in DiskStats on linux 2.4 |
Hi,
I detect an error in line 856 of Statistics.pm for the DiskStats call.
"Use of uninitialized value in transliteration (tr///) at /home/
hosteurope/bin/Linux-Statistics-1.14/blib/lib/Linux/Statistics.pm line
856, <$fhp>"
wrong line 856: tr/A-Z/a-z/;
have to be: $line =~ tr/A-Z/a-z/;
This error occurs only on 2.4 kernels!
I fix it in 1.15!
Cheers,
Jonny