| Summary: | unknown device warnings logged in /var/log/messages | ||
|---|---|---|---|
| Product: | [Unmaintained] ksysguard | Reporter: | Tushar Joshi <tusharjoshi> |
| Component: | ksysguardd | Assignee: | 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
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 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 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. 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. 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 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 |