Y
Hacker News
new
|
ask
|
show
|
jobs
by
jart
1943 days 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!
1 comments
danmg
1943 days ago
Thanks!
link