-
-
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
Installing TermuxArch i686 fails with "curl: Remote file name has no length!" #64
Comments
@emoryy Thank you for taking an interest in TermuxArch; The full screenshot says that you don't have enough space to continue. Do you? Have you tried |
Hi! It's a brand new Chromebook with 64GB storage, and almost nothing on it yet. Also if you check the screenshot, it actually doesn't show the number of free space. (I tried TermuxArch on my phone too, and I saw that it should show a number there) No, I didn't know about the bloom option. The normal "help" text shown by TermuxArch doesn't have a word about it. I saw the word "bloom" in the source when I skimmed it through for finding the codes related to image downloading, but there is really a lot of code, and this word didn't jump at me as anything relevant. |
@emoryy, hello; I just got an Android 7, and setup went without a hitch. Try Why is the space warning going off when you have 64G on device? Output from
Is likewise wanted. As it turns out different devices and |
Output of |
@emoryy thanks for sharing the details. I will be taking a closer look at the outputs you posted soon.
This commit af1e68a lets you work directly in the working directory from a cloned repository without the unpleasant download effect. This important improvement will soon be migrated to the stable directory after a little more testing. Thanks for bringing this to my attention. I was focused on the first install option of tapping the link and then running |
Thanks, I'll try it. But, uhm... stable directory? With directories for every stable release, and one other for development/unstable version? Sorry, but why are you version managing manually inside a version management system (git)? This seems silly to me. |
@emoryy are you using the BASH shell? From the logs, it looks like you might be using a different shell. Make sure you are using the BASH shell. Try
Lines 12 and 13 do not concern your device. You can choose either curl or wget in this file, too. If you are running Verbose output from "Downloading checksum from http://archive.archlinux.org…" will be requested if wget fails to retrieve the image file. Thanks for output from
If I could reproduce these errors, we would probably have the solution by now. But since I do not possess the same type of device that you have, your output is very important to all potential i686 users. I will also be looking into modularising the detection code much more than it is. This should aid in diagnosing all the different types of devices that Arch Linux in Termux PRoot can be installed on much quicker than at present. |
Yes, use the stable directory since all the changes are migrated at present. The root directory is just as good for the purpose of installing. There should not be any dirty state in the git repo effect, as that has been fixed.
It does seem kinda funny, doesn't it. I do think that there are a couple of good reasons; Visibility is one... |
Hi! Output of
I don't actually use other shell than bash. I merely have a custom PS1, maybe that's why you tought so. |
I'm trying to install TermuxArch on my Chromebook, but it fails with the above error.
Also full screenshot from Termux here:
https://i.imgur.com/I3fJNtq.png
(I tried to fix it myself, but it is quite hard to do anything if TermuxArch modifies, and resets itself back to its original state with every run. It also leaves the cloned git repository in a dirty state by deleting a bunch of its files.)
The text was updated successfully, but these errors were encountered: