<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
</head>
<body>
<div name="messageBodySection">
<div dir="auto">Hi Fajar,<br>
<br>
If I use a Ubuntu image it works fine and I can run bash within the container. So I know the issue is somehow related to my imported image but I fail to understand why at this time.<br>
<br>
All the files in the imported tarball were uid/gid 0, I can run the /sbin/init and that script can run other binaries inside the container with no issue.  But when I try to do “exec c1 /bin/ash” in that prompt I am getting permission denied on everything, using
 absolute paths also didn’t work.  <br>
<br>
I am wondering if it has to do with container being armhf while host is arm64, and somehow “exec” vs “launch/start” would fail to set things accordingly?  Or if I need to do some other tricks in my tarball?<br>
<br>
Is there a way to force install / launch an armhf ubuntu image as to validate/eliminate the armhf/arm64 variable?</div>
</div>
<div name="messageReplySection">On Jun 16, 2020, 12:10 AM -0400, Fajar A. Nugraha <list@fajar.net>, wrote:<br>
<blockquote type="cite" style="border-left-color: grey; border-left-width: thin; border-left-style: solid; margin: 5px 5px;padding-left: 10px;">
On Mon, Jun 15, 2020 at 9:23 PM Koehler, Yannick<br>
<yannick.koehler@hpe.com> wrote:<br>
<blockquote type="cite"><br>
I am still faced with the situation where if I run sh inside my container then any command I try to execute such as /bin/ls returns permission denied.<br>
<br>
Any clue as to what I need to adjust to enable me to get inside my container as to inspect and try stuff out?<br>
</blockquote>
<br>
<br>
Works for me. I even tested just now on ubuntu core host, with the<br>
container using host's network interface.<br>
<br>
Did you follow my example exactly?<br>
Are you perhaps missing "security.privileged: 1" on the container config?<br>
<br>
Try with the default ubuntu image (e.g. from images:ubuntu/20.04)<br>
first, in case there's something wrong with your container rootfs.<br>
<br>
--<br>
Fajar<br>
_______________________________________________<br>
lxc-users mailing list<br>
lxc-users@lists.linuxcontainers.org<br>
http://lists.linuxcontainers.org/listinfo/lxc-users<br>
</blockquote>
</div>
</body>
</html>