Control: found -1 3.1+dfsg-1 On Fri, 2018-12-21 at 16:38 +0300, Michael Tokarev wrote: > > Can you please verify if this is still a problem for version 3.1 currently > in unstable? (since it is a static binary you can install the package > directly from unstable or just grab the binary you need from that package).
Unfortunately it seems to still be a problem, yes. Using the chroot setup I described in my original report (same actual one, I never cleaned it up, only difference is I updated my host kernel since but I think that shouldn't matter): ijc@dagon:dash-bug$ uname -a Linux dagon 4.18.0-3-amd64 #1 SMP Debian 4.18.20-2 (2018-11-23) x86_64 GNU/Linux ijc@dagon:dash-bug$ sudo chroot 2.27-8/ dash -c 'echo *' bin etc lib usr ijc@dagon:dash-bug$ sudo chroot 2.28-2/ dash -c 'echo *' * ijc@dagon:dash-bug$ curl -LOJ "http://ftp.uk.debian.org/debian/pool/main/q/qemu/qemu-user-static_3.1+dfsg-1_amd64.deb" % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 20.0M 100 20.0M 0 0 6495k 0 0:00:03 0:00:03 --:--:-- 6493k ijc@dagon:dash-bug$ dpkg-deb -x qemu-user-static_3.1+dfsg-1_amd64.deb qemu ijc@dagon:dash-bug$ sudo cp qemu/usr/bin/qemu-arm-static 2.27-8/usr/bin/ ijc@dagon:dash-bug$ sudo chroot 2.27-8/ dash -c 'echo *' bin etc lib usr ijc@dagon:dash-bug$ sudo cp qemu/usr/bin/qemu-arm-static 2.28-2/usr/bin/ ijc@dagon:dash-bug$ sudo chroot 2.28-2/ dash -c 'echo *' * ijc@dagon:dash-bug$ cat /proc/sys/fs/binfmt_misc/qemu-arm enabled interpreter /usr/bin/qemu-arm-static flags: OCF offset 0 magic 7f454c4601010100000000000000000002002800 mask ffffffffffffff00fffffffffffffffffeffffff ijc@dagon:dash-bug$ Cheers, Ian.