From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#37191: Cannot login after graphical install Date: Tue, 03 Sep 2019 14:25:35 +0200 Message-ID: <87o901va68.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:33838) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i57sq-0001fL-IG for bug-guix@gnu.org; Tue, 03 Sep 2019 08:26:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i57sp-0000vu-JX for bug-guix@gnu.org; Tue, 03 Sep 2019 08:26:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50582) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i57sp-0000vm-GV for bug-guix@gnu.org; Tue, 03 Sep 2019 08:26:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i57sp-0000dt-Cc for bug-guix@gnu.org; Tue, 03 Sep 2019 08:26:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Jussi Kuokkanen via Bug reports for's message of "Mon, 26 Aug 2019 13:10:41 +0000") 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: 37191@debbugs.gnu.org, Jussi Kuokkanen Hi Jussi, Jussi Kuokkanen via Bug reports for GNU Guix skribis: > I'm getting a "Cannot make/remove an entry for the specified session" aft= er logging into the installed system, which returns me to the login prompt.= The cause seems to be shepherd failing to start dbus, which PAM depends on= . System config file and logs as attachments. [...] > Aug 26 15:14:04 localhost login[203]: pam_elogind(login:session): Failed = to connect to system bus: No such file or directory > Aug 26 15:14:04 localhost login[203]: pam_unix(login:session): session op= ened for user jussi by LOGIN(uid=3D0) > Aug 26 15:14:04 localhost login[203]: Cannot make/remove an entry for the= specified session It seems that there=E2=80=99s at least one serious problem, which is /var/run/dbus/system_bus_socket is unavailable, for some reason. Did the =E2=80=98dbus-system=E2=80=99 shepherd service start correctly, or = did you get messages suggesting otherwise? Thanks, Ludo=E2=80=99.