Comment by jart
5 years ago
Author here. That error means you're using binfmt_misc. You can fix that by saying:
sudo sh -c "echo ':APE:M::MZqFpD::/bin/sh:' >/proc/sys/fs/binfmt_misc/register"
Then you're good to go!
5 years ago
Author here. That error means you're using binfmt_misc. You can fix that by saying:
sudo sh -c "echo ':APE:M::MZqFpD::/bin/sh:' >/proc/sys/fs/binfmt_misc/register"
Then you're good to go!
Thanks!