From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#34788: Trouble starting GNOME -- fails to activate "org.freedesktop.PolicyKit1" Date: Fri, 08 Mar 2019 23:24:28 +0100 Message-ID: <87mum5c8df.fsf@gnu.org> References: <20190308202857.1e23f595@scratchpost.org> <20190308212619.3e5008f1@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:37159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h2NvK-0005op-R8 for bug-guix@gnu.org; Fri, 08 Mar 2019 17:25:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h2NvK-000422-6s for bug-guix@gnu.org; Fri, 08 Mar 2019 17:25:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:51485) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h2NvK-00041x-20 for bug-guix@gnu.org; Fri, 08 Mar 2019 17:25:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h2NvJ-0008U7-TB for bug-guix@gnu.org; Fri, 08 Mar 2019 17:25:01 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: (Jack Hill's message of "Fri, 8 Mar 2019 16:26:20 -0500 (EST)") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Jack Hill Cc: 34788-done@debbugs.gnu.org Hello! There were two issues: 1. /var/empty would be 700 and owned by one of the accounts that uses it as its home directories. Consequently, polkitd would fail to chdir to it, and thus fail to start. 2. /var/run/dbus would be 700 as well, but the problem is that it contains the daemon=E2=80=99s socket, so D-Bus client would no longer = be able to connect to it. Both are fixed with commit d429878daf3e3eb21660ed80934b1d4b0603f6e1. Sorry for the breakage! Thanks, Ludo=E2=80=99.