Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Mandriva Linux Help > KDE mountwatcher - Problem app?

Forgot Password?
 Mandriva Linux Help   For help and discussion about Mandriva (formally Mandrake) Linux.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 02-04-2005   #1 (permalink)
Linux Guru
 
fingal's Avatar
 
Join Date: Jul 2003
Location: Birmingham - UK
Posts: 1,539
KDE mountwatcher - Problem app?

Hello there,

I've managed to pin down a small problem with Mandrake 10.1 Official release - thought I'd share this with you.

I've noticed over the past month or so that something was slowing down my system. I installed 'Runaway process catcher' applet (it just sits on your kicker as a 'smiley' icon)

Noticed that the application kded is the problem. This seems to be (or be
associated with) kde mountwatcher. I did a Ctrl+Esc. and saw that it was using 80-83 percent of user resources and 17% of total system resources.
That's more than X is using!

I've tried re-nicing the process - not sure if this has really helped. Sometimes Konqueror will crash or Unreal Tournament 2004 will slow down a lot. I'm convinced this is the reason. If I kill the process, the system complains, but things mysteriously start working as expected. Thanks for reading
__________________
I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
fingal is offline  


Reply With Quote
Old 02-18-2005   #2 (permalink)
Just Joined!
 
Join Date: Feb 2005
Location: India
Posts: 1
Re: KDE mountwatcher - Problem app?

Sorry, no solution from me. Just the same problem.
I am new to linux(for that matter any *x) and have no clue how to debug. But it is a very frustrating problem (I don't know how fingal finds it small For now, I am also resorting to killing the kded, but the system complains somethings and I fear something may break somewhere.
In any case, if anybody has a solution, please post.
TIA
kvm75 is offline   Reply With Quote
Old 02-18-2005   #3 (permalink)
Linux Guru
 
Join Date: Mar 2003
Location: Wisconsin
Posts: 1,904
Send a message via Yahoo to jeremy1701
Submit a bug report to Mandrake.

Jeremy
__________________
Registered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
jeremy1701 is offline   Reply With Quote
Old 02-21-2005   #4 (permalink)
Linux Guru
 
fingal's Avatar
 
Join Date: Jul 2003
Location: Birmingham - UK
Posts: 1,539
Hi,

Pleased to see that someone has already logged this as a bug on the Mandrake site. There's a lot of discussion about it and they posted a kludge/workaround as a temp solution. They said:

As a temporary workaround, you can start this "watchdog" script in your .xsession file in the background:

#! /bin/sh

while true; do
load=`ps -C kded -o pcpu=`

# we are doing lexicographic comparison
# intentionally, it is not a bug
# It is a neat trick how to get around
# problems when $load is empty (no process running)
# and with ps returning floating point numbers (-gt takes only integers)
if [[ $load > "3.0" ]]; then
#echo "We have a cpu hog, restarting it."
killall kded
kdeinit kded &> /dev/null &
#echo "Pausing before resuming watch."
sleep 10
#echo "Resuming."
fi
sleep 10
done

As for me, I'll live with it for a while :o
__________________
I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
fingal is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 09:05 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2