On Fri, Jul 14, 2017 at 6:31 PM, 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.
> --
> Regards,
> Mick

Try running the script in trace mode as yourself:
bash -x coreos_production_qemu.sh etc.

See if that reveals anything useful.

Reply via email to