[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Feedback guix-hurd-20200401.img with qemu
From: |
Hubert Lombard |
Subject: |
Feedback guix-hurd-20200401.img with qemu |
Date: |
Mon, 6 Apr 2020 16:30:15 +0200 |
Hi Guix-devel :-)
From 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
file=guix-hurd-20200401.img,cache=writeback -m 1G
.........................................................................................................................
WARNING: Image format was not specified for 'guix-hurd-20200401.img' and
probing guessed raw.
Automatically detecting the format is dangerous for raw images, write
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 -drive
file=guix-hurd-20200401.img,cache=writeback -m 1G
WARNING: Image format was not specified for 'guix-hurd-20200401.img' and
probing guessed raw.
Automatically detecting the format is dangerous for raw images, write
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, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 6 09:55:55 2020
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system directory "/usr/share/X11/xorg.conf.d"
(EE)
Fatal server error:
(EE) input-thread: draining pipe (1073741828) (EE)
(EE)
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 additional
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,
Hubert
- Feedback guix-hurd-20200401.img with qemu,
Hubert Lombard <=