On Fri, Jul 14, 2017 at 7:43 PM, Mick <[email protected]> wrote: > On Friday 14 Jul 2017 19:02:55 Alexander Kapshuk wrote: >> On Fri, Jul 14, 2017 at 6:31 PM, Mick <[email protected]> wrote: > >> > 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 > >> Try running the script in trace mode as yourself: >> bash -x coreos_production_qemu.sh etc. >> >> See if that reveals anything useful. > > Ha! What do you know? Running it with bash -x in front I was able to execute > it ... hmmm ... OK ... it seems the partition had been mounted as noexec ... > > /dev/sda11 on /data type ext4 (rw,nosuid,nodev,noexec,noatime,data=ordered) > none on /run/user/1000 type tmpfs (rw,relatime,mode=700,uid=1000) > > A clear case of mea culpa! > > Thanks for helping me spot this. :-) > > -- > Regards, > Mick
No worries at all. Good to hear it worked out for you.

