From: Michael R. <re...@eu...> - 2004-05-28 14:46:50
|
Hi Andreas, >>with kernel 2.6, /proc/stat does not contain a disk_io line anymore. >>Looks like this info has moved to /proc/diskstat. >> > > Ah, yes. I see. This just jumps in my eyes, after i upgraded. > Ive attached the output of the latest cvs. Maybe it is helpful? > It seems that cpu AND disk is broken - or maybe my config? > This is happen after a compile-run on a 2.6 Kernel. Well, you've been bitten by two things: First, the disapperaing infor from /proc/stat from Kernel 2.6, and second the function renaming: cpu() is now called proc_stat::cpu() (because it's a function from the proc_stat plugin). Take a look at the current lcd4linux.conf.sample... I changed the function names, because after 0.10 we will work on 'dynamic plugin loading', therefore the string before the double-colon has to match the plugin name. nevertheless, I've to change some plugins for kernel 2.6. This should be done before 0.10-RC1 bye, Michael -- Michael Reinelt Tel: +43 676 3079941 Geisslergasse 4 Fax: +43 316 692343 A-8045 Graz, Austria e-mail: re...@eu... |