You are not logged in.
Pages: 1
Hi guys
i am stuck at the downloading when i update my system using pacman -Syu when i use docker tu run archlinux
[root@567aad6e3809 /]# sudo
bash: sudo: command not found
[root@567aad6e3809 /]# pacman -Syu
:: Synchronizing package databases...
core downloading...
extra downloading...
community downloading...
archlinuxcn downloading...
anyone help for this problem !! thanks
Offline
OK after about 20mins i got the following info
error: failed retrieving file 'archlinuxcn.db' from mirrors.tuna.tsinghua.edu.cn : The requested URL returned error: 404
error: failed retrieving file 'community.db' from geo.mirror.pkgbuild.com : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
error: failed retrieving file 'extra.db' from geo.mirror.pkgbuild.com : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
error: failed to synchronize all databases (unexpected error)
Offline
Use another mirror?
Offline
tried mirrors.tuna.tsinghua.edu.cn but still fail . the real problem is i can't find any editor in the archlinux of docker~ i have to use echo somewords >pacman.conf
Last edited by ashcn2001 (2022-11-29 12:40:30)
Offline
can't find any editor in the archlinux of docker~
Idk what "archlinux of docker~" is supposed to be, but if it doesn't have vi(m), I'd not bother to use it.
How's your overally network throughput?
https://bbs.archlinux.org/viewtopic.php … 6#p2017886
Also https://archlinux.org/packages/community/any/reflector/
Offline
tried mirrors.tuna.tsinghua.edu.cn but still fail .
Checking here:
https://archlinux.org/mirrors/status/
.
that Chinese mirror is listed under "Mirror Syncing Error Log" because of "Connection timed out".
Last edited by philo (2022-11-29 14:43:04)
Offline
I am wondering if it might be due to Chinese government response to current events.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
geo.mirror.pkgbuild.com responds fine, so does https://mirrors.tuna.tsinghua.edu.cn/archlinux/ (on a server in the AS4538 China Education and Research Network Center)
Given his nick and mirror choices, the situation could be different for the OP, hence https://bbs.archlinux.org/viewtopic.php … 5#p2070735 where I asked for the "overally" network throughput (I need to pay more attention to what keys make it to the screen
Offline
can't find any editor in the archlinux of docker~
Idk what "archlinux of docker~" is supposed to be, but if it doesn't have vi(m), I'd not bother to use it.
How's your overally network throughput?
https://bbs.archlinux.org/viewtopic.php … 6#p2017886Also https://archlinux.org/packages/community/any/reflector/
[root@567aad6e3809 /]# vim
bash: vim: command not found
[root@567aad6e3809 /]# vi
bash: vi: command not found
[root@567aad6e3809 /]# nano
bash: nano: command not found
[root@567aad6e3809 /]#
i got this for some reason, maybe archlinux for docker could per-build the vi ~~
Offline
I am wondering if it might be due to Chinese government response to current events.
but i can open the url by browser~~~strange
Offline
How's your overally network throughput?
https://bbs.archlinux.org/viewtopic.php … 6#p2017886Also https://archlinux.org/packages/community/any/reflector/
Offline
Seems OP does not have vim or nano installed. Strange but easy to fix, e.g. by installing one of those text editors or both.
Last edited by philo (2022-12-01 13:46:31)
Offline
That's gonna come down to "archlinux of docker~" thing…
It's however not that relevant, but the "easy fix" won't be easy if the OP doesn't get a usable network connection.
Offline
Wondering where the OP's distro comes from and how it was installed.
Last edited by philo (2022-12-01 16:09:04)
Offline
There's an official Arch docker image: https://hub.docker.com/_/archlinux/
Offline
Pages: 1