Skip to content

Guide to solve Proot signal 6, or function not implemented error

exalab999 edited this page May 14, 2019 · 1 revision

Main reason that cause this is SECCOMP, so put this command in Termux .bashrc and restart it would solve it:

echo "export PROOT_NO_SECCOMP=1" >> .bashrc

Clone this wiki locally