On Monday 26 March 2001 16:53, you wrote:
Since my upgrade from 6.4 to 7.1 (on 2 systems), a process called kapm-idled takes up 50 to 90% of my CPU (on a PIII - 650).
I've disabled everything that has something to do with apm (in rc.config).
dunno - that *ought* to be sufficient...? man apm tells me it's some power-management daemon. The "k" suggests to me that it's some kind of frontend for apmd in KDE? Since you disabled apmd in rc.config it probably doesn't help much, but there's a bunch of stuff in /etc/rc.config.d/apmd.rc.config that has to do with apmd's behaviour, other than that I suggest you check the BIOS for power-management settings?
How can I stop this process?
Either "System Guard" or looking up the PID via "ps ax", and then "kill <PID>" should do it...
and what is it doing?
Manage power?
Because my systems are up 24/24, 7/7 I'm worried about the CPU being busy all the time.
Well I saw this mentioned somewhere on a Debian mailing-list and AFAIK the actual load on the CPU from this process is much less than reported. I wouldn't worry too much, unless it steals time from the user-processes. I mean it's not like it's going to wear down your CPU...;-) Jon Clausen