proot info: vpid 1: translate("/" + "/lib64/ld-linux-x86-64.so.2")
proot info: vpid 1: -> "/data/data/com.termux/files/home/.udocker/containers/305dde74-7be9-3e39-a90a-d04d741aec1a/ROOT/usr/lib64/ld-linux-x86-64.so.2"
proot info: vpid 1: sysenter end: openat(0xffffffffffffff9c, 0x7fde5a470a, 0x0, 0x0, 0xffffffffffffffff, 0x0) = 0xffffffffffffff9c [0x7fde5a470a, 0]
proot info: vpid 1: sysexit start: openat(0x3, 0x7fde5a470a, 0x0, 0x0, 0xffffffffffffffff, 0x0) = 0x3 [0x7fde5a470a, 0]
proot info: vpid 1: sysexit end: openat(0x3, 0x7fde5a49a2, 0x0, 0x0, 0xffffffffffffffff, 0x0) = 0x3 [0x7fde5a4788, 0]
proot info: vpid 1: sysenter start: prctl(0xf, 0x7fde5a49c7, 0x0, 0x12, 0x3, 0x34000) = 0xf [0x7fde5a4788, 0]
proot info: vpid 1: sysenter end: prctl(0xf, 0x7fde5a49c7, 0x0, 0x12, 0x3, 0x34000) = 0xf [0x7fde5a4788, 0]
proot info: vpid 1: translate("/" + "/usr/bin/bash")
proot info: vpid 1: -> "/data/data/com.termux/files/home/.udocker/containers/305dde74-7be9-3e39-a90a-d04d741aec1a/ROOT/usr/bin/bash"
proot info: vpid 1: terminated with signal 4
proot info: terminating all tracees on exit
i think mentioned lib64/ld-linux-x86-64.so.2 is for amd64 in arm64 image !
if i delete this file and copy lib64/ld-linux-aarch64.so.2 file from other container and use as ld-linux-x86-64.so.2 then its work but throws more lib not found errors
please check if arm64 container built valid container for arm64 ?
proot info: vpid 1: translate("/" + "/lib64/ld-linux-x86-64.so.2")
proot info: vpid 1: -> "/data/data/com.termux/files/home/.udocker/containers/305dde74-7be9-3e39-a90a-d04d741aec1a/ROOT/usr/lib64/ld-linux-x86-64.so.2"
proot info: vpid 1: sysenter end: openat(0xffffffffffffff9c, 0x7fde5a470a, 0x0, 0x0, 0xffffffffffffffff, 0x0) = 0xffffffffffffff9c [0x7fde5a470a, 0]
proot info: vpid 1: sysexit start: openat(0x3, 0x7fde5a470a, 0x0, 0x0, 0xffffffffffffffff, 0x0) = 0x3 [0x7fde5a470a, 0]
proot info: vpid 1: sysexit end: openat(0x3, 0x7fde5a49a2, 0x0, 0x0, 0xffffffffffffffff, 0x0) = 0x3 [0x7fde5a4788, 0]
proot info: vpid 1: sysenter start: prctl(0xf, 0x7fde5a49c7, 0x0, 0x12, 0x3, 0x34000) = 0xf [0x7fde5a4788, 0]
proot info: vpid 1: sysenter end: prctl(0xf, 0x7fde5a49c7, 0x0, 0x12, 0x3, 0x34000) = 0xf [0x7fde5a4788, 0]
proot info: vpid 1: translate("/" + "/usr/bin/bash")
proot info: vpid 1: -> "/data/data/com.termux/files/home/.udocker/containers/305dde74-7be9-3e39-a90a-d04d741aec1a/ROOT/usr/bin/bash"
proot info: vpid 1: terminated with signal 4
proot info: terminating all tracees on exit
i think mentioned lib64/ld-linux-x86-64.so.2 is for amd64 in arm64 image !
if i delete this file and copy lib64/ld-linux-aarch64.so.2 file from other container and use as ld-linux-x86-64.so.2 then its work but throws more lib not found errors
please check if arm64 container built valid container for arm64 ?