GNU bug report logs - #62517
installer-dump-ed8ac2cb

Previous Next

Package: guix;

Reported by: Graham Addis <grahamjamesaddis <at> gmail.com>

Date: Wed, 29 Mar 2023 11:24:01 UTC

Severity: normal

Done: Graham Addis <grahamjamesaddis <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: Graham Addis <grahamjamesaddis <at> gmail.com>, 62517 <at> debbugs.gnu.org
Subject: bug#62517: installer-dump-ed8ac2cb
Date: Tue, 16 May 2023 16:52:00 +0200
Hi,

Sorry for the late reply.

On Wed, 29 Mar 2023 at 11:31, Graham Addis <grahamjamesaddis <at> gmail.com> wrote:

> qemu didn't like the -enable-kvm switch, so I left that out.

I guess you need to enable KVM on your host distribution.  On default
Debian, I am running something like:

    1. Check if =/dev/kvm= is there: =ls -l /dev/kvm=
    2. Add the user to the KVM group
       #+begin_src shell
         sudo usermod -a -G kvm <user>
         newgrp kvm
       #+end_src
    3. If it does not work, then try:
       #+begin_src shell
         sudo chmod 777 /dev/kvm
       #+end_src

Once KVM is enable, do you have still the same issue?

Cheers,
simon




This bug report was last modified 1 year and 363 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.