From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#40652: #36924 way solves the problem for me Date: Thu, 16 Apr 2020 10:43:50 +0200 Message-ID: <877dyfkegp.fsf@gnu.org> References: <20200416002020.GA381@tulip> <20200416053137.GA787@tulip> <87pnc7yjgd.fsf@yamatai> 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]:47036) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jP07v-0004jn-4U for bug-guix@gnu.org; Thu, 16 Apr 2020 04:44:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jP07u-0004IS-Ag for bug-guix@gnu.org; Thu, 16 Apr 2020 04:44:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54200) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jP07u-0004IL-7W for bug-guix@gnu.org; Thu, 16 Apr 2020 04:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jP07u-00037X-6Z for bug-guix@gnu.org; Thu, 16 Apr 2020 04:44:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87pnc7yjgd.fsf@yamatai> (Guillaume Le Vaillant's message of "Thu, 16 Apr 2020 09:32:18 +0200") 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-mx.org@gnu.org Sender: "bug-Guix" To: Guillaume Le Vaillant Cc: 40652@debbugs.gnu.org Hi Guillaume, Guillaume Le Vaillant skribis: > I don't know if it's related, but recently I had GDM crashes at boot > after reconfiguring a system using gdm-service-type (generation n) to > make it use slim-service-type instead (generation n+1), and then > reconfiguring to gdm-service-type again (generation n+2). > > The problem was that the 'gdm' user id number (or group id number) was > not the same in generations n and n+2, which prevented GDM from > accessing the '/var/lib/gdm' directory. When did that happen? Commit a43e9157ef479e94c19951cc9d228cf153bf78ee (Sep. 2019) supposedly ensures that /var/lib/gdm has proper ownership. Thanks, Ludo=E2=80=99.