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 83599138772 for ; Wed, 30 Jan 2013 17:49:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1576121C064; Wed, 30 Jan 2013 17:48:58 +0000 (UTC) Received: from postler.lichtfels.com (postler.lichtfels.com [78.46.92.195]) by pigeon.gentoo.org (Postfix) with ESMTP id 77C32E05F5 for ; Wed, 30 Jan 2013 17:48:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by postler.lichtfels.com (Postfix) with ESMTP id 9B9D216EB7 for ; Wed, 30 Jan 2013 18:49:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1359568151; bh=PTavbEZ4eOPo2e+UQiz3tTDVOiFo3FYKIT1cP5tTd6w=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=bmaMeBWKJvghHofy5HlXRHk05FgNxEkaRdVAZ+i0mtPr6rY1aru9sTIomiQm9x9cH tIIv2j7rHe0A9Am5MHr+AyyCfCasLAPhrNxN8Q66xTba09i9J53AaZD2MvAUV+RHby KfZhTaQzgJ6AIkMrKvqZwR2F9nBiULzfCAG5PS+4= Received: from postler.lichtfels.com ([127.0.0.1]) by localhost (postler.lichtfels.com [127.0.0.1]) (amavisd-maia, port 10024) with LMTP id 21541-03 for ; Wed, 30 Jan 2013 18:49:10 +0100 (CET) Received: from hiro.oops.intern (unknown [IPv6:2001:15c0:65ff:86dc:7d76:a65c:15a1:8fa9]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by postler.lichtfels.com (Postfix) with ESMTPSA id E4A1F16EB6 for ; Wed, 30 Jan 2013 18:49:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1359568150; bh=PTavbEZ4eOPo2e+UQiz3tTDVOiFo3FYKIT1cP5tTd6w=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=ld07zA+kO8iHiya4f4AzVJ4KuQwjXj3q8Y7XNN2qj0DV1ws3WFLSvxtIdSWsnhlPa NgnCRTIOaIFTz3BFWx8jCXskWgFMvjNlKG5/vCL1p/4JfoprBbz+CKkBkPe57iFaE1 MQcQ4MjFoVLz8vsDYwIl+ijJZIb6a22MCnCKyCmU= Message-ID: <51095D00.2040100@xunil.at> Date: Wed, 30 Jan 2013 18:48:48 +0100 From: "Stefan G. Weichinger" Organization: oops! User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130114 Thunderbird/17.0.2 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] systemd-197-r1 starts gdm-3.6.2 References: <5109521C.3030207@xunil.at> <20130130173615.GA10408@BIFROST.zedat.fu-berlin.de> In-Reply-To: <20130130173615.GA10408@BIFROST.zedat.fu-berlin.de> X-Enigmail-Version: 1.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.2c X-Archives-Salt: e8a7614f-b257-4316-aab4-1794f36f829a X-Archives-Hash: 6ac6e561c25fc948009089c6958ad019 Am 30.01.2013 18:36, schrieb Hinnerk van Bruinehsen: > 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. Let me get that straight: I have: # cat profile/package.use.mask media-sound/pulseaudio -systemd net-misc/networkmanager -systemd sys-auth/polkit -systemd sys-fs/udisks -systemd sys-power/upower -systemd because of some older thread or the gentoo wiki for systemd (can't remember right now). This gets me: [I] sys-auth/polkit Available versions: 0.107-r1 0.110 {examples gtk +introspection kde nls pam selinux systemd} Installed versions: 0.110(18:09:30 30.01.2013)(gtk introspection nls pam systemd -examples -kde -selinux) while I have USE= ... -consolekit systemd ... in make.conf. I also get consolekit installed here: [I] sys-auth/consolekit Available versions: 0.4.5_p20120320-r1 {acl debug doc pam policykit selinux test KERNEL="linux"} Installed versions: 0.4.5_p20120320-r1(18:13:50 30.01.2013)(acl pam policykit -debug -doc -selinux -test KERNEL="linux") What exactly do you suggest now? Thanks! Stefan