-
-
Notifications
You must be signed in to change notification settings - Fork 158
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
Using pacman on fails on i686 machine (Chromebook) #28
Comments
On a stock TermuxArch install, without uncommenting your prefered hosts, can you update(or have any kind of network acess such as ping)? |
No, network at all on stock TermuxArch install, also no response on ping.
I will post later my resolv.conf when I am back at the Chromebook. Thanks!
On Dec 14, 2017 15:08, "Sofia" <[email protected]> wrote:
On a stock TermuxArch install, without uncommenting your prefered hosts,
can you update(or have any kind of network acess such as ping)?
If no, do cat /etc/resolv.conf and give us the output.
Thanks
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADphsKtZTAAyONr1AB1EqqRmesiWWObyks5tASvAgaJpZM4RBZZr>
.
|
The resolv.conf contains the Google DNS nameservers: Actually I cannot even ping, as the ping command is not found. Also vi is not installed. The machine is a brand new Acer Chromebook, should be nothing special about it. Calling Hope to get it running! Thank you for your support! |
@Bambooeater what is the output from Try with just |
I don't even have a |
BTW it is a Acer N7 Chromebook, with an Intel processor. Does PRoot only work with ARM, possibly? |
What is the output on your machine when you do this?
Is your result similar? |
Yeah, my BTW, how do I copy and paste in Termux (I retyped the .bash_profile, as I didnt know how to c/p)? |
@Bambooeater This http://www.tldp.org/LDP/intro-linux/html/sect_02_02.html should make interesting reading from http://www.tldp.org/LDP/intro-linux/html/index.html See section 3.3.2.2.3. 'Copying files' for answers to your copy and paste question.
|
Thanks for the link. Actually I know how to copy files in linux. I just do not know how to use a clipboard from within termux (to paste here). I can store for example the output of
In PRoot I do not have the ip command. |
Try reinstalling the arch chroot and tell us if that fixes it |
Tried already. Flashed the Chromebook by enabling the developer more and
reinstalled Termux and TermuxArch. Exactly the same happened, no network
access in PRoot.
|
Arch Linux does not support i686 architecture in repositories, but it has a project that supports this architecture and you can use the mirrors of that project by placing them in the mirrorlist I use i686 architecture on my smartphone and pacman is working with these mirrors |
Great hint, EsdrasTarsis. Using one of the archlinux32 servers brings me one step further, pacman can retrieve data. However, I cannot install the keyring-transition successfully using |
Try to run these commands to see if it works
|
@esdrastarsis @Soph1a7 Thank you for assistance with this important i686 matter. |
If the arch linux 32 project had a bootstrap in the mirrors of the isos, we could put it in the script, so no one would have problems with the arch in the i686 architecture |
It would be nice to make it easier, I agree. My Arch installation is now running. @esdrastarsis latest commands didn't help me to solve the issue. I could work myself around, by setting ignoring the key requirement in Also without key requirement, I also do get error messages with pacman: Did a test install on my Android ARM phone, everything works out of the box like a charm. Maybe we should reopen this issue using a better title, as i686 Chromebooks definitely still have issues with ArchTermux. |
Function i686 in https://github.com/sdrausty/TermuxArch/blob/master/scripts/files/stable/knownconfigurations.sh wants updating to https://archive.archlinux.org/iso/2017.12.01/ and archlinux-bootstrap-2017.12.01-x86_64.tar.gz with on device testing. It seems i686 is currently unfrozen! Your assistance is welcome. |
Thank you @SDRausty. Using current archlinux32 as suggested by @esdrastarsis is probably the best idea. I am afraid I won't find the time to test things out thoroughly in near future. After switching to archlinux32 Thanks all for your helpful comments and your work on this project. |
@SDRausty If the arch linux 32 mirrors have the arch bootstrap I will do a pull request |
@esdrastarsis Great! Using scripts/maintenance/makedownload.sh in scripts/files/stable will generate setupTermuxArch.tar.gz and setupTermuxArch.md5 after modifying knownconfigurations.sh. |
Wishful thinking which might be possible. "as there is still some interest in keeping i686 alive, we would like to encourage the community to make it happen with our guidance. The arch-ports mailing list and #archlinux-ports IRC channel on Freenode will be used for further coordination. " https://www.archlinux.org/news/phasing-out-i686-support/ has details. |
Here is "Community maintained repos. i686" https://archlinux32.org/ another link which might make boot images possible. |
Thanks for the update 🔆🌅🌑🎼 |
@Bambooeater @esdrastarsis
|
Upstream has resolved this issue termux/proot#10 (comment) after working on this topic afaict, @michalbednarski has found:
Use this code to resolve Arch x86 and x86_64 results are requested, arm results as well pertaining to |
Commit f16c27d adds Arch Linux IRC channel upstream contact information to the TermuxArch motd and logout.
|
I successfully installed ArchLinux in Termux with your script on my Chromebook. However, pacman cannot make a connection to any of the servers that I uncomment in /etc/pacman.d/mirrorlist. Adding archstrike and/or blackarch in pacman.conf also does not help.
In Termux itself I am connected and can install stuff with apt.
Here my system information (I am using the latest install script):
1 uname -mo
i686 Android ("i686 GNU/Linux" from within the Arch environment)
2 getprop ro.product.cpu.abi
x86
3 getprop ro.product.device
relm_cheets
4 ls -al ~/arch
see screenshot
Any ideas? Looking forward to use Arch in Termux...
The text was updated successfully, but these errors were encountered: