From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 18E26138772 for ; Wed, 30 Jan 2013 17:36:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71E63E05F8; Wed, 30 Jan 2013 17:36:49 +0000 (UTC) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by pigeon.gentoo.org (Postfix) with ESMTP id 183BBE05D7 for ; Wed, 30 Jan 2013 17:36:48 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for gentoo-user@lists.gentoo.org with esmtp (envelope-from ) id <1U0baZ-0000CX-7e>; Wed, 30 Jan 2013 18:36:47 +0100 Received: from dslb-188-103-176-224.pools.arcor-ip.net ([188.103.176.224] helo=BIFROST.zedat.fu-berlin.de) by inpost2.zedat.fu-berlin.de (Exim 4.69) for gentoo-user@lists.gentoo.org with esmtpsa (envelope-from ) id <1U0baZ-001cO8-2D>; Wed, 30 Jan 2013 18:36:47 +0100 Date: Wed, 30 Jan 2013 18:36:15 +0100 From: Hinnerk van Bruinehsen To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] systemd-197-r1 starts gdm-3.6.2 Message-ID: <20130130173615.GA10408@BIFROST.zedat.fu-berlin.de> References: <5109521C.3030207@xunil.at> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5109521C.3030207@xunil.at> User-Agent: Mutt/1.5.21 (2010-09-15) X-Originating-IP: 188.103.176.224 X-Archives-Salt: bdfa7b8d-1d2f-4537-97f8-d5d90cdb055f X-Archives-Hash: 279eef86cb1ee4da3261bfe8f3a004c1 On Wed, Jan 30, 2013 at 06:02:20PM +0100, Stefan G. Weichinger wrote: > > Would someone mind and take a look? > Fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X > server :0. > Jan 30 17:47:09 hiro gdm-simple-slave[5097]: GLib-GObject-CRITICAL: > g_object_unref: assertion `object->ref_count > 0' failed > Jan 30 17:47:09 hiro polkitd[5057]: Unregistered Authentication Agent > for unix-session:c4 (system bus name :1.29, object path > /org/freedesktop/PolicyKit1/AuthenticationAgent, locale de_DE.UTF-8') > (disconnected from bus) > Jan 30 17:47:17 hiro root: STOP gdm I've just installed systemd on one of my systems to give it a test and I had similar problems due to the systemd useflag on policykit being hardmasked (it also pulled in consolekit because of that). Since the errors are very similar you may check your useflags on policykit and - if necessary remove the use-mask of systemd for policykit. WKR Hinnerk