proot-me / proot

chroot, mount --bind, and binfmt_misc without privilege/setup for Linux
https://proot-me.github.io
GNU General Public License v2.0
1.96k stars 369 forks source link

Recommendations and tools for debugging for users #340

Open deliciouslytyped opened 1 year ago

deliciouslytyped commented 1 year ago

Leveraging my experience with https://github.com/proot-me/proot/pull/338 ; (fixes https://nixos.wiki/wiki/Nix_Installation_Guide#Troubleshooting_2 ) I ran into the case where lack of support for a relatively recently added system call resulted in very strange issues. I actually ran into such a thing twice - the first time, I was on an old version of proot that hadn't implemented statx yet.

All of this might be nice for a troubleshooting section in the manual.

oxr463 commented 1 year ago

See also: https://github.com/proot-me/blog/issues/10