You are not logged in.
Been trying to upgrade my system but won't work.
Tried a bunch of fixes till I got stuck with reflector.
I did look up more on the error from other [post=https://bbs.archlinux.org/viewtopic.php?id=291832] Post. [/post]
I followed up the solution till I was able to generate a log file with the issues;
Below is the results;
curl -vL 'https://archlinux.org/mirrors/status/json/' > /dev/null 2>/tmp/curl.log% Total % Received % Xferd Average … eft Speed
[url] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Host archlinux.org:443 was resolved.
* IPv6: 2a06:4f2:c010:4b1f::1
* IPv4: 95.219.168.236
* Trying 95.219.168.236:443...
* Trying [2a06:4f2:c010:4b1f::1]:443...
* Immediate connect fail for 2a06:4f2:c010:4b1f::1: Network is unreachable[/url]
Last edited by b14ck@134ck (2024-08-24 09:36:27)
Offline
"quote" and please use [code][/code] tags, not "quote" tags. Edit your post in this regard.
urls will be turned into links automatically, the post tag works differently.
On topic: it's not "mirrors" your network is broken (though DNS seems to work, maybe out of a cache or it's just routing or flakiness)
Please post the output of
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
ip a
ip rOffline
It sound's like you have triggered the rate-limit of that service, it should work again after 24h:
https://gitlab.archlinux.org/archlinux/ … heads#L4-5
Maybe these also need some tweaking ![]()
Offline
Ah, 182.138.*.* is CN…
Offline
"quote" and please use [code][/code] tags, not "quote" tags. Edit your post in this regard.
urls will be turned into links automatically, the post tag works differently.On topic: it's not "mirrors" your network is broken (though DNS seems to work, maybe out of a cache or it's just routing or flakiness)
Please post the output offind /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f ip a ip r
This is the output.
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
ip a
ip r
avahi-daemon.service | multi-user.target.wants
avahi-daemon.socket | sockets.target.wants
bluetooth.service | bluetooth.target.wants
btrfs-balance.timer | timers.target.wants
btrfs-defrag.timer | timers.target.wants
btrfs-scrub.timer | timers.target.wants
btrfs-trim.timer | timers.target.wants
dbus-org.bluez.service | system
dbus-org.freedesktop.Avahi.service | system
dbus-org.freedesktop.ModemManager1.service | system
dbus-org.freedesktop.nm-dispatcher.service | system
dbus-org.freedesktop.oom1.service | system
dbus-org.freedesktop.timesync1.service | system
default.target | system
display-manager.service | system
garuda-pacman-lock.service | multi-user.target.wants
getty@tty1.service | getty.target.wants
grub-btrfs-snapper.path | multi-user.target.wants
libinput-gestures.service | graphical-session.target.wants
libvirtd-admin.socket | sockets.target.wants
libvirtd-ro.socket | sockets.target.wants
libvirtd.service | multi-user.target.wants
libvirtd.socket | sockets.target.wants
linux-modules-cleanup.service | basic.target.wants
ModemManager.service | multi-user.target.wants
NetworkManager.service | multi-user.target.wants
NetworkManager-wait-online.service | network-online.target.wants
nordvpnd.service | default.target.wants
p11-kit-server.socket | sockets.target.wants
pamac-cleancache.timer | timers.target.wants
pipewire-pulse.socket | sockets.target.wants
pipewire-session-manager.service | user
pipewire.socket | sockets.target.wants
power-profiles-daemon.service | graphical.target.wants
psd.service | default.target.wants
remote-fs.target | multi-user.target.wants
snapper-cleanup.timer | timers.target.wants
systemd-oomd.service | multi-user.target.wants
systemd-timesyncd.service | sysinit.target.wants
systemd-userdbd.socket | sockets.target.wants
tor.service | multi-user.target.wants
virtlockd-admin.socket | sockets.target.wants
virtlockd.socket | sockets.target.wants
virtlogd-admin.socket | sockets.target.wants
virtlogd.socket | sockets.target.wants
wireplumber.service | pipewire.service.wants
xdg-user-dirs-update.service | default.target.wants
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: enp0s31f6: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
link/ether 1c:39:47:cd:19:bb brd ff:ff:ff:ff:ff:ff
3: wlp4s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 44:85:00:77:3d:28 brd ff:ff:ff:ff:ff:ff
inet 192.168.8.80/24 brd 192.168.8.255 scope global dynamic noprefixroute wlp4s0
valid_lft 603445sec preferred_lft 603445sec
inet6 fda2:ef5d:3ba:cf00:4f0b:8ad2:201:f423/64 scope global dynamic noprefixroute
valid_lft 7061sec preferred_lft 3461sec
inet6 fe80::e9c7:67b9:c4ff:805a/64 scope link noprefixroute
valid_lft forever preferred_lft forever
default via 192.168.8.1 dev wlp4s0 proto dhcp src 192.168.8.80 metric 20600
192.168.8.0/24 dev wlp4s0 proto kernel scope link src 192.168.8.80 metric 600
Last edited by b14ck@134ck (2024-08-24 09:28:07)
Offline
It sound's like you have triggered the rate-limit of that service, it should work again after 24h:
https://gitlab.archlinux.org/archlinux/ … heads#L4-5Maybe these also need some tweaking
24hrs ago it had same issues.
Offline
Ah, 182.138.*.* is CN…
Yeah was.
Offline
"quote" and please use [code][/code] tags, not "quote" tags. Edit your post in this regard.
urls will be turned into links automatically, the post tag works differently.On topic: it's not "mirrors" your network is broken (though DNS seems to work, maybe out of a cache or it's just routing or flakiness)
Please post the output offind /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f ip a ip r
Tried editing it but it's a bit confusing.
I decided to start learning afresh the different editing syntax from new posts and comments I make. Thanks for the insight.
Offline
You'll please learn to edit your posts in this thread and apply code tags.
Your network is ok, it's likely the quota.
There's tor and norvpn, do you have any issues getting the mirror list using the VPN?
Also
garuda-pacman-lock.service | multi-user.target.wantsIs this garuda linux?
Offline