michalbednarski

Results 108 comments of michalbednarski

Proot does override `lsetxattr` failure when application runs as root, however in Gentoo patch is ran as uid 250. I'll yet have to see how much this condition has to...

I couldn't reproduce with `mandb -cq` command, but generally initial troubleshooting is to set `export PROOT_NO_SECCOMP=1` before launching proot. If it didn't help then please run proot with `PROOT_VERBOSE=9` set...

@corbinlc Commited experimental fix, but this will need further testing

Not really new thoughts, but I can write down what I've found: First, this issue with Huawei kernels can be emulated using `LD_PRELOAD` with following library, if you do this...

I've pushed fix and it should soon be available in Termux apt repo as `proot 5.1.107-49`

Reproduction steps give successful update here, so probably this is device specific issue You can try: 1. Updating `proot` and `proot-distro`: `pkg up` 1. Reinstalling ubuntu in proot-distro (Warning: command...

> Dbus can not work reliably for app apps. I have no idea what you mean by that. Please post which app had what behaviour. Error messages are important but...

While proot doesn't currently handle `sethostname` syscall, hostname can be configured in command line, see #80.

On what architecture (`dpkg --print-architectue`) and kernel (`uname -a`)?

I'll look into it, as a workaround you might try (on 64-bit emulator use `x86_64` instead `i686`) ``` setarch i686 --addr-no-randomize proot ... ``` Generally emulation doesn't cause problems, it's...