From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22565: Cannot talk to upowerd over D-Bus Date: Fri, 05 Feb 2016 15:32:09 +0100 Message-ID: <87powbgrdi.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRhRZ-0007Co-Vw for bug-guix@gnu.org; Fri, 05 Feb 2016 09:33:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRhRW-0004lA-Qq for bug-guix@gnu.org; Fri, 05 Feb 2016 09:33:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRhRW-0004ko-IU for bug-guix@gnu.org; Fri, 05 Feb 2016 09:33:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aRhRW-0003FK-CK for bug-guix@gnu.org; Fri, 05 Feb 2016 09:33:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRhQn-0006Zx-Ve for bug-guix@gnu.org; Fri, 05 Feb 2016 09:32:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRhQn-0004Qx-0j for bug-guix@gnu.org; Fri, 05 Feb 2016 09:32:17 -0500 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 22565@debbugs.gnu.org Cc: swedebugia@riseup.net On GuixSD as of v0.9.0-1430-g234ea8a, attempts to talk to upowerd over D-Bus fail: --8<---------------cut here---------------start------------->8--- $ sudo dbus-send --print-reply --system --dest=3Dorg.freedesktop.UPower /or= g/freedesktop/UPower org.freedesktop.UPower.Suspend Error org.freedesktop.DBus.Error.UnknownMethod: Method "Suspend" with signa= ture "" on interface "org.freedesktop.UPower" doesn't exist --8<---------------cut here---------------end--------------->8--- See . Ludo=E2=80=99.