Tyrn
February 10, 2025, 8:49am
1
Hi,
Due to some yet unresolved network quirk, I can’t use AUR:
~> yay -Ss rshell
-> Error during AUR search: 1 error occurred:
* request failed: Get "https://aur.archlinux.org/rpc?arg=rshell&by=name-desc&type=search&v=5": dial tcp 95.216.144.15:443: i/o timeout
-> Showing repo packages only
extra/python-click-completion 0.5.2-9 (23.0 KiB 91.3 KiB)
Add or enhance bash, fish, zsh and powershell completion in Click
~>
By any chance, is there an alternate way to access AUR via yay?
manuel
February 10, 2025, 10:11am
2
The reason is the AUR server was likely down at the time you tried it. It happens from time to time, but fortunately not very often.
It seems to work now.
Maybe Manjaro ddosed it again
2 Likes
manuel
February 10, 2025, 10:22am
4
Possibly.
But servers are such things that can sometimes be down for a while, e.g. for maintenance. Usually it lasts only a short time.
Tyrn
February 10, 2025, 10:25am
5
Unfortunately, this is my personal. I know.
happened only once
server today might be down due to maintenance
Tyrn
February 10, 2025, 10:44am
8
Surely it hadn’t been on maintenance yesterday? Or the day before yesterday? Or a week ago?
Whatever may happen to aur.archlinux.org , I’ve got something special.
Could have happened twice, but the second time the Anti-Pamac Killswitch was already in place.
Can you access that link from your browser?
It works for me, what error you see?
can you ping aur.archlinux.org
Tyrn
February 10, 2025, 10:54am
13
~> ping -c 3 aur.archlinux.org
PING aur.archlinux.org (95.216.144.15) 56(84) bytes of data.
64 bytes from aur.archlinux.org (95.216.144.15): icmp_seq=1 ttl=46 time=33.1 ms
64 bytes from aur.archlinux.org (95.216.144.15): icmp_seq=2 ttl=46 time=32.7 ms
64 bytes from aur.archlinux.org (95.216.144.15): icmp_seq=3 ttl=46 time=35.5 ms
--- aur.archlinux.org ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 32.690/33.755/35.462/1.219 ms
~> yay -Ss rshell
-> Error during AUR search: 1 error occurred:
* request failed: Get "https://aur.archlinux.org/rpc?arg=rshell&by=name-desc&type=search&v=5": dial tcp 95.216.144.15:443: i/o timeout
so what do you see in your browser?
also try wget https://aur.archlinux.org/rpc?arg=rshell&by=name-desc&type=search&v=5
It’s happened twice before but it’s working here. It sounds to me like a DNS problem. Try clearing your DNS cache details here
Tyrn
February 10, 2025, 10:56am
16
This site can’t be reached.
try to download the link with wget or curl and paste the output
also try traceroute aur.archlinux.org
Tyrn
February 10, 2025, 11:05am
18
~> wget https://aur.archlinux.org/rpc\?arg\=rshell\&by\=name-desc\&type\=search\&v\=5
--2025-02-10 14:02:18-- https://aur.archlinux.org/rpc?arg=rshell&by=name-desc&type=search&v=5
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving aur.archlinux.org (aur.archlinux.org)... 95.216.144.15, 2a01:4f9:c010:50::1
Connecting to aur.archlinux.org (aur.archlinux.org)|95.216.144.15|:443... failed: Connection timed out.
Connecting to aur.archlinux.org (aur.archlinux.org)|2a01:4f9:c010:50::1|:443... failed: Network is unreachable.
exit 4
~>
Tyrn
February 10, 2025, 11:06am
19
~> traceroute aur.archlinux.org
traceroute to aur.archlinux.org (95.216.144.15), 30 hops max, 60 byte packets
1 _gateway (192.168.0.1) 0.220 ms 0.282 ms 0.350 ms
2 100.70.44.1 (100.70.44.1) 1.650 ms 1.663 ms 1.651 ms
3 185.37.128.191 (185.37.128.191) 1.873 ms 1.862 ms 1.887 ms
4 * * *
5 185.37.128.41 (185.37.128.41) 1.620 ms 1.743 ms 1.732 ms
6 185.37.128.42 (185.37.128.42) 2.005 ms 1.783 ms 1.768 ms
7 185.37.128.124 (185.37.128.124) 6.272 ms !X 3.779 ms !X 1.952 ms !X
~>
can you even open the https://aur.archlinux.org/ in your browser?