Gentoo Archives: gentoo-user

From: Alexander Kapshuk <alexander.kapshuk@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Problem starting VM image on QEMU
Date: Fri, 14 Jul 2017 16:03:44
Message-Id: CAJ1xhMXFSFHvCCReS8UTG=qW_ccwiwgXPiZpVKPXAfvkeE8=Pg@mail.gmail.com
In Reply to: [gentoo-user] Problem starting VM image on QEMU by Mick
1 On Fri, Jul 14, 2017 at 6:31 PM, Mick <michaelkintzios@×××××.com> wrote:
2 > I have followed the gentoo wiki to install and setup QEMU:
3 >
4 > https://wiki.gentoo.org/wiki/QEMU
5 >
6 >
7 > Then I tried to start up a CoreOS image following this guide, but I must be
8 > doing something wrong:
9 >
10 > https://coreos.com/os/docs/latest/booting-with-qemu.html
11 >
12 >
13 > This is the script's ownership and access rights:
14 >
15 > $ stat coreos_production_qemu.sh
16 > File: 'coreos_production_qemu.sh'
17 > Size: 6635 Blocks: 24 IO Block: 4096 regular file
18 > Device: 80bh/2059d Inode: 13631491 Links: 1
19 > Access: (0755/-rwxr-xr-x) Uid: ( 1000/ michael) Gid: ( 1002/ michael)
20 > Access: 2017-07-14 09:21:18.000000000 +0100
21 > Modify: 2017-07-06 19:41:30.000000000 +0100
22 > Change: 2017-07-14 14:38:55.104862083 +0100
23 > Birth: -
24 >
25 > Trying to start it gives:
26 >
27 > $ ./coreos_production_qemu.sh -a /home/michael/.ssh/id_rsa.pub -p 2222 -- -
28 > curses
29 > -bash: ./coreos_production_qemu.sh: Permission denied
30 >
31 > Any idea what permissions it refers to? I have not tried to run the above as
32 > root.
33 > --
34 > Regards,
35 > Mick
36
37 Try running the script in trace mode as yourself:
38 bash -x coreos_production_qemu.sh etc.
39
40 See if that reveals anything useful.

Replies

Subject Author
Re: [gentoo-user] Problem starting VM image on QEMU Mick <michaelkintzios@×××××.com>