From: Simon Tournier <zimon.toutoune@gmail.com>
To: Graham Addis <grahamjamesaddis@gmail.com>, 62517@debbugs.gnu.org
Subject: bug#62517: installer-dump-ed8ac2cb
Date: Tue, 16 May 2023 16:52:00 +0200 [thread overview]
Message-ID: <86ilcs5nxr.fsf@gmail.com> (raw)
In-Reply-To: <CAA4DTezxLhZfPcJh2sOgc3CBKAY957QtLfvUK6SRxS9XAX-RTg@mail.gmail.com>
Hi,
Sorry for the late reply.
On Wed, 29 Mar 2023 at 11:31, Graham Addis <grahamjamesaddis@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
next prev parent reply other threads:[~2023-05-16 15:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-29 10:31 bug#62517: installer-dump-ed8ac2cb Graham Addis
2023-05-16 14:52 ` Simon Tournier [this message]
2023-05-20 15:05 ` Graham Addis
2023-05-25 8:11 ` Graham Addis
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=86ilcs5nxr.fsf@gmail.com \
--to=zimon.toutoune@gmail.com \
--cc=62517@debbugs.gnu.org \
--cc=grahamjamesaddis@gmail.com \
/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.