all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Enge <andreas@enge.fr>
To: guix-devel@gnu.org
Subject: Re: VM image creation
Date: Mon, 2 Feb 2015 13:41:56 +0100	[thread overview]
Message-ID: <20150202124156.GA4451@debian.math.u-bordeaux1.fr> (raw)
In-Reply-To: <20150202121629.GA17207@debian.math.u-bordeaux1.fr>

Not normal: After installing qemu-kvm from debian, which resulted in:
[ ok ] Loading kvm module kvm_intel,
the error message changed from

On Mon, Feb 02, 2015 at 01:16:29PM +0100, Andreas Enge wrote:
> Could not access KVM kernel module: No such file or directory
> failed to initialize KVM: No such file or directory

to
Could not access KVM kernel module: Permission denied
failed to initialize KVM: Permission denied

As suggested by the fine manual, I added the user running guix as well
as the builders guix-builder1 etc. to the group kvm.
$ ll /dev/kvm
crw-rw---T+ 1 root kvm 10, 232 Feb  2 13:34 /dev/kvm
so that /dev/kvm can be read and written by them.
Nothing changed, and running the command as root fails with the same
message.

What am I missing?

Andreas

  reply	other threads:[~2015-02-02 12:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-02 12:16 VM image creation Andreas Enge
2015-02-02 12:41 ` Andreas Enge [this message]
2015-02-02 12:42   ` Alex Sassmannshausen
2015-02-02 22:12   ` Ludovic Courtès

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=20150202124156.GA4451@debian.math.u-bordeaux1.fr \
    --to=andreas@enge.fr \
    --cc=guix-devel@gnu.org \
    /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.