-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/system/bin/su: No such file or directory #1813
Comments
你装的是不是 32 位的应用 |
貌似是system挂载只读导致的,可是刷了读写模块还不行 |
你指的是ksu的APP32位吗,貌似只有64一个版本 |
我专门看了一下,就算模块已经挂载读写,/system/bin/里面也没有su |
su 文件本来就不存在。你直接运行 /system/bin/su 是什么结果? |
换了几个APP,都一样的结果 |
如果还想在用 ksu 的情况下正常使用 play 版 termux ,可以把你的 su 脚本 ( if [ -n "$LD_PRELOAD" ]; then
unset LD_PRELOAD LD_LIBRARY_PATH
exec /system/bin/sh $0 "$@"
fi
exec /system/bin/su "$@" |
我遇到的问题 设置shell root以后,linux(5.15.0-107-generic)下打开终端 adb shell 输入su 提示/system/bin/su: 没有那个文件或目录 |
|
我也遇见了同样的问题,经过我的测试,内核ksu版本大于等于9.4就会出现这个问题,目前尚未解决 |
JuiceSSH(com.sonelli.juicessh) version 3.2.2(Google Play Store) 看上去不会直接execve |
你才是真大佬 |
负更新吗,还好我翻了记录,对非gki设备影响很大,因为官方对非gki设备的指导版本是0.95 |
This issue starts on 0.9.3, so 0.9.2 is the latest usable version. |
Please check before submitting an issue
Describe the bug
之前还好好的,更新了1.0之后就这样了,dmesg没发现异常
其他终端类app均提示无su,使用mt浏览器也未发现有su
内核官网gki模式,自编译gki以及lkm模式均复现
To Reproduce
No response
Expected behavior
No response
Screenshots
No response
Logs
No response
Device info
Additional context
No response
The text was updated successfully, but these errors were encountered: