You are not logged in.
Pages: 1
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
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
-
Last edited by Jenil (2024-05-31 14:42:27)
Offline
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
curl -vl4 https://aur.archlinux.org/ > /dev/null
Offline
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
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
1.yes the command was stuck there i waited for like 48 seconds..
2.no nothing, even my ISP is spying on me
Offline
So what's the tracepath result? Do you reach the hetznerversum?
Offline
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
Reaches Hetzner then possibly filtered by the cloud server running AUR?
Last edited by loqs (2024-05-31 17:59:16)
Offline
Can you reach the host via ssh?
$ ssh -v -T aur@aur.archlinux.org
Offline
❯ 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
Is your system time ok?
Can you try to connect/open the URL from a different network segment (smartphone tethering, some friends LAN, …)?
Offline
dang my time is not correct and yes i can connect through tethered connections
Offline
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
Pages: 1