Bug 195060

Summary: unknown device warnings logged in /var/log/messages
Product: [Unmaintained] ksysguard Reporter: Tushar Joshi <tusharjoshi>
Component: ksysguarddAssignee: KSysGuard Developers <ksysguard-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: johnflux, squan
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Tushar Joshi 2009-06-03 06:26:24 UTC
Version:            (using KDE 4.2.85)
OS:                Linux
Installed from:    SuSE RPMs

I am running OPENSUSE 11.1 & KDE4.3 (just updated to 4.2.88svn973768-267.1)

For the past few weeks i see following lines in /var/log/messages.

Jun  2 21:08:02 LinuxDskTp ksysguardd[5272]: cannot open config file '/usr/etc/ksysguarddrc'
Jun  2 21:08:04 LinuxDskTp ksysguardd[5272]: Request for unknown device property 'totalio'
Jun  2 21:08:04 LinuxDskTp ksysguardd[5272]: Request for unknown device property 'totalio'
Jun  2 21:08:04 LinuxDskTp ksysguardd[5272]: Request for unknown device property 'totalio'
Jun  2 21:08:04 LinuxDskTp ksysguardd[5272]: Request for unknown device property 'totalio'

The message about file '/usr/etc/ksysguarddrc' shows up only once at time of logon process.
The messages about "unknown device property 'totalio'" shows up in bursts of 25/30 lines, once after logon and then randomly thru out the session.

i have recently installed and configured lm sensors.
Comment 1 Tobias Koenig 2009-06-03 11:03:29 UTC
Hej,

hmm, looks like the packages you are using are build wrong.
The file ksysguarddrc should be located under /etc/ not /usr/etc.
Is there a file under /etc/ ? If yes, just create a symlink

  mkdir /usr/etc
  ln -s /etc/ksysguarddrc /usr/etc/ksysguarddrc

and ksysguardd should work properly again.

Ciao,
Tobias
Comment 2 Tushar Joshi 2009-06-04 02:50:32 UTC
Thanks Tobais,

creating the symlink as you suggested fixed the message on opening ksysguarddrc.
but, i am still seeing messages on unknown devices.

cheers
Tushar
Comment 3 John Tapsell 2009-06-04 03:04:44 UTC
The problem is that it's finding an old version of ksysguardd.  The ksysguardd in the path is not of the version as the ksysguard program running.
Comment 4 squan 2009-06-28 16:49:38 UTC
I'm running openSUSE 11.2 Milestone 2 and experience this burst of messages  about "unknown device property 'totalio'" when doing a CIFS mount on a NAS device.
Comment 5 John Tapsell 2009-06-28 17:59:30 UTC
SVN commit 988769 by johnflux:

Fix bug where "total" was used instead of "totalio"

BUG:195060



 M  +3 -3      diskstats.c  


WebSVN link: http://websvn.kde.org/?view=rev&revision=988769
Comment 6 John Tapsell 2009-06-28 18:15:33 UTC
SVN commit 988774 by johnflux:

Backport of fix to use "totalio" instead of "total"

CCBUG:195060


 M  +3 -3      diskstats.c  


WebSVN link: http://websvn.kde.org/?view=rev&revision=988774