From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Sassmannshausen Subject: Re: 1.1.0rc1 available for test! Date: Fri, 10 Apr 2020 15:11:01 +0200 Message-ID: <87ftdb32qi.fsf@gmail.com> References: <87369c1ixm.fsf@gnu.org> <87k12n37o4.fsf@gmail.com> <87imi735oc.fsf@gmail.com> <87d08fmt6f.fsf@gmail.com> Reply-To: alex.sassmannshausen@gmail.com 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]:41762) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jMtR3-0005Mw-J0 for guix-devel@gnu.org; Fri, 10 Apr 2020 09:11:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jMtR2-0000U9-I6 for guix-devel@gnu.org; Fri, 10 Apr 2020 09:11:05 -0400 Received: from mail-wm1-x32f.google.com ([2a00:1450:4864:20::32f]:39304) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jMtR2-0000T0-AO for guix-devel@gnu.org; Fri, 10 Apr 2020 09:11:04 -0400 Received: by mail-wm1-x32f.google.com with SMTP id y24so2685959wma.4 for ; Fri, 10 Apr 2020 06:11:04 -0700 (PDT) In-reply-to: <87d08fmt6f.fsf@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: Mathieu Othacehe Cc: guix-devel@gnu.org Great, thank you for that summary, I think that is right. I've noticed a further (small?) error: On installation completion an error flashes up. When I checked /var/log/debug, the message is: =E2=80=A6localhost shepherd[1]: system-error("rmdir" "~A" ("Directory not e= mpty") (39)) Best wishes, Alex Mathieu Othacehe writes: >> As the system language & locale rather than=20 >> - Esperanto > > I can reproduce it in QEMU. So there are two issues here: > > * Esperanto language/layout crashes the installer. > > * When the installer crashes, `umount-cow-store' is not called and the ne= xt > installation is bound to fail because some mounted partitions are still a= round. > > Maybe we need to call this procedure at installer start, in case the > previous installation has crashed. > > Thanks for reporting! > > Mathieu