From owner-freebsd-questions@FreeBSD.ORG Sun Mar 30 16:24:22 2008 Return-Path: Delivered-To: FreeBSD-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21D55106566C for ; Sun, 30 Mar 2008 16:24:22 +0000 (UTC) (envelope-from ejcerejo@optonline.net) Received: from mta4.srv.hcvlny.cv.net (mta4.srv.hcvlny.cv.net [167.206.4.199]) by mx1.freebsd.org (Postfix) with ESMTP id EDE0D8FC17 for ; Sun, 30 Mar 2008 16:24:21 +0000 (UTC) (envelope-from ejcerejo@optonline.net) Received: from localhost (ool-44c03822.dyn.optonline.net [68.192.56.34]) by mta4.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with SMTP id <0JYJ00C1ZXKKLD20@mta4.srv.hcvlny.cv.net> for FreeBSD-questions@FreeBSD.org; Sun, 30 Mar 2008 12:24:21 -0400 (EDT) Date: Sun, 30 Mar 2008 12:24:20 -0400 From: Eduardo Cerejo To: FreeBSD-questions@FreeBSD.org Message-id: <20080330122420.24ec2940.ejcerejo@optonline.net> MIME-version: 1.0 X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Cc: Subject: Hal, policykit, dbus slowed down system after portupgrade 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, 30 Mar 2008 16:24:22 -0000 Hello, Currently running FBSD 7-stable, I had this on my rc.conf to enable dbus and hal: dbus_enable="YES" polkitd_enable="YES" hald_enable="YES" and after updating my ports using portupgrade my x started acting up, another words it just started running very slow, for example if I typed a commnad on a terminal window it takes about 20 seconds for me to see what I typed, moving windows from one side to the other makes them freeze for a while and if they move they maximize and minimize again, strange things. So I suspected that it had to do with these daemons so I disabled them and the system works ok. I wanted enabled though, what can I do to find the real culprid and try to fix it? One thing I can't see anymore is the polkit starting anymore nor when I run the top command, I see hal and dbus but not polkit. I've got policykit-0.7_4 and policykit-gnome-0.7_3 installed right now.