docs: add Termux setup guide#125
Conversation
|
Update: confirmed working on Chromebook/Crostini too, see the simplified Chromebook-only script in the comment on #21 (comment) |
|
this is excellent. Thanks for fixing on chromebook. |
|
do you have to login each time? chromebook/crostini isn't saving my login credentials |
|
@MichaelWS - for me, this issue has been fixed in v1.0.1, released today. See the first bullet below. |
No, I never faced such issues even in version 1, but I know some guys were experiencing that issue in version 1.0.0 |
|
scratch that. This is fixed. |
|
I have updated the Termux setup guide to support devices with older CPU architectures that lack LSE (Large System Extensions). Without LSE, running the patched binary directly under glibc triggers an immediate Here is a summary of the updates made to the guide:
|
Summary
Why
Termux users can hit several platform compatibility issues when running the Linux ARM64 agy binary directly on Android, including ARM64 VA39/TCMalloc assumptions, Android seccomp blocking faccessat2, glibc libc.so linker-script loading, Termux LD_PRELOAD pollution, DNS resolver discovery, TLS certificate discovery, and shell command hashing.
This guide documents the currently working setup and troubleshooting checks without changing the CLI binary, installer, or runtime behavior for existing platforms.
Maintainer notes
Validation