You are not logged in.

#1 2024-05-31 14:22:00

Jenil
Member
Registered: 2024-05-31
Posts: 16

cannot connect to aur.archlinux.org

Hi,
I have recently created account on aur.archlinux.org (1 day ago).
I have also uploaded a package into aur since then i cant connect to aur.archlinux.org with my wifi nor can download anything with yay..
I can connect to other websites such as bbs.archlinux and my internet is working..
i think i have got blacklisted pls rectify the error ..

Offline

#2 2024-05-31 14:27:51

gromit
Package Maintainer (PM)
From: Germany
Registered: 2024-02-10
Posts: 1,131
Website

Re: cannot connect to aur.archlinux.org

Can you not connect via HTTPs or on the SSH interface?

If its https, please post the output of

$ curl --verbose https://aur.archlinux.org/

Offline

#3 2024-05-31 14:37:39

Jenil
Member
Registered: 2024-05-31
Posts: 16

Re: cannot connect to aur.archlinux.org

-

Last edited by Jenil (2024-05-31 14:42:27)

Offline

#4 2024-05-31 14:40:53

Jenil
Member
Registered: 2024-05-31
Posts: 16

Re: cannot connect to aur.archlinux.org

gromit wrote:

Can you not connect via HTTPs or on the SSH interface?

If its https, please post the output of

$ curl --verbose https://aur.archlinux.org/

stuck at Network is Unreachable
output :

❯ curl --verbose https://aur.archlinux.org/

* Host aur.archlinux.org:443 was resolved.
* IPv6: 2a01:4f9:c010:50::1
* IPv4: 95.216.144.15
*   Trying 95.216.144.15:443...
*   Trying [2a01:4f9:c010:50::1]:443...
* Immediate connect fail for 2a01:4f9:c010:50::1: Network is unreachable
^C

Offline

#5 2024-05-31 14:49:22

seth
Member
Registered: 2012-09-03
Posts: 64,113

Re: cannot connect to aur.archlinux.org

curl -vl4 https://aur.archlinux.org/ > /dev/null

Offline

#6 2024-05-31 14:52:01

Jenil
Member
Registered: 2024-05-31
Posts: 16

Re: cannot connect to aur.archlinux.org

seth wrote:
curl -vl4 https://aur.archlinux.org/ > /dev/null

/dev/null?

 curl -vl4 https://aur.archlinux.org/ > /dev/null

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0* Host aur.archlinux.org:443 was resolved.
* IPv6: (none)
* IPv4: 95.216.144.15
*   Trying 95.216.144.15:443...
  0     0    0     0    0     0      0      0 --:--:--  0:00:48 --:--:--     0

Offline

#7 2024-05-31 15:00:41

seth
Member
Registered: 2012-09-03
Posts: 64,113

Re: cannot connect to aur.archlinux.org

The content of the site is less spectacular - that's all?
Do you use a VPN or are you behind some local or sort of great firewall?

tracepath aur.archlinux.org # this will reveal your geographical location to some extent - the question is whether you can reach hetzner

i think i have got blacklisted pls rectify the error ..

Any idea of what could be a reason for that?

Offline

#8 2024-05-31 15:10:25

Jenil
Member
Registered: 2024-05-31
Posts: 16

Re: cannot connect to aur.archlinux.org

1.yes the command was stuck there i waited for like 48 seconds..
2.no nothing, even my ISP is spying on me

Offline

#9 2024-05-31 15:39:16

seth
Member
Registered: 2012-09-03
Posts: 64,113

Re: cannot connect to aur.archlinux.org

So what's the tracepath result? Do you reach the hetznerversum?

Offline

#10 2024-05-31 17:37:11

Jenil
Member
Registered: 2024-05-31
Posts: 16

Re: cannot connect to aur.archlinux.org

seth wrote:

So what's the tracepath result? Do you reach the hetznerversum?

❯ tracepath aur.archlinux.org
 1?: [LOCALHOST]                      pmtu 1500
 1:  _gateway                                              4.231ms 
 1:  _gateway                                              1.126ms 
 2:  _gateway                                              1.308ms pmtu 1492
 2:  MY-IP.server.jprdigital.in                   21.000ms 
 3:  no reply
 4:  10.20.20.1                                            7.250ms 
 5:  142.79.227.173                                        4.595ms 
 6:  180.179.17.178                                       18.164ms 
 7:  180.179.17.93                                        15.766ms 
 8:  14.142.22.173.static-vsnl.net.in                     13.936ms asymm 10 
 9:  ix-ae-1-100.tcore2.mlv-mumbai.as6453.net             14.506ms asymm 12 
10:  ix-ae-0-100.tcore1.mlv-mumbai.as6453.net             22.826ms asymm 11 
11:  if-be-6-2.ecore1.emrs2-marseille.as6453.net         387.485ms asymm 12 
12:  if-bundle-2-2.qcore2.emrs2-marseille.as6453.net     404.177ms 
13:  if-bundle-14-2.qcore2.fnm-frankfurt.as6453.net      436.191ms asymm 12 
14:  if-bundle-66-2.qcore1.fr0-frankfurt.as6453.net      293.647ms asymm 12 
15:  no reply
16:  spine3.cloud1.hel1.hetzner.com                      282.344ms 
17:  20970.your-cloud.host                               250.676ms asymm 18 
18:  20970.your-cloud.host                               209.667ms 
19:  no reply
20:  no reply
21:  no reply
22:  no reply
23:  no reply
24:  no reply
25:  no reply
^C

Offline

#11 2024-05-31 17:58:25

loqs
Member
Registered: 2014-03-06
Posts: 18,447

Re: cannot connect to aur.archlinux.org

Reaches Hetzner then possibly filtered by the cloud server running AUR?

Last edited by loqs (2024-05-31 17:59:16)

Offline

#12 2024-05-31 18:12:33

gromit
Package Maintainer (PM)
From: Germany
Registered: 2024-02-10
Posts: 1,131
Website

Re: cannot connect to aur.archlinux.org

Can you reach the host via ssh?

$ ssh -v -T aur@aur.archlinux.org

Offline

#13 2024-06-01 08:55:12

Jenil
Member
Registered: 2024-05-31
Posts: 16

Re: cannot connect to aur.archlinux.org

❯ ssh -v -T aur@aur.archlinux.org
OpenSSH_9.7p1, OpenSSL 3.3.0 9 Apr 2024
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 2: include /etc/ssh/ssh_config.d/*.conf matched no files
debug1: Connecting to aur.archlinux.org [95.216.144.15] port 22.
^C
❯ ssh -v -T jenil@aur.archlinux.org
OpenSSH_9.7p1, OpenSSL 3.3.0 9 Apr 2024
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 2: include /etc/ssh/ssh_config.d/*.conf matched no files
debug1: Connecting to aur.archlinux.org [95.216.144.15] port 22.
^C

Offline

#14 2024-06-01 11:45:21

seth
Member
Registered: 2012-09-03
Posts: 64,113

Re: cannot connect to aur.archlinux.org

Is your system time ok?
Can you try to connect/open the URL from a different network segment (smartphone tethering, some friends LAN, …)?

Offline

#15 2024-06-01 13:28:06

Jenil
Member
Registered: 2024-05-31
Posts: 16

Re: cannot connect to aur.archlinux.org

dang my time is not correct and yes i can connect through tethered connections

Offline

#16 2024-06-01 13:37:42

Jenil
Member
Registered: 2024-05-31
Posts: 16

Re: cannot connect to aur.archlinux.org

well now i can connect to aur.archlinux.org
after updating time and clock with the following :

sudo timedatectl set-ntp true
hwclock --systohc

Thank You so much for the help..

Last edited by Jenil (2024-06-01 13:38:28)

Offline

Board footer

Powered by FluxBB