AUR mirrors?

Hi,

http(s)://aur.archlinux.org are not accessible form my city for some reason. Are there AUR mirrors?

Hi, have you tried updating your mirrors, can you post the error in full that you are getting?

2 Likes

As far as that host:port pairs are closed by out regulator with DPI (deep protocol injection), I just get timeout.
You say about updating mirrors, but are you sure it is some way related to AUR?

❯ dig aur.archlinux.org

; <<>> DiG 9.20.3 <<>> aur.archlinux.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 60273
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;aur.archlinux.org.             IN      A

;; ANSWER SECTION:
aur.archlinux.org.      1838    IN      A       95.216.144.15

;; Query time: 76 msec
;; SERVER: 192.168.1.1#53(192.168.1.1) (UDP)
;; WHEN: Sat Nov 30 03:04:16 MSK 2024
;; MSG SIZE  rcvd: 62


~ 
❯ ping 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=51 time=25.3 ms
64 bytes from aur.archlinux.org (95.216.144.15): icmp_seq=2 ttl=51 time=25.1 ms
^C
--- aur.archlinux.org ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 25.092/25.204/25.317/0.112 ms

~ 
❯ telnet aur.archlinux.org 443
Trying 95.216.144.15...
^C

~ took 3s 
❯ telnet aur.archlinux.org 80 
Trying 95.216.144.15...
^C

I assume you are not including the parenthesis in the URL.

It should be
https://aur.archlinux.org/
which works for me.

Pudge

2 Likes

Parenthesis just denote both protocols - http and https, and you can see on terminal output I’m telnet-ing to both appropriate ports.
Yes, it does work for you, but not for me. As I have said, for some reason these protocols are forbidden for this IP address by regulator in my country (I guess as subset of wider IP addresses range).
So we return to initial question: is there AUR mirror? I would just add a record into /etc/hosts.

There really isn’t an AUR mirror. The Arch team may replicate and load balance the servers. They basically send your AUR helper the PKGBUILD file and your AUR helper follows the script within that and does the deed.

You could try downloading the PKGBUILD for some package and running that locally. But you might hit further internet blockages.

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.