From owner-freebsd-questions@FreeBSD.ORG Wed Feb 18 09:37:14 2009 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 81D50106564A for ; Wed, 18 Feb 2009 09:37:14 +0000 (UTC) (envelope-from invalid.pointer@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.190]) by mx1.freebsd.org (Postfix) with ESMTP id 1EBFD8FC1A for ; Wed, 18 Feb 2009 09:37:13 +0000 (UTC) (envelope-from invalid.pointer@gmail.com) Received: by ti-out-0910.google.com with SMTP id a1so2039840tib.3 for ; Wed, 18 Feb 2009 01:37:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=96xF0FQ3DPsbSRVqLYBGFwqLPHovtHYXP8LmaopnIiM=; b=CXfEMIDxX0QPe6yakkx4YKx3FcQpGyhK8Uz/2wcMS9OiyS2TyIK5gS1gvMcZ8ZCQdl H7l1kGWLETM2gffs4xwuyCSuTwuQDbeIFOIrLI6XWwLOTiow3JwotZaJG7cF6TSXbvpJ +kb2WW8GXJu5XLaVM+A24pTGU6YH9coY+m840= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=Hfd/iu7TFMdmCXmLAQz9WNc6jc8e44SFinI0psIU/UT/VqY+jRi5/46x7LKuOkuS4A 23WxdYRkdQxnHg+z4Z94KKFeHomWqxYRikYHCVD9RLD7mrplyPOwLW6Vf/MWU/RfzBPA n1hST9pR7u3jY08wS6hbXKDHUltJd2JIHljxE= Received: by 10.110.40.8 with SMTP id n8mr11684968tin.41.1234949833255; Wed, 18 Feb 2009 01:37:13 -0800 (PST) Received: from ?210.214.1.253? (static-210-214-1-253.maa.sify.net [210.214.1.253]) by mx.google.com with ESMTPS id j5sm164555tid.21.2009.02.18.01.37.09 (version=SSLv3 cipher=RC4-MD5); Wed, 18 Feb 2009 01:37:12 -0800 (PST) Message-ID: <499BD711.2030908@gmail.com> Date: Wed, 18 Feb 2009 15:08:25 +0530 From: manish jain User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: console-kit-daemon errors 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: Wed, 18 Feb 2009 09:37:14 -0000 Hi, Please ignore my previous message "Problem with dbus and hald on FreeBSD-7.1". I added dbus_enable=YES and hald_enable=YES in /etc/rc.conf. This solved the earlier problems, giving way to a new one. Now I am getting the following problem when I try to start gnome : console-kit-daemon[1085]: GLib-CRITICAL: g_hash_table_lookup: assertion `hash_table != NULL' failed console-kit-daemon[1085]: GLib-CRITICAL: g_hash_table_destroy: assertion `hash_table != NULL' failed The message keeps getting repeatedly. Gnome gets stuck during startup while displaying item 2 (The Panel) on the startup-logo splash screen for nearly 5 minutes. Does anyone know how to get around this ? Thanks in advance for any help. Manish Jain invalid.pointer@gmail.com