-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
$ bash setupTermuxArch.sh not working #112
Comments
Can you |
Sorry about that. I wasn't sure where to start. I'm primarily focused on the phone. It's a galaxy s8 active running stock Android 8 without root. Until I reinstalled Termux, TermuxArch had been running flawlessly.
shows:
and
shows:
and
returns:
I've been an arch and arch arm user for about a year but I'm still very green to chrooted and fakerooted environments. It seems from most errors that it's a permissions issue but the error I get from sysinfo seems to point to a syntax error in the bash script that doesn't exist. |
I'm having the same issue. Looks like it is related to termux/termux-app#299, as I am running Oreo as well. |
Changed the path in preptmpdir() to avoid using /proc/sys/kernel/random/uuid and it ran past that, but hangs up with some illegal character errors from curl down the line. |
Thanks. Studying that issue now. I passed it over last night mistaking it to be unrelated. |
@s73obrien This is related to a new function: preptmpdir() It's supposed to be a major improvement, and it appears that we have run into a hiccup on certain devices. More information regarding proc random is requested. Can you |
Sure thing!
Stock Android 8 on Galaxy S9
|
So I uninstalled curl in order to force the script to use wget, and it downloaded with no issues. Unpacking now.... |
Aside from a handful of download errors from updating the pacman database, it seems to have installed correctly. (well, I got a prompt, anyway) |
@s73obrien Very cool. What did you change the path to in preptmpdir()? |
This issue is resolved. |
Working like a charm now after a refresh. Thank you! |
You are welcome; thank you for confirming 🏌 |
I don't really know, but according to the conversation on termux/termux-app#299, sounds like Oreo brought tighter permissions around information related to currently running processes. I suppose that uuid generation can be considered a part of that. |
I reinstalled Termux today on both my aarch64 phone and armv8 chromebook and now I'm facing this issue on both devices.
The text was updated successfully, but these errors were encountered: