From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Graphical Installer - Call for Testing. Date: Tue, 10 Jan 2017 09:39:01 +0100 Message-ID: <87wpe3xqai.fsf@gnu.org> References: <20170104075928.GA23509@jocasta.intra> <87eg0drxjh.fsf@gnu.org> <20170109123148.GA340@jocasta.intra> 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]:52152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQrxU-0004et-DT for guix-devel@gnu.org; Tue, 10 Jan 2017 03:39:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cQrxR-0004dm-C8 for guix-devel@gnu.org; Tue, 10 Jan 2017 03:39:08 -0500 In-Reply-To: <20170109123148.GA340@jocasta.intra> (John Darrington's message of "Mon, 9 Jan 2017 13:31:49 +0100") 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.org@gnu.org Sender: "Guix-devel" To: John Darrington Cc: guix-devel@gnu.org John Darrington skribis: > On Sun, Jan 08, 2017 at 11:34:26PM +0100, Ludovic Court??s wrote: [...] > 2. Pressing F9 (language) replaces lines with funny characters (??= ?herd > restart term-tty1??? fixes it, so to speak). > > I think this is because glibc-locales is not part of the installer image.= Unfortunately > if we include it, then it adds 50% to the size. We might have to think a= bout this :( Maybe it=E2=80=99s not necessary: we can set =E2=80=98LANGUAGE=E2=80=99 to = a language that does not necessarily have a corresponding locale, like =E2=80=9Ceo=E2=80=9D. > 3. ???Setup the network??? (should be ???Set up????) shows ???Comm= and failed (No > such device???) for a second, and then apparently the installer > crashes and term-tty1 is restarted. > > Can you send me the results of running "ip -o link" (as root) on the syst= em which=20 > did this? That was in QEMU without networking: qemu-system-x86_64 -enable-kvm guixsd-graphical-installer-x86-64-linux -m= 512 =E2=80=9Cip -o link=E2=80=9D shows lo and ens3, both down. BTW (guix build syscalls) has procedures to deal with network interfaces that might be useful here. Thanks! Ludo=E2=80=99.