From owner-freebsd-gnome@FreeBSD.ORG Fri Aug 10 07:20:32 2012 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E824106564A for ; Fri, 10 Aug 2012 07:20:32 +0000 (UTC) (envelope-from takawata@init-main.com) Received: from sana.init-main.com (unknown [IPv6:2001:240:28::1]) by mx1.freebsd.org (Postfix) with ESMTP id 119318FC0A for ; Fri, 10 Aug 2012 07:20:31 +0000 (UTC) Received: from ns.init-main.com (localhost [127.0.0.1]) by sana.init-main.com (8.14.3/8.14.3) with ESMTP id q7A7HqWv058064 for ; Fri, 10 Aug 2012 16:17:52 +0900 (JST) (envelope-from takawata@ns.init-main.com) Message-Id: <201208100717.q7A7HqWv058064@sana.init-main.com> To: freebsd-gnome@freebsd.org Date: Fri, 10 Aug 2012 16:17:52 +0900 From: Takanori Watanabe Subject: Problem (probably) related to policykit. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2012 07:20:32 -0000 Hi, I am new to gnome desktop environment. I have problem about gnome environment on FreeBSD-10CURRENT amd64. The problem is that it takes considerably long time to be able to oparate, and some gnome-aware application, like gnome-terminal, will not came up from system menu. With some investigation, I found * upowerd and packagekitd abort . * consolekitd blocks, killing consolekit will starts the pending applications previously ordered to start. And both phenomenon is related to polkitd. consolekit says "polkit_authority_check_authorization: assertion POLKIT_IS_AUTHORITY failed" and upowerd dies with "Error initializing authority: Error calling StartServiceByName for org.freedesktop.PolicyKit1: Timeout was reached" What should I do next?