Giter Site home page Giter Site logo

Cannot run Debian in Termux about proot-rs HOT 1 OPEN

oxr463 avatar oxr463 commented on May 27, 2024 2
Cannot run Debian in Termux

from proot-rs.

Comments (1)

imlk0 avatar imlk0 commented on May 27, 2024 3

Just to summarize what is known so far. proot-rs does not currently work in termux (but can run proot-rs in the adb shell).

Two errors have been found so far.

  1. Bad address
    The error is exactly the one you mentioned here:
    #35 (comment)

    I tried testing in Termux on my Motorola G7, Android 10, and here is what I got:

    ./proot-rs --rootfs=./alpine --bind /dev:/dev --bind /proc:/proc
    bash: ./proot-rs: Bad address
    echo $?
    126

    The characteristic is that echo $? results in 126

    The strange thing is that once I run again with RUST_LOG=trace (which will generate more log):

    RUST_LOG=trace ./proot-rs --rootfs=./alpine --bind /dev:/dev --bind /proc:/proc

    This error disappears and does not appear anymore, even after restarting termux. I no longer see any Bad address, and the exit code is no longer 126.

    So I think it's a bug of termux.

  2. Exit with code 159

    This is the main error mentioned in current issue.

    By setting RUST_LOG=trace, we could get more logs:

    image

    The logs show that the first tracee process was successfully loaded by our loader-shim, but was killed by a SIGSYS signal shortly after leaving from the loader-shim.

    By analyzing the generated core dump file, it was found that the tracee was calling system call setgid32().

    Since the problem did not occur when testing proot-rs in the adb shell, I think it may be related to seccomp.

    ➜  ~ adb shell
    enchilada:/ $ whoami
    shell
    enchilada:/ $ cat /proc/self/status | grep Seccomp
    Seccomp:        0
    enchilada:/ $ cat /proc/`pidof com.termux`/status | grep Seccomp                                                                                                              
    Seccomp:        2
    

from proot-rs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.