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 2D8881389AB for ; Mon, 11 Feb 2013 21:30:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B25DE0654; Mon, 11 Feb 2013 21:30:19 +0000 (UTC) Received: from mail-ie0-f176.google.com (mail-ie0-f176.google.com [209.85.223.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7CCDAE0630 for ; Mon, 11 Feb 2013 21:30:17 +0000 (UTC) Received: by mail-ie0-f176.google.com with SMTP id k13so8208956iea.35 for ; Mon, 11 Feb 2013 13:30:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=sW9cqlWnENORvzb+8tEXS+4G8RRR5fFcICIdMGuTkHU=; b=AaP2Ql2dyl1fZCPQ1zRHZiHR7cak/dwz75YWwY2o1BjKBWVMkadIeo4Yhzm4O9H7j2 EZKNRQIJt0A/mbqtvdOaMbgY55mQS+At4t9w2QEes5898zZRCyeCC/TWc0NYMpp4Amnq nqofKZma+fmtaFjqn0dWmY16cib9GCcXr2GQwDwHck7H9YtuiUQbqqAZXUk6iqgR54Cw NNPOUMRgL9jO2o2KighRem+zXUuPyGy3U6CuYifvhZJ3qTitG0m/rrSMSjMgawCQsSie wtnAknEfofqFo3cyvkCCCA2ht474yw9yHZAeOsg7nTUWjMd9Vtk+IKEux5WBu0mzWk5u 1tpQ== 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 X-Received: by 10.50.135.105 with SMTP id pr9mr14308677igb.6.1360618216741; Mon, 11 Feb 2013 13:30:16 -0800 (PST) Received: by 10.64.25.111 with HTTP; Mon, 11 Feb 2013 13:30:16 -0800 (PST) In-Reply-To: <51196056.4020105@xunil.at> References: <5109521C.3030207@xunil.at> <510AB530.6060401@xunil.at> <510AB985.7080708@xunil.at> <510C0B54.5050601@xunil.at> <510CE60E.2090501@xunil.at> <51124554.701@xunil.at> <51127D10.1030801@xunil.at> <511298FE.5080800@xunil.at> <51169BF4.2000801@xunil.at> <511771F4.7050506@xunil.at> <511777FE.7050208@xunil.at> <5117B186.8000004@xunil.at> <5117F5B8.2060405@xunil.at> <5118BF1B.2050008@xunil.at> <51196056.4020105@xunil.at> Date: Mon, 11 Feb 2013 15:30:16 -0600 Message-ID: Subject: Re: [gentoo-user] systemd-197-r1 starts gdm-3.6.2 From: =?UTF-8?B?Q2FuZWsgUGVsw6FleiBWYWxkw6lz?= To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 918724b0-80b0-46ed-94f6-5672ba746011 X-Archives-Hash: e7cf2aac1df228c4f0b1ced1e9836e1a On Mon, Feb 11, 2013 at 3:19 PM, Stefan G. Weichinger wrot= e: > Am 11.02.2013 22:03, schrieb Canek Pel=C3=A1ez Vald=C3=A9s: >> On Mon, Feb 11, 2013 at 3:51 AM, Stefan G. Weichinger w= rote: >>> Do you have acpid installed/enabled? Anything aside the default >>> acpi-scripts? >> >> The last time I installed acpid was in November of 2010, and I >> uninstalled for the last time in April 2011. My machines are all acpid >> free since then; systemd + UPower takes cares of everything AFAIK. > > I see. I take this as an impulse to cleanup my system even more ... > removing acpi means getting rid of those app-laptop/laptop-mode-tools as > well afai understand ... they relied on ACPI to switch stuff ... > > Both removed now ... > >> I haven't used scripts to suspend or hibernate in ages; again UPower >> does everything, or perhaps some other part of the GNOME stack. >> sys-power/pm-utils is still being pulled in by upower-0.9.19, but it >> only calls pm-is-supported (src/linux/up-backend.c:363-390) to >> determine if the machine can suspend/hibernate. Which is kinda stupid, >> since pm-is-supported is only a set of scripts which test files in the >> /sys directory. UPower should test for those files directly (is in the >> linux backend anyway), and remove the pm-utils dependency. > > Yep, another issue (bug-report ;-) ). > >> For the kernel I use vanilla-sources unstable; I haven't used >> gentoo-sources in ages (long before systemd), and I never used >> tuxonice-sources. > > I see. gentoo-sources here, 3.7.6 at the moment, from time to time I > "git pull" some kernel from linux-git or linux-stable (Linus or Greg ...)= . > >> Suspend/hibernate works perfectly in all my machines; I haven't had a >> failed resume in (literally) years. > > Good to hear. > > I see upower.service as active but disabled ... ? hmm.. It's OK; disabled means that it's not enabled, i.e., there is no link to it from /etc/systemd/system/*.wants. It's Dbus activable, so the first time someone calls a method from org.freedesktop.UPower via dbus, the service is activated automatically. There is no need to enable the service (which will mean that it starts even if no other process calls a method from org.freedesktop.UPower). Enabled/Disabled is orthogonal to Active/Inactive; the first means "the service will start when reaching its target no matter what", and the latter means "the service is running". Regards. --=20 Canek Pel=C3=A1ez Vald=C3=A9s Posgrado en Ciencia e Ingenier=C3=ADa de la Computaci=C3=B3n Universidad Nacional Aut=C3=B3noma de M=C3=A9xico