AndronixApp / AndronixOrigin

This is the official repository for the back end of the Andronix app 🚀. Here you can know all the scripts you're installing 😎
https://andronix.app
MIT License
1.77k stars 342 forks source link

error setting up proot #105

Open AadhiAS opened 3 years ago

AadhiAS commented 3 years ago

I tried to install cli, it showed error. So I tried with desktop environment, it's showing the same error again. I don't know what to do

Setting up the installation of XFCE VNC kali-xfce.sh: line 106: kali-fs/etc/apt/apt.conf.d/80-retries: No such file or directory kali-xfce.sh: line 131: kali-fs/root/.bash_profile: No such file or directory proot warning: can't sanitize binding "kali-fs/root": No such file or directory proot warning: can't chdir("/root/.") in the guest rootfs: No such file or directory proot info: default working directory is now "/" proot error: '/usr/bin/env' not found (root = /data/data/com.termux/files/home/kali-fs, cwd = /, $PATH=(null)) fatal error: see proot --help.

ultrahacx commented 3 years ago

Your rootfs isn't being downloaded properly. Please make sure you have a decent internet connection. Try to switch networks or use a VPN and make sure Github is allowed of your network.

etienne-85 commented 3 years ago

have kind of similar issue here: proot error complaining about '/usr/bin/env' not found. It did same error while trying to install arch or debian. Not sure it is related to network..

EDIT: I managed to install it on another device running different version of android and using same network so definitely not network related issue ...

To summarize:

etienne-85 commented 3 years ago

After some investigation on my side, it seems proot itself is producing this error in termux, as reported here. This would greatly explain why it worked on recent device but not the old galaxy note 8 architecture which seems to be the cause of failure. I don't know if OP's issue is the same... but in my case this is clearly unrelated to andronix..