On 15/05/13 16:43, Alexander Mansurov wrote: > If I run htop, the two most CPU consuming processes are dbus-daemon > and udisks.
dbus-daemon transports messages. If it's using a lot of CPU time, it is likely to be a bug in whatever process is causing those messages. According to the clock_gettime() calls, your strace log took less than 0.2 seconds to record. During that time, two separate instances of "/usr/lib/gvfs/gvfs-gdu-volume-mo" connected to the system bus and communicated with what looks like udisks. Please check whether gvfs-gdu-volume-monitor is crashing and restarting repeatedly, and whether udisks is misbehaving. I suspect that the high CPU usage from dbus-daemon is a side-effect of something wrong with one of those packages. S -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org