proot icon indicating copy to clipboard operation
proot copied to clipboard

An chroot-like implementation using ptrace.

Results 112 proot issues
Sort by recently updated
recently updated
newest added

It looks like running PRoot on HP Chromebooks is running into a unique problem. Specifically, it is getting an unrecoverable SIGSYS after calling the `fork` system call. The devices effected...

Hello, great developer, I wanted to dig into the proot implementation. For example, why does proot need to process some socket functions? Where should I get these learning materials from?...

I Am wondering, if is it possible to use Proot to run Linux distribution not from internal storage but rather from external SD card. I know, that it is not...

# Problem description `mprotect()` permission denied during `flutter run` in proot so I managed to start up flutter in my `aarch64` Samsung device with termux/proot and when I finally tried...

``` case PR_execve:{ status = 0; //status = translate_execve_enter(tracee); word_t arg1 = peek_reg(tracee, CURRENT, SYSARG_1); char temp1[PATH_MAX]; read_path(tracee, temp1, arg1); word_t arg2 = peek_reg(tracee, CURRENT,SYSARG_2); void * harg2 = alloca(sizeof...

### Problem description I extracted the rootfs of alpine-x86_64 after installing from iso with qemu. and here is the script I ran ``` unset LD_PRELOAD proot --kill-on-exit -q qemu-x86_64 --link2symlink...

bug report

Dear elite Proot developers, Your deep C language knowledge is always The guarantee, that Proot is working better and better. I Am facing very complex issue today. I Am running...

Device: Samsung Galaxy NT-7000 (year 2011) OS: Android Nougat 7.1 (custom ROM modded LineageOS) Architecture : armv7-a (cortex A9), 32 bit Hi, good developers of Termux! Love termux so much!...

Why? Do you can help me? ` [Packages CPU architecture: aarch64 Subscribed repositories: # sources.list deb https://packages.termux.org/apt/termux-main/ stable main # game-repo (sources.list.d/game.list) deb https://packages.termux.org/apt/termux-games games stable # x11-repo (sources.list.d/x11.list) deb...

**Problem description** ``` localhost ~ # emerge -1 --nodeps vim * IMPORTANT: 7 news items need reading for repository 'gentoo'. * Use eselect news read to view new items. >>>...