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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62517 in the body.
You can then email your comments to 62517 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#62517; Package guix. (Wed, 29 Mar 2023 11:24:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Graham Addis <grahamjamesaddis <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Wed, 29 Mar 2023 11:24:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Graham Addis <grahamjamesaddis <at> gmail.com>
To: bug-guix <at> gnu.org
Subject: installer-dump-ed8ac2cb
Date: Wed, 29 Mar 2023 11:31:31 +0100
Hi,

I have been trying to install guix into a qemu virtual machine on
windows. I've tried it several times and it fails with the same error.

Instructions taken from this site
https://guix.gnu.org/manual/en/html_node/Running-Guix-in-a-VM.html

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

Thanks,

Graham




Information forwarded to bug-guix <at> gnu.org:
bug#62517; Package guix. (Tue, 16 May 2023 15:07:02 GMT) Full text and rfc822 format available.

Message #8 received at 62517 <at> debbugs.gnu.org (full text, mbox):

From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: Graham Addis <grahamjamesaddis <at> gmail.com>, 62517 <at> debbugs.gnu.org
Subject: Re: 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




Information forwarded to bug-guix <at> gnu.org:
bug#62517; Package guix. (Sat, 20 May 2023 15:52:02 GMT) Full text and rfc822 format available.

Message #11 received at 62517 <at> debbugs.gnu.org (full text, mbox):

From: Graham Addis <grahamjamesaddis <at> gmail.com>
To: Simon Tournier <zimon.toutoune <at> gmail.com>
Cc: 62517 <at> debbugs.gnu.org
Subject: Re: bug#62517: installer-dump-ed8ac2cb
Date: Sat, 20 May 2023 16:05:59 +0100
I never did get KVM enabled on my windows 10 box.

I ended up doing a bare metal guix install on an old laptop I had,
which works fine, if a little slow.

I'll close this. Thanks Simon

On Tue, 16 May 2023 at 16:06, Simon Tournier <zimon.toutoune <at> gmail.com> wrote:
>
> 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




Reply sent to Graham Addis <grahamjamesaddis <at> gmail.com>:
You have taken responsibility. (Thu, 25 May 2023 08:12:01 GMT) Full text and rfc822 format available.

Notification sent to Graham Addis <grahamjamesaddis <at> gmail.com>:
bug acknowledged by developer. (Thu, 25 May 2023 08:12:02 GMT) Full text and rfc822 format available.

Message #16 received at 62517-done <at> debbugs.gnu.org (full text, mbox):

From: Graham Addis <grahamjamesaddis <at> gmail.com>
To: 62517-done <at> debbugs.gnu.org
Subject: Re: bug#62517: installer-dump-ed8ac2cb
Date: Thu, 25 May 2023 09:11:20 +0100
On Sat, 20 May 2023 at 16:05, Graham Addis <grahamjamesaddis <at> gmail.com> wrote:
>
> I never did get KVM enabled on my windows 10 box.
>
> I ended up doing a bare metal guix install on an old laptop I had,
> which works fine, if a little slow.
>
> I'll close this. Thanks Simon
>
> On Tue, 16 May 2023 at 16:06, Simon Tournier <zimon.toutoune <at> gmail.com> wrote:
> >
> > 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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 22 Jun 2023 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 303 days ago.

Previous Next


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