all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: "Björn Höfling" <bjoern.hoefling@bjoernhoefling.de>
Cc: Robert Vollmert <rob@vllmrt.net>, 36069@debbugs.gnu.org
Subject: bug#36069: Menu-based installer unusable through noVNC
Date: Mon, 16 Sep 2019 10:00:53 +0200	[thread overview]
Message-ID: <87zhj4eklm.fsf@gnu.org> (raw)
In-Reply-To: <20190902151057.239cd332@alma-ubu> ("Björn Höfling"'s message of "Mon, 2 Sep 2019 15:10:57 +0200")

[-- Attachment #1: Type: text/plain, Size: 1023 bytes --]

Hello Björn,

Björn Höfling <bjoern.hoefling@bjoernhoefling.de> skribis:

> On Mon, 22 Jul 2019 12:25:12 +0200
> Ludovic Courtès <ludo@gnu.org> wrote:
>
>> Hello!
>> 
>> Björn Höfling <bjoern.hoefling@bjoernhoefling.de> skribis:
>
>> > What I haven't done yet:
>> >
>> > 1. Use only "cirrus"
>> > 2. Use only "cirrusfb"
>> > 3. Try it out on my VPS.  
>> 
>> Please let us know when you have feedback on these so we can add just
>> the module that makes sense.
>
>
> I tried all three combinations and all work with qemu:
>
> 1. (initrd-modules (append (list "cirrus" "cirrusfb")
> 2. (initrd-modules (append (list "cirrusfb")
> 3. (initrd-modules (append (list "cirrus")
>
> I tried the version with "cirrus" on my VPS and it worked there too.

Cool, thanks for testing.

One easy thing we can do is to arrange so that ‘guix system vm{,-image}’
always include this module in the initrd.  I believe that would address
your use case, right?

Patch below.

Thanks,
Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 606 bytes --]

diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index ac6e4ded92..73d9b2c0c1 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -850,6 +850,11 @@ environment with the store shared with the host.  MAPPINGS is a list of
                      #:volatile-root? #t
                      rest)))
 
+    ;; VPS sometimes expect the "cirrus" graphics driver to be available when
+    ;; the VM is accessed with noVNC; see <https://bugs.gnu.org/36069>.
+    (initrd-modules (cons "cirrus"
+                          (operating-system-initrd-modules os)))
+
     ;; Disable swap.
     (swap-devices '())
 

  reply	other threads:[~2019-09-16  8:02 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-03  9:35 bug#36069: Menu-based installer unusable through noVNC Robert Vollmert
2019-06-05 10:39 ` Ludovic Courtès
2019-06-05 11:25   ` Robert Vollmert
2019-06-05 21:14     ` Ludovic Courtès
2019-06-11  7:13       ` Robert Vollmert
2019-06-11  8:26         ` Ludovic Courtès
2019-06-24 22:24 ` Björn Höfling
2019-06-25 13:59   ` Ludovic Courtès
2019-06-25 14:09     ` Robert Vollmert
2019-06-25 15:06       ` Björn Höfling
2019-06-25 15:54         ` pelzflorian (Florian Pelz)
2019-06-25 17:51           ` Robert Vollmert
2019-06-26 16:51           ` Björn Höfling
2019-06-26 19:16             ` Robert Vollmert
2019-06-26 20:23             ` pelzflorian (Florian Pelz)
2019-06-27  6:34               ` Robert Vollmert
2019-06-27  8:27                 ` Björn Höfling
2019-07-19 11:58                 ` Ludovic Courtès
2019-07-19 16:37                   ` Mark H Weaver
2019-07-20 13:47                     ` Ludovic Courtès
2019-07-20 15:17                       ` Robert Vollmert
2019-07-22  9:25                         ` Björn Höfling
2019-07-22 10:25                           ` Ludovic Courtès
2019-09-02 13:10                             ` Björn Höfling
2019-09-16  8:00                               ` Ludovic Courtès [this message]
2019-06-26  8:50         ` Ludovic Courtès
2023-02-05 12:15 ` bug#36069: (No Subject) Attila Lendvai
2023-11-03 20:22 ` bug#36069: "cirrus" added to VM initrd modules Tobias Geerinckx-Rice via Bug reports for GNU Guix

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zhj4eklm.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=36069@debbugs.gnu.org \
    --cc=bjoern.hoefling@bjoernhoefling.de \
    --cc=rob@vllmrt.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.