On Fri, Jul 14, 2017 at 10:31 AM, Mick <[email protected]> wrote: > I have followed the gentoo wiki to install and setup QEMU: > > https://wiki.gentoo.org/wiki/QEMU > > > Then I tried to start up a CoreOS image following this guide, but I must be > doing something wrong: > > https://coreos.com/os/docs/latest/booting-with-qemu.html > > > This is the script's ownership and access rights: > > $ stat coreos_production_qemu.sh > File: 'coreos_production_qemu.sh' > Size: 6635 Blocks: 24 IO Block: 4096 regular file > Device: 80bh/2059d Inode: 13631491 Links: 1 > Access: (0755/-rwxr-xr-x) Uid: ( 1000/ michael) Gid: ( 1002/ michael) > Access: 2017-07-14 09:21:18.000000000 +0100 > Modify: 2017-07-06 19:41:30.000000000 +0100 > Change: 2017-07-14 14:38:55.104862083 +0100 > Birth: - > > Trying to start it gives: > > $ ./coreos_production_qemu.sh -a /home/michael/.ssh/id_rsa.pub -p 2222 -- - > curses > -bash: ./coreos_production_qemu.sh: Permission denied > > Any idea what permissions it refers to? I have not tried to run the above as > root.
What options are you passing to QEMU? Are you using hardware virtualization? If running it as root solves the problem you need to add yourself to any virtualization groups QEMU or your manager expects, like "kvm." You might also need to chmod +x the script. R0b0t1.

