From owner-freebsd-questions@FreeBSD.ORG Sun Sep 2 15:57:19 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4688816A417 for ; Sun, 2 Sep 2007 15:57:19 +0000 (UTC) (envelope-from cdubfx@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id E926413C45B for ; Sun, 2 Sep 2007 15:57:18 +0000 (UTC) (envelope-from cdubfx@gmail.com) Received: by nf-out-0910.google.com with SMTP id k4so995206nfd for ; Sun, 02 Sep 2007 08:57:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=hZeOfXHox1PRHZblcs/9UBJdHr4psjbxv0RDFzge5D4QvVy3dfOZga1t64aYf258I1xgA6ez4WE1YWhzdfjL6b1g1ToINchZ5l5NkJzKtMe9VZy9Z22BSqm8MIaYnF1v/HJQh1UpaopXG49p7lYfN0LEBawvicaEjLvHupEkbtQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=qAKHD0pD7wvkfukSVjazZj/53HUhsjDc08SM6dlUJjwn+ZmC/AWrJq+NXIvnIbCTyR5MdD5ezaHM1t78EradL+XOecIw4fbMG8lp80Xuk1EBQFNL2xtnzHbvrAxruz5+MsbZRWvxSM80tqzA5SAFB0hZocWS8C2lYODTY0F/1Q4= Received: by 10.86.58.3 with SMTP id g3mr2620243fga.1188747108911; Sun, 02 Sep 2007 08:31:48 -0700 (PDT) Received: by 10.86.99.18 with HTTP; Sun, 2 Sep 2007 08:31:48 -0700 (PDT) Message-ID: <72d64df10709020831q7a4276c0l68f61027d2afbba0@mail.gmail.com> Date: Sun, 2 Sep 2007 11:31:48 -0400 From: Charlie To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: xfce4 and 6.2: dbus-daemon is using 100% cpu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2007 15:57:19 -0000 Hi everyone, I'm running 6.2-RELEASE on two systems (a Pentium 4 and a dual Athlon), and whenever I log into Xfce4, I notice that a process called "dbus-daemon" is invoked and eats up 100% of the CPU when no other processes are running. If another process is running, dbus-daemon only hogs about 50% of the CPU, but this is still frustrating. If, for example, I am compiling a port, dbus-daemon takes about 50% of my CPU time, leaving only half the processor's time for compiling. I am fairly new to xfce, and googling the issue hasn't helped me out. Any ideas? How can I fix dbus so it doesn't use so much CPU, or how can I disable it completely? I know it is used for inter-application communication, but I'm not entirely sure I need it (I don't see any adverse effects when I kill it manually). I don't see anything unusual in /var/log/messages, nor any errors in ~/.xsession-errors. Thanks for the help, Charlie