From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hubert Lombard Subject: Feedback guix-hurd-20200401.img with qemu Date: Mon, 6 Apr 2020 16:30:15 +0200 Message-ID: <20200406163015.17c78bc5@hubert-lombard.website> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60440) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jLSko-0007Ic-9N for guix-devel@gnu.org; Mon, 06 Apr 2020 10:29:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jLSkm-000323-O1 for guix-devel@gnu.org; Mon, 06 Apr 2020 10:29:33 -0400 Received: from 9.mo178.mail-out.ovh.net ([46.105.75.45]:35795) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jLSkm-0002zT-IU for guix-devel@gnu.org; Mon, 06 Apr 2020 10:29:32 -0400 Received: from player796.ha.ovh.net (unknown [10.110.115.91]) by mo178.mail-out.ovh.net (Postfix) with ESMTP id EA0BD99E61 for ; Mon, 6 Apr 2020 16:29:22 +0200 (CEST) Received: from hubert-lombard.website (dispo-82-250-11-231.adsl.proxad.net [82.250.11.231]) (Authenticated sender: contact@hubert-lombard.website) by player796.ha.ovh.net (Postfix) with ESMTPSA id E07E7111B8362 for ; Mon, 6 Apr 2020 14:29:21 +0000 (UTC) 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: guix-devel@gnu.org Hi Guix-devel :-) =46rom Linux gnu 5.4.30-gnu #1 SMP 1 x86_64 GNU/Linux Yesterday, I had a try to test guix-hurd, here's my feedback, I don't know = however if it can help... $ guix environment --ad-hoc qemu -- qemu-system-i386 -enable-kvm -drive fil= e=3Dguix-hurd-20200401.img,cache=3Dwriteback -m 1G ...........................................................................= .............................................. WARNING: Image format was not specified for 'guix-hurd-20200401.img' and pr= obing guessed raw. Automatically detecting the format is dangerous for raw images, wr= ite operations on block 0 will be restricted. Specify the 'raw' format explicitly to remove the restrictions. Could not access KVM kernel module: Permission denied qemu-system-i386: failed to initialize KVM: Permission denied $ lsmod|grep kvm kvm_intel 253952 0 kvm 675840 1 kvm_intel irqbypass 16384 1 kvm With sudo: $ sudo guix environment --ad-hoc qemu -- qemu-system-i386 -enable-kvm -driv= e file=3Dguix-hurd-20200401.img,cache=3Dwriteback -m 1G WARNING: Image format was not specified for 'guix-hurd-20200401.img' and pr= obing guessed raw. Automatically detecting the format is dangerous for raw images, wr= ite operations on block 0 will be restricted. Specify the 'raw' format explicitly to remove the restrictions. In this way, it works: root@guix-system:~# hello Hello, world! root@guix-system:~# ls -l total 4 -rw-r--r-- 1 root root 3374 Jan 1 2020 translator_primer root@guix-system:~# guix describe Generation 413 31 2020 16:53:54(current) guix ef4b5f2 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master system! guix-system console commit: ef4b5f2f root@guix-system:~# guix install linux-libre (It has worked too) Monday, on 6th April: root@guix-system:~# adduser hubert (OK) hubert@guix-system:~$ startx It seems to going well, but fails after showing an amorce of graphic display. (I can't see the first lines, but the following:) .............................................................. Markers: (--) probed, (**) from config file, (=3D=3D) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, error, (NI) not implemented, (??) unknown. (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 6 09:55:55 2020 (=3D=3D) Using config file: "/etc/X11/xorg.conf" (=3D=3D) Using system directory "/usr/share/X11/xorg.conf.d" (EE)=20 Fatal server error: (EE) input-thread: draining pipe (1073741828) (EE) (EE)=20 Please consult the The X.Org Foundation support at http://wiki.x.org for help. (EE) Please also check the log file at "/var/log/Xorg.0.log" for additiona= l information; (EE) waiting for X server to begin accepting connections (EE) Server terminated = with error (1). Closing the file. xinit: giving up xinit: unable to connect to X server: Connection refused xinit: server error xauth: (argv):1: bad display name "guix-system:0" in "remove" command Note if I launch starx in root mode, it don't close, but stays in incomplete graphic state. Here: https://www.hubert-lombard.website/Hurd/VGA.png Cheers! Friendly,=20 Hubert